豆瓣新片榜

This commit is contained in:
MyFaith
2023-09-05 19:30:36 +08:00
parent d6155e7c30
commit ff1d454e0e
2 changed files with 6 additions and 0 deletions

BIN
public/logo/douban_new.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@@ -86,6 +86,12 @@ export const mainStore = defineStore("main", {
order: 12,
show: true,
},
{
label: "豆瓣新片榜",
value: "douban_new",
order: 13,
show: true
}
],
// 链接跳转方式
linkOpenType: "open",