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"
/>
+
+ {{ key }}
+
- {{ $t('zone.subTypes.' + key) }}
+ {{ $t(["zone.subTypes", key].join(".")) }}
@@ -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'
+ // },
]
}
}