webui icon indicating copy to clipboard operation
webui copied to clipboard

feat(client): support PWA

Open 9cats opened this issue 2 years ago • 2 comments

9cats avatar May 18 '23 09:05 9cats

好像有问题欸,这样写的话,只有 client/app 构建后的文件会被 serviceworker 预缓存 (vue.js, vue-i18n.js 等都不会被预缓存)

9cats avatar May 18 '23 15:05 9cats

不能简单这么做,在支持 PWA 之前得先解决 hash 文件名的问题。但是 hash 的结果就是无法正确索引文件。

shigma avatar May 18 '23 17:05 shigma