summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarvan2 <[email protected]>2023-07-15 22:21:51 +0800
committerGitHub <[email protected]>2023-07-15 22:21:51 +0800
commitc882d856326ed2c8a2f6a7350aecb5e48a1ea03d (patch)
tree00d8cf903e6ae430ecf8fff7502e55e737cadbbd
parent082072fe6cfb4f571b6d9b514ae7af90489b2ce1 (diff)
chore: errros msg update
-rw-r--r--src/misc/errors.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/errors.ts b/src/misc/errors.ts
index 1bc369a..18480f5 100644
--- a/src/misc/errors.ts
+++ b/src/misc/errors.ts
@@ -6,7 +6,7 @@ export const errors = {
detail: 'This browser does not support "fetch", please choose another one.',
},
default: {
- message: 'Oops, something went wrong!',
+ message: '出错了!\n 请尝试清理缓存和Cookie后重试',
},
};