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' }, ]