From 73982f0e843b9086cf44b81ef16bbeb3cd67b058 Mon Sep 17 00:00:00 2001 From: alger Date: Wed, 22 May 2024 15:38:43 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E6=B7=BB=E5=8A=A0manifest.?= =?UTF-8?q?json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 40 ++++++++++++++++++++-------------------- public/manifest.json | 10 ++++++++++ 2 files changed, 30 insertions(+), 20 deletions(-) create mode 100644 public/manifest.json diff --git a/index.html b/index.html index 5916e0a..4641787 100644 --- a/index.html +++ b/index.html @@ -1,25 +1,25 @@ - - - - - 网抑云 | algerkong - - - - + + + + + + 网抑云 | algerkong + + + + + - -
- - + +
+ + + \ No newline at end of file diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..6ee8c6b --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,10 @@ +{ + "name": "Alger Music PWA", + "icons": [ + { + "src": "./icon.png", + "type": "image/png", + "sizes": "256x256" + } + ] +}