pref: link labels
This commit is contained in:
parent
e4c4bea0b1
commit
42c4e09e8f
|
@ -13,6 +13,7 @@ import { Icon } from '@iconify/vue'
|
||||||
href="http://github.com/KUN1007/kun-galgame-vue"
|
href="http://github.com/KUN1007/kun-galgame-vue"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
|
aria-label="KUN Visual Novel Open Source GitHub Repository. 鲲 Galgame 开源 GitHub 仓库."
|
||||||
>
|
>
|
||||||
<Icon icon="line-md:github-loop" />
|
<Icon icon="line-md:github-loop" />
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -23,13 +23,14 @@ const info: FooterInfo[] = [
|
||||||
index: 1,
|
index: 1,
|
||||||
name: `daily`,
|
name: `daily`,
|
||||||
router: `/pool`,
|
router: `/pool`,
|
||||||
label: 'KUN Visual Novel Daily Communicate | 鲲 Galgame 日常交流',
|
label: 'KUN Visual Novel Daily Communication | 鲲 Galgame 日常交流',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
index: 2,
|
index: 2,
|
||||||
name: `chat`,
|
name: `chat`,
|
||||||
router: `/contact`,
|
router: `/contact`,
|
||||||
label: 'KUN Visual Novel Contacts | 鲲 Galgame 联系我们',
|
label:
|
||||||
|
'KUN Visual Novel Contacts, Chatting | 鲲 Galgame 联系我们, 闲聊灌水',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -42,21 +43,21 @@ const info: FooterInfo[] = [
|
||||||
name: `execute`,
|
name: `execute`,
|
||||||
router: `/technique`,
|
router: `/technique`,
|
||||||
label:
|
label:
|
||||||
'KUN Visual Novel Technique, Visual Novel Execute Problem | 鲲 Galgame 技术交流, Galgame 运行问题',
|
'KUN Visual Novel Technique, Visual Novel Execute Problem | 鲲 Galgame 技术交流, Galgame 运行问题, Galgame 运行相关',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
index: 2,
|
index: 2,
|
||||||
name: `globalization`,
|
name: `globalization`,
|
||||||
router: `/technique`,
|
router: `/technique`,
|
||||||
label:
|
label:
|
||||||
'KUN Visual Novel Technique, Visual Novel Globalization | 鲲 Galgame 技术交流, Galgame 汉化',
|
'KUN Visual Novel Technique, Visual Novel Globalization | 鲲 Galgame 技术交流, Galgame 汉化相关',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
index: 3,
|
index: 3,
|
||||||
name: `make`,
|
name: `make`,
|
||||||
router: `/technique`,
|
router: `/technique`,
|
||||||
label:
|
label:
|
||||||
'KUN Visual Novel Technique, Visual Novel Maker | 鲲 Galgame 技术交流, Galgame 制作',
|
'KUN Visual Novel Technique, Visual Novel Making | 鲲 Galgame 技术交流, Galgame 制作相关',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -80,7 +81,7 @@ const info: FooterInfo[] = [
|
||||||
index: 3,
|
index: 3,
|
||||||
name: `balance`,
|
name: `balance`,
|
||||||
router: `/balance`,
|
router: `/balance`,
|
||||||
label: 'KUN Visual Novel P & L | 鲲 Galgame 收支公示',
|
label: 'KUN Visual Novel Profit and Loss | 鲲 Galgame 收支公示',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -97,20 +98,20 @@ const link: FooterInfoItem[] = [
|
||||||
index: 2,
|
index: 2,
|
||||||
name: `shinnku`,
|
name: `shinnku`,
|
||||||
router: `https://shinnku.com`,
|
router: `https://shinnku.com`,
|
||||||
label: '失落小站 - galgame资源站',
|
label: `Shinnku's Visual Novel, Upset Gal, 失落的小站 失落小站 - galgame资源站`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
index: 3,
|
index: 3,
|
||||||
name: `ymgal`,
|
name: `ymgal`,
|
||||||
router: `https://www.ymgal.games`,
|
router: `https://www.ymgal.games`,
|
||||||
label:
|
label:
|
||||||
'月幕Galgame-最戳你XP的美少女游戏综合交流平台 | 来感受这绝妙的艺术体裁',
|
'YM Galgame, 月幕 Galgame -最戳你XP的美少女游戏综合交流平台 | 来感受这绝妙的艺术体裁',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
index: 4,
|
index: 4,
|
||||||
name: `kun`,
|
name: `kun`,
|
||||||
router: `https://soft.moe`,
|
router: `https://soft.moe`,
|
||||||
label: `KUN's Blog | KUN's Blog | 鲲的博客`,
|
label: `KUN's Blog | 鲲的博客`,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue