feat: 更新版本号至 0.0.4,替换应用图标为 riwsan.jpg,并优化相关文件
This commit is contained in:
@@ -63,15 +63,15 @@ export default defineConfig(({ mode }) => {
|
||||
prefer_related_applications: false,
|
||||
icons: [
|
||||
{
|
||||
src: "/riwsan.png",
|
||||
src: "/riwsan.jpg",
|
||||
sizes: "any",
|
||||
type: "image/svg+xml",
|
||||
type: "image/jpeg",
|
||||
purpose: "any maskable",
|
||||
},
|
||||
],
|
||||
},
|
||||
workbox: {
|
||||
globPatterns: ["**/*.{js,css,html,ico,png,svg,woff2}"],
|
||||
globPatterns: ["**/*.{js,css,html,ico,png,svg,jpg,woff2}"],
|
||||
navigateFallback: "/index.html",
|
||||
navigateFallbackDenylist: [/^\/api/],
|
||||
cleanupOutdatedCaches: true,
|
||||
|
||||
Reference in New Issue
Block a user