Skip to content

Commit

Permalink
fix: remove deprecated links, update account book link
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinGao committed Feb 16, 2024
1 parent d831a9a commit e9d2d3c
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 88 deletions.
7 changes: 5 additions & 2 deletions src/components/stats/StageSelectorCategory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@
v-text="$t('zone.subTypes.' + key).subtitle"
/>
</div>
<template v-else-if="key.indexOf('20') === 0">
{{ key }}
</template>
<template v-else>
{{ $t('zone.subTypes.' + key) }}
{{ $t(["zone.subTypes", key].join(".")) }}
</template>
</v-tab>
</v-tabs>
Expand Down Expand Up @@ -114,4 +117,4 @@ export default {
letter-spacing: -0.35px !important;
font-size: 0.8rem !important;
}
</style>
</style>
4 changes: 2 additions & 2 deletions src/views/About/Donate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -115,7 +115,7 @@
</div>
<v-btn
v-haptic
href="https://shimo.im/sheets/GJXgP9XQcPrj6rtg/2fC1m"
href="https://penguin-stats.larksuite.com/sheets/TIn1sUT3jhiSDttMgdguzXv8spc?sheet=0yfMqu"
target="_blank"
rel="noopener"
outlined
Expand Down
169 changes: 85 additions & 84 deletions src/views/About/Links.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,46 +15,46 @@
/>
</v-col>
</v-row>
<v-row class="full-width">
<v-col cols="12">
<v-divider />
</v-col>
</v-row>
<v-row class="full-width">
<v-col
v-for="(link, index) in links.deprecated"
:key="index"
class="d-flex"
cols="12"
sm="6"
md="4"
>
<LinkCard
:link="link"
@navigate="goToHref"
/>
</v-col>
</v-row>
<v-row class="full-width">
<v-col cols="12">
<v-divider />
</v-col>
</v-row>
<v-row class="full-width">
<v-col
v-for="(link, index) in links.misc"
:key="index"
class="d-flex"
cols="12"
sm="6"
md="6"
>
<LinkCard
:link="link"
@navigate="goToHref"
/>
</v-col>
</v-row>
<!-- <v-row class="full-width">-->
<!-- <v-col cols="12">-->
<!-- <v-divider />-->
<!-- </v-col>-->
<!-- </v-row>-->
<!-- <v-row class="full-width">-->
<!-- <v-col-->
<!-- v-for="(link, index) in links.deprecated"-->
<!-- :key="index"-->
<!-- class="d-flex"-->
<!-- cols="12"-->
<!-- sm="6"-->
<!-- md="4"-->
<!-- >-->
<!-- <LinkCard-->
<!-- :link="link"-->
<!-- @navigate="goToHref"-->
<!-- />-->
<!-- </v-col>-->
<!-- </v-row>-->
<!-- <v-row class="full-width">-->
<!-- <v-col cols="12">-->
<!-- <v-divider />-->
<!-- </v-col>-->
<!-- </v-row>-->
<!-- <v-row class="full-width">-->
<!-- <v-col-->
<!-- v-for="(link, index) in links.misc"-->
<!-- :key="index"-->
<!-- class="d-flex"-->
<!-- cols="12"-->
<!-- sm="6"-->
<!-- md="6"-->
<!-- >-->
<!-- <LinkCard-->
<!-- :link="link"-->
<!-- @navigate="goToHref"-->
<!-- />-->
<!-- </v-col>-->
<!-- </v-row>-->
</div>
</template>

Expand Down Expand Up @@ -125,7 +125,7 @@ export default {
color: 'blue-grey'
}
],
url: 'http://prts.wiki/id/1',
url: 'https://prts.wiki/id/1',
shorten: 'prts.wiki'
},
{
Expand Down Expand Up @@ -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: [
Expand Down Expand Up @@ -201,9 +201,7 @@ export default {
],
url: 'https://smartgamecap.net',
shorten: 'smartgamecap.net'
}
],
deprecated: [
},
{
title: '明日方舟工具箱',
author: '一只灰喵',
Expand Down Expand Up @@ -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'
// },
]
}
}
Expand Down

0 comments on commit e9d2d3c

Please sign in to comment.