feat: 更新版本号至 0.0.4,替换应用图标为 riwsan.jpg,并优化相关文件

This commit is contained in:
2026-01-15 06:08:27 +07:00
parent f5c9ebf7d5
commit aac53793ba
7 changed files with 9 additions and 9 deletions

View File

@@ -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,