Skip to content

Commit

Permalink
feat: adjust links
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvISsReimu authored and GalvinGao committed Mar 17, 2023
1 parent 9891812 commit 929c015
Showing 1 changed file with 35 additions and 20 deletions.
55 changes: 35 additions & 20 deletions src/views/About/Links.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,24 +129,32 @@ export default {
shorten: 'prts.wiki'
},
{
title: 'Kokodayo Arknights Data',
author: 'odex',
title: '明日方舟一图流',
author: 'Zirunwang、山桜',
features: [
{
name: 'character',
color: 'orange'
name: 'apRanking',
color: 'grey'
},
{
name: 'enemy',
color: 'black'
name: 'dropRateRanking',
color: 'grey'
},
{
name: 'map',
color: 'teal'
name: 'generalRanking',
color: 'grey'
},
{
name: 'storeEfficiency',
color: 'grey'
},
{
name: 'gachaPlanning',
color: 'grey'
}
],
url: 'https://kokodayo.fun/',
shorten: 'kokodayo.fun'
url: 'https://aog.wiki/',
shorten: 'aog.wiki'
},
{
title: 'ANWiki',
Expand Down Expand Up @@ -238,25 +246,33 @@ export default {
shorten: 'gachasalt.github.io/ArkToolDemo'
},
{
title: '最佳招聘网站',
author: 'Koke_Cacao',
title: 'Kokodayo Arknights Data',
author: 'odex',
features: [
{
name: 'hr',
color: 'cyan'
name: 'character',
color: 'orange'
},
{
name: 'enemy',
color: 'black'
},
{
name: 'map',
color: 'teal'
}
],
url: 'https://github.kokecacao.me/arknights.html',
shorten: 'github.kokecacao.me/arknights.html'
}
url: 'https://kokodayo.fun/',
shorten: 'kokodayo.fun'
},
],
misc: [
{
title: 'Konmai Academy',
// author: '「纯净的音游下载站」',
description: '公益的音乐游戏下载站',
url: 'https://konmai.cn',
shorten: 'konmai.cn'
url: 'https://616.sb/',
shorten: '616.sb'
},
]
}
Expand All @@ -279,4 +295,3 @@ export default {
}
}
</script>

0 comments on commit 929c015

Please sign in to comment.