Skip to content

Commit

Permalink
feat: 适配豆瓣小组、网易云音乐、qq音乐、NGA、V2ex、Github卡片
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Feb 2, 2024
1 parent c72e7a9 commit 9724124
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 0 deletions.
Binary file added public/logo/douban_group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo/netease_music_toplist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo/ngabbs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo/qq_music_toplist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo/v2ex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,38 @@ export const mainStore = defineStore("mainData", {
order: 18,
show: true,
},
{
label: "豆瓣讨论小组",
name: "douban_group",
order: 19,
show: true,
},
{
label: "网易云音乐",
name: "netease_music_toplist",
params: { type: 1 },
order: 20,
show: true,
},
{
label: "QQ音乐热歌榜",
name: "qq_music_toplist",
params: { type: 1 },
order: 21,
show: true,
},
{
label: "NGA",
name: "ngabbs",
order: 22,
show: true,
},
{
label: "V2EX",
name: "v2ex",
order: 23,
show: true,
},
],
newsArr: [],
// 链接跳转方式
Expand Down

0 comments on commit 9724124

Please sign in to comment.