From 1fff1d559ce0cff4a334a63d3f6c95faa904e8e9 Mon Sep 17 00:00:00 2001 From: overwriter <9856mmm@gmail.com> Date: Sun, 27 Oct 2024 22:30:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=AD=8C=E5=8D=95?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E5=B7=A5=E5=85=B7example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/home.md | 3 +- public/index.html | 1 + public/playlist_import.html | 262 ++++++++++++++++++++++++++++++++++++ 3 files changed, 265 insertions(+), 1 deletion(-) create mode 100644 public/playlist_import.html diff --git a/public/docs/home.md b/public/docs/home.md index 0f76f6c..a562fab 100644 --- a/public/docs/home.md +++ b/public/docs/home.md @@ -4929,7 +4929,8 @@ bitrate = Math.floor(br / 1000) **可选参数 :** -`importStarPlaylist` : 是否导入`我喜欢的音乐` +`importStarPlaylist` : 是否导入`我喜欢的音乐`, 此项为true则不生成新的歌单 +`playlistName` : 生成的歌单名, 仅文字导入和链接导入支持, 默认为```'导入音乐 '.concat(new Date().toLocaleString())``` **元数据导入 :** diff --git a/public/index.html b/public/index.html index 1986a56..4ef3955 100644 --- a/public/index.html +++ b/public/index.html @@ -98,6 +98,7 @@
请选择一种导入方式并填写相关信息:
+ + + + + + +