From 703621f9d75de01be38d4a1211e892377ca806ea Mon Sep 17 00:00:00 2001 From: AskaEth Date: Mon, 17 Aug 2026 19:09:31 +0800 Subject: [PATCH] feat: add scaled wrapper page for netease web player --- apps/cloudmusic/index.html | 45 ++++++++++++++++++++++++++++++++++++++ manifest.json | 2 +- 2 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 apps/cloudmusic/index.html diff --git a/apps/cloudmusic/index.html b/apps/cloudmusic/index.html new file mode 100644 index 0000000..2b9ca00 --- /dev/null +++ b/apps/cloudmusic/index.html @@ -0,0 +1,45 @@ + + + + + +网易云音乐 + + + + + + + diff --git a/manifest.json b/manifest.json index ce989c0..e89c745 100644 --- a/manifest.json +++ b/manifest.json @@ -16,7 +16,7 @@ "id": "cloudmusic", "name": "网易云音乐", "icon": "icons/cloudmusic.svg", - "url": "https://music.163.com/st/webplayer" + "url": "apps/cloudmusic/index.html" } ] }