Skip to content

Commit 17f70d2

Browse files
authored
Merge pull request #205 from MaaAssistantArknights/dev
2 parents a4e1500 + 9a39e6c commit 17f70d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/models/generated/operators.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,9 +1243,9 @@
12431243
},
12441244
{
12451245
"id": "char_1029_yato2",
1246-
"name": "麒麟X夜刀",
1247-
"alias": "qilinXyedao qlXyd 麒麟X夜刀",
1248-
"alt_name": "Kirin X Yato"
1246+
"name": "麒麟R夜刀",
1247+
"alias": "qilinRyedao qlRyd 麒麟R夜刀",
1248+
"alt_name": "Kirin R Yato"
12491249
},
12501250
{
12511251
"id": "char_4062_totter",

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)