diff --git a/index.html b/index.html index fbeacf3..3370cce 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,16 @@ - + + - + - Vite + Vue + TS + MSR Mod +
- + - + + \ No newline at end of file diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..baf6cd8 Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/icon_128.png b/public/icon_128.png new file mode 100644 index 0000000..c94d4c5 Binary files /dev/null and b/public/icon_128.png differ diff --git a/public/icon_16.png b/public/icon_16.png new file mode 100644 index 0000000..9eaf02b Binary files /dev/null and b/public/icon_16.png differ diff --git a/public/icon_48.png b/public/icon_48.png new file mode 100644 index 0000000..8774331 Binary files /dev/null and b/public/icon_48.png differ diff --git a/public/manifest.json b/public/manifest.json index b69b538..4c0656c 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -21,16 +21,16 @@ "https://web.hycdn.cn/*" ], "icons": { - "16": "vite.svg", - "48": "vite.svg", - "128": "vite.svg" + "16": "icon_16.png", + "48": "icon_48.png", + "128": "icon_128.png" }, "action": { "default_title": "打开 MSR Mod", "default_icon": { - "16": "vite.svg", - "48": "vite.svg", - "128": "vite.svg" + "16": "icon_16.png", + "48": "icon_48.png", + "128": "icon_128.png" } }, "background": {