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 @@
  • 云盘上传
  • eapi 参数/返回值解析
  • API 调试界面
  • +
  • 歌单导入工具
  • diff --git a/public/playlist_import.html b/public/playlist_import.html new file mode 100644 index 0000000..7b3532e --- /dev/null +++ b/public/playlist_import.html @@ -0,0 +1,262 @@ + + + + + 歌单导入工具 + + + + + + + + +
    +

    歌单导入工具

    +

    请选择一种导入方式并填写相关信息:

    + + +
    + + + + +
    + +
    + + + + + + + + + + + + + + + + +
    歌曲名称艺术家专辑
    + +
    + +
    +
    + + +
    +
    + + +
    +
    + + +
    + + +
    + + +
    + + + +
    + + + +
    + + \ No newline at end of file