Skip to content

Commit

Permalink
fix: 更正接口名称
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Feb 1, 2024
1 parent 9eadfde commit c8dbc77
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions initfs/web/src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ export const mainStore = defineStore("mainData", {
},
{
label: "网易云音乐",
name: "neteasemusic",
name: "netease_music_toplist",
order: 20,
show: true,
},
{
label: "QQ音乐热歌榜",
name: "qqmusic",
name: "qq_music_toplist",
order: 21,
show: true,
},
Expand Down

0 comments on commit c8dbc77

Please sign in to comment.