hxh

Results 6 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...