From 6e4c4e5b52bf8a97a6442d0df429cdd295d7815d Mon Sep 17 00:00:00 2001 From: KUN1007 Date: Mon, 27 Nov 2023 17:30:00 +0800 Subject: [PATCH] pref: about page link --- src/views/kungalgame/components/Aside.vue | 65 +++++++++++++++++++---- 1 file changed, 56 insertions(+), 9 deletions(-) diff --git a/src/views/kungalgame/components/Aside.vue b/src/views/kungalgame/components/Aside.vue index 3b8e625b..032311aa 100644 --- a/src/views/kungalgame/components/Aside.vue +++ b/src/views/kungalgame/components/Aside.vue @@ -3,18 +3,64 @@ interface asideBar { index: number name: string router: string + label: string } const asideBarItem: asideBar[] = [ - { index: 1, name: 'privacy', router: '/privacy' }, - { index: 2, name: 'bylaw', router: '/bylaw' }, - { index: 3, name: 'update', router: '/update-log' }, - { index: 4, name: 'pl', router: '/balance' }, - { index: 5, name: 'nonMoe', router: '/non-moe' }, - { index: 6, name: 'join', router: '/contact' }, - { index: 7, name: 'thanks', router: '/thanks-list' }, - { index: 8, name: 'donate', router: '/donate' }, - { index: 9, name: 'home', router: '/' }, + { + index: 1, + name: 'privacy', + router: '/privacy', + label: 'KUN Visual Novel Privacy | 鲲 Galgame 隐私政策', + }, + { + index: 2, + name: 'bylaw', + router: '/bylaw', + label: 'KUN Visual Novel Bylaw | 鲲 Galgame 执行条例', + }, + { + index: 3, + name: 'update', + router: '/update-log', + label: 'KUN Visual Novel Update Log | 鲲 Galgame 更新日志', + }, + { + index: 4, + name: 'pl', + router: '/balance', + label: 'KUN Visual Novel Balance | 鲲 Galgame 收支公示', + }, + { + index: 5, + name: 'nonMoe', + router: '/non-moe', + label: 'KUN Visual Novel Non-Moe | 鲲 Galgame 不萌记录', + }, + { + index: 6, + name: 'join', + router: '/contact', + label: 'KUN Visual Novel Contact | 鲲 Galgame 加入我们', + }, + { + index: 7, + name: 'thanks', + router: '/thanks-list', + label: 'KUN Visual Novel Thanks-List | 鲲 Galgame 感谢名单', + }, + { + index: 8, + name: 'donate', + router: '/donate', + label: 'KUN Visual Novel Donate | 鲲 Galgame 赞助我们', + }, + { + index: 9, + name: 'home', + router: '/', + label: 'KUN Visual Novel Home | 鲲 Galgame 返回主页', + }, ] @@ -27,6 +73,7 @@ const asideBarItem: asideBar[] = [ {{ $tm(`kungalgame.${kun.name}`) }}