feat: 更新应用图标为 riwsan.png,并在相关文件中进行相应修改
This commit is contained in:
@@ -44,7 +44,7 @@ export default defineConfig(({ mode }) => {
|
||||
VitePWA({
|
||||
registerType: "autoUpdate",
|
||||
injectRegister: "auto",
|
||||
includeAssets: ["favicon.svg"],
|
||||
includeAssets: ["riwsan.png"],
|
||||
devOptions: {
|
||||
enabled: true,
|
||||
type: "module",
|
||||
@@ -63,7 +63,7 @@ export default defineConfig(({ mode }) => {
|
||||
prefer_related_applications: false,
|
||||
icons: [
|
||||
{
|
||||
src: "/favicon.svg",
|
||||
src: "/riwsan.png",
|
||||
sizes: "any",
|
||||
type: "image/svg+xml",
|
||||
purpose: "any maskable",
|
||||
|
||||
Reference in New Issue
Block a user