hxh

Results 9 comments of hxh

肯定是你们下载的字体有问题

开始在网上下载的一个 ttc 的转成了 tff 就有问题了,然后又找了一个,没问题,完全可以转

> 挺好 另外一款我在用的 https://jsonhero.io/ 这个之前有了解过,只是不太理解具体的使用场景。

@userquin I don't think so. just look this code [https://github.com/vite-pwa/vite-plugin-pwa/blob/ea1a58bf6219233bddac1b663a8bf49c8e6c888e/src/client/build/register.ts](https://github.com/vite-pwa/vite-plugin-pwa/blob/ea1a58bf6219233bddac1b663a8bf49c8e6c888e/src/client/build/register.ts) ``` if (!event.isUpdate && event.isExternal) window.location.reload() else if (event.isUpdate) auto && window.location.reload() else if (!autoDestroy) onOfflineReady?.() wb?.addEventListener('controlling', (event) => {...

@userquin thanks. my question is why must controll the page at current session , why not controll at next time user enter the app? the auto mode process now is...

@userquin but the prompt strategy will also disturb user, I just want to update app unconsciously, so I need auto strategy. thanks any way, I will remove `window.location.reload` from the...

> 你好,我看到帮助文档里说可以通过 `embed?data=...` 方式预填JSON内容,我想知道是否有可能允许这里填写一个文件地址,允许下载一个JSON文件并查看呢? 使用场景是在Cloudreve中做一个嵌入式的文件浏览工具。 > > emm 我也想到了可能的风险和问题,一个是跨域,一个是在用户浏览器端执行外部的URL访问和下载可能确实是一个风险点。 > > 谢谢! 纯前端的话可能会存在跨域问题,那就只能后端去代理,但是这个文件也必须是公开的,需要身份认证的就拿不到了

> Key值太大被四舍五入,导致Key被合并问题。 > > ![Image](https://github.com/user-attachments/assets/19531b4e-2b9b-4b35-a468-eabe1d90b2ff) 这个问题确实不太好解决,除非自己来实现解析,不走JSON.parse

> 网页版文本编辑模式下, 括号没有折叠按钮, 没法折叠, 编辑起来不太方便, 希望作者大大看看,感谢 感谢反馈,这个问题已经解决,可以清一下缓存试试哈