Skip to content

Commit 822a373

Browse files
committed
2 parents a2be839 + 62fc2b7 commit 822a373

File tree

6 files changed

+28
-4
lines changed

6 files changed

+28
-4
lines changed
62.6 KB
Loading
65.8 KB
Loading
51.5 KB
Loading
17.2 KB
Loading

src/models/generated/operators.json

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,12 @@
221221
"alias": "bianren br 鞭刃",
222222
"alt_name": "Whislash"
223223
},
224+
{
225+
"id": "char_4104_coldst",
226+
"name": "冰酿",
227+
"alias": "bingniang bn 冰釀",
228+
"alt_name": "Coldshot"
229+
},
224230
{
225231
"id": "char_258_podego",
226232
"name": "波登可",
@@ -353,6 +359,12 @@
353359
"alias": "dekesasi dkss 德克薩斯",
354360
"alt_name": "Texas"
355361
},
362+
{
363+
"id": "char_1034_jesca2",
364+
"name": "涤火杰西卡",
365+
"alias": "dihuojiexika dihuojiexiqia dhjxk dhjxq 滌火傑西卡",
366+
"alt_name": "Jessica the Liberated"
367+
},
356368
{
357369
"id": "char_183_skgoat",
358370
"name": "地灵",
@@ -671,6 +683,12 @@
671683
"alias": "jici jc 棘刺",
672684
"alt_name": "Thorns"
673685
},
686+
{
687+
"id": "token_10032_jesca2_jckshd",
688+
"name": "机动盾牌",
689+
"alias": "jidongdunpai jddp 機動盾牌",
690+
"alt_name": "Mobile personnel shield"
691+
},
674692
{
675693
"id": "char_422_aurora",
676694
"name": "极光",
@@ -1243,9 +1261,9 @@
12431261
},
12441262
{
12451263
"id": "char_1029_yato2",
1246-
"name": "麒麟X夜刀",
1247-
"alias": "qilinXyedao qlXyd 麒麟X夜刀",
1248-
"alt_name": "Kirin X Yato"
1264+
"name": "麒麟R夜刀",
1265+
"alias": "qilinRyedao qlRyd 麒麟R夜刀",
1266+
"alt_name": "Kirin R Yato"
12491267
},
12501268
{
12511269
"id": "char_4062_totter",
@@ -1661,6 +1679,12 @@
16611679
"alias": "xingji xj 星極",
16621680
"alt_name": "Astesia"
16631681
},
1682+
{
1683+
"id": "char_4105_almond",
1684+
"name": "杏仁",
1685+
"alias": "xingren xr 杏仁",
1686+
"alt_name": "Almond"
1687+
},
16641688
{
16651689
"id": "char_136_hsguma",
16661690
"name": "星熊",

src/utils/fetcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const request = <T extends Response<unknown>>(
4949

5050
.catch((err) => {
5151
console.error('Fetcher: got error', err)
52-
return Promise.reject(new Error('网络错误,请检查网络连接并稍后重试'))
52+
return Promise.reject(new Error('请求失败:服务器返回错误,请稍后再试'))
5353
})
5454
.then((res) => {
5555
if (

0 commit comments

Comments
 (0)