feat: add pwa install button (#27)

* feat: add pwa tooltip

* feat: add pwa install button
This commit is contained in:
云游君
2022-04-30 20:39:24 +08:00
committed by GitHub
parent 50156534c2
commit 2712616683
9 changed files with 154 additions and 68 deletions

View File

@@ -47,7 +47,7 @@
"pnpm": "^6.32.11",
"sass": "^1.51.0",
"star-markdown-css": "^0.3.3",
"typescript": "^4.6.3",
"typescript": "^4.6.4",
"unocss": "^0.32.1",
"unplugin-auto-import": "^0.7.1",
"unplugin-vue-components": "^0.19.3",
@@ -60,6 +60,6 @@
"vite-ssg": "^0.19.2",
"vite-ssg-sitemap": "^0.2.4",
"vue-toastification": "^2.0.0-rc.5",
"vue-tsc": "^0.34.10"
"vue-tsc": "^0.34.11"
}
}