diff --git a/public/logo/douban_new.png b/public/logo/douban_new.png new file mode 100644 index 0000000..da766fa Binary files /dev/null and b/public/logo/douban_new.png differ diff --git a/src/store/index.js b/src/store/index.js index 2b4e295..b5967ab 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -86,6 +86,12 @@ export const mainStore = defineStore("main", { order: 12, show: true, }, + { + label: "豆瓣新片榜", + value: "douban_new", + order: 13, + show: true + } ], // 链接跳转方式 linkOpenType: "open",