From e9d2d3ca044a98e2337c4f713178a545fe71ccfc Mon Sep 17 00:00:00 2001 From: GalvinGao Date: Sat, 17 Feb 2024 03:03:38 +0800 Subject: [PATCH] fix: remove deprecated links, update account book link --- .../stats/StageSelectorCategory.vue | 7 +- src/views/About/Donate.vue | 4 +- src/views/About/Links.vue | 169 +++++++++--------- 3 files changed, 92 insertions(+), 88 deletions(-) diff --git a/src/components/stats/StageSelectorCategory.vue b/src/components/stats/StageSelectorCategory.vue index 5d4af621..19f85a4a 100644 --- a/src/components/stats/StageSelectorCategory.vue +++ b/src/components/stats/StageSelectorCategory.vue @@ -33,8 +33,11 @@ v-text="$t('zone.subTypes.' + key).subtitle" /> + @@ -114,4 +117,4 @@ export default { letter-spacing: -0.35px !important; font-size: 0.8rem !important; } - \ No newline at end of file + diff --git a/src/views/About/Donate.vue b/src/views/About/Donate.vue index f44d5f75..d6da2c04 100644 --- a/src/views/About/Donate.vue +++ b/src/views/About/Donate.vue @@ -70,7 +70,7 @@ v-haptic text outlined - href="https://shimo.im/sheets/GJXgP9XQcPrj6rtg/2fC1m" + href="https://penguin-stats.larksuite.com/sheets/TIn1sUT3jhiSDttMgdguzXv8spc?sheet=0yfMqu" target="_blank" rel="noopener" large @@ -115,7 +115,7 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -125,7 +125,7 @@ export default { color: 'blue-grey' } ], - url: 'http://prts.wiki/id/1', + url: 'https://prts.wiki/id/1', shorten: 'prts.wiki' }, { @@ -153,20 +153,20 @@ export default { color: 'grey' } ], - url: 'https://yituliu.site/', - shorten: 'yituliu.site' + url: 'https://ark.yituliu.cn/', + shorten: 'ark.yituliu.cn' + }, + { + title: 'MAA小助手', + features: [ + { + name: 'auto_farming', + color: 'cyan' + } + ], + url: 'https://maa.plus/', + shorten: 'maa.plus' }, - // { - // title: 'MAA小助手', - // features: [ - // { - // name: 'auto_farming', - // color: 'cyan' - // } - // ], - // url: 'https://maa.plus/', - // shorten: 'maa.plus' - // }, { title: 'ANWiki', features: [ @@ -201,9 +201,7 @@ export default { ], url: 'https://smartgamecap.net', shorten: 'smartgamecap.net' - } - ], - deprecated: [ + }, { title: '明日方舟工具箱', author: '一只灰喵', @@ -256,35 +254,38 @@ export default { url: 'https://gachasalt.github.io/ArkToolDemo/#/', shorten: 'gachasalt.github.io/ArkToolDemo' }, - { - title: 'Kokodayo Arknights Data', - author: 'odex', - features: [ - { - name: 'character', - color: 'orange' - }, - { - name: 'enemy', - color: 'black' - }, - { - name: 'map', - color: 'teal' - } - ], - url: 'https://kokodayo.fun/', - shorten: 'kokodayo.fun' - }, + ], + deprecated: [ + + // { + // title: 'Kokodayo Arknights Data', + // author: 'odex', + // features: [ + // { + // name: 'character', + // color: 'orange' + // }, + // { + // name: 'enemy', + // color: 'black' + // }, + // { + // name: 'map', + // color: 'teal' + // } + // ], + // url: 'https://kokodayo.fun/', + // shorten: 'kokodayo.fun' + // }, ], misc: [ - { - title: 'Konmai Academy', - // author: '「纯净的音游下载站」', - description: '公益的音乐游戏下载站', - url: 'https://616.sb/', - shorten: '616.sb' - }, + // { + // title: 'Konmai Academy', + // // author: '「纯净的音游下载站」', + // description: '公益的音乐游戏下载站', + // url: 'https://616.sb/', + // shorten: '616.sb' + // }, ] } }