feat:增加pwa支持

This commit is contained in:
jiangrui
2025-03-06 11:27:31 +08:00
parent 89879e8c05
commit 3c656eb880
21 changed files with 12666 additions and 2885 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "cloud-saver-web",
"private": true,
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"scripts": {
"dev": "vite --host",
@@ -28,6 +28,7 @@
"unplugin-auto-import": "^0.17.8",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.5",
"vite-plugin-pwa": "^0.21.1",
"vue-tsc": "^2.0.6"
}
}