From b657fedc74f571c4bfc2a6b07eb0fdb3ae4bdc1f Mon Sep 17 00:00:00 2001 From: Hakadao Date: Mon, 8 Apr 2024 14:46:21 +0800 Subject: [PATCH] fix(MorePop): add missing watch later entry --- src/components/TopBar/components/MorePop.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/TopBar/components/MorePop.vue b/src/components/TopBar/components/MorePop.vue index c7695de0..1381b92e 100644 --- a/src/components/TopBar/components/MorePop.vue +++ b/src/components/TopBar/components/MorePop.vue @@ -9,6 +9,7 @@ const list = [ { name: t('topbar.moments'), url: '//t.bilibili.com/' }, { name: t('topbar.favorites'), url: `//space.bilibili.com/${getUserID ?? ''}/favlist` }, { name: t('topbar.history'), url: '//www.bilibili.com/account/history' }, + { name: t('topbar.watch_later'), url: '//www.bilibili.com/watchlater/#/list' }, { name: t('topbar.creative_center'), url: '//member.bilibili.com/platform/home' }, ]