fix(MorePop): add missing watch later entry

This commit is contained in:
Hakadao
2024-04-08 14:46:21 +08:00
parent e1a6634d8c
commit b657fedc74

View File

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