We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4e1500 + 9a39e6c commit 17f70d2Copy full SHA for 17f70d2
src/models/generated/operators.json
@@ -1243,9 +1243,9 @@
1243
},
1244
{
1245
"id": "char_1029_yato2",
1246
- "name": "麒麟X夜刀",
1247
- "alias": "qilinXyedao qlXyd 麒麟X夜刀",
1248
- "alt_name": "Kirin X Yato"
+ "name": "麒麟R夜刀",
+ "alias": "qilinRyedao qlRyd 麒麟R夜刀",
+ "alt_name": "Kirin R Yato"
1249
1250
1251
"id": "char_4062_totter",
src/utils/fetcher.ts
@@ -49,7 +49,7 @@ export const request = <T extends Response<unknown>>(
49
50
.catch((err) => {
51
console.error('Fetcher: got error', err)
52
- return Promise.reject(new Error('网络错误,请检查网络连接并稍后重试'))
+ return Promise.reject(new Error('请求失败:服务器返回错误,请稍后再试'))
53
})
54
.then((res) => {
55
if (
0 commit comments