mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat(user-panel-popup): add bilibili premium entry
This commit is contained in:
@@ -263,6 +263,7 @@ topbar:
|
||||
following: 关注
|
||||
followers: 粉丝
|
||||
posts: 动态
|
||||
bilibili_premium: Bilibili 大会员
|
||||
account_settings: 账号设置
|
||||
uploads_manager: 投稿管理
|
||||
b_coins_wallet: B币钱包
|
||||
|
||||
@@ -266,6 +266,7 @@ topbar:
|
||||
following: 追蹤中
|
||||
followers: 粉絲
|
||||
posts: 動態
|
||||
bilibili_premium: Bilibili 大會員
|
||||
account_settings: 帳戶設定
|
||||
uploads_manager: 內容管理
|
||||
b_coins_wallet: B幣錢包
|
||||
|
||||
@@ -264,6 +264,7 @@ topbar:
|
||||
following: FOLLOWING
|
||||
followers: FOLLOWERS
|
||||
posts: POSTS
|
||||
bilibili_premium: Bilibili Premium
|
||||
account_settings: Account settings
|
||||
uploads_manager: Uploads manager
|
||||
b_coins_wallet: B-coins wallet
|
||||
|
||||
@@ -266,6 +266,7 @@ topbar:
|
||||
following: 追緊
|
||||
followers: 擁躉
|
||||
posts: 動向
|
||||
bilibili_premium: Bilibili 大會員
|
||||
account_settings: 帳戶設定
|
||||
uploads_manager: 內容管理
|
||||
b_coins_wallet: B銀荷包
|
||||
|
||||
@@ -23,6 +23,7 @@ const mid = computed(() => {
|
||||
|
||||
const otherLinks = computed((): { name: string, url: string, icon: string }[] => {
|
||||
return [
|
||||
|
||||
{
|
||||
name: t('topbar.user_dropdown.uploads_manager'),
|
||||
url: 'https://member.bilibili.com/v2#/upload-manager/article',
|
||||
@@ -33,6 +34,11 @@ const otherLinks = computed((): { name: string, url: string, icon: string }[] =>
|
||||
url: 'https://account.bilibili.com/account/home',
|
||||
icon: 'i-solar:user-circle-bold-duotone',
|
||||
},
|
||||
{
|
||||
name: t('topbar.user_dropdown.bilibili_premium'),
|
||||
url: 'https://account.bilibili.com/big',
|
||||
icon: 'i-solar:accessibility-bold-duotone',
|
||||
},
|
||||
{
|
||||
name: t('topbar.user_dropdown.b_coins_wallet'),
|
||||
url: 'https://pay.bilibili.com/',
|
||||
|
||||
@@ -33,6 +33,11 @@ const otherLinks = computed((): { name: string, url: string, icon: string }[] =>
|
||||
url: 'https://account.bilibili.com/account/home',
|
||||
icon: 'i-solar:user-circle-bold-duotone',
|
||||
},
|
||||
{
|
||||
name: t('topbar.user_dropdown.bilibili_premium'),
|
||||
url: 'https://account.bilibili.com/big',
|
||||
icon: 'i-solar:accessibility-bold-duotone',
|
||||
},
|
||||
{
|
||||
name: t('topbar.user_dropdown.b_coins_wallet'),
|
||||
url: 'https://pay.bilibili.com/',
|
||||
|
||||
Reference in New Issue
Block a user