From c882d856326ed2c8a2f6a7350aecb5e48a1ea03d Mon Sep 17 00:00:00 2001 From: Larvan2 <78135608+Larvan2@users.noreply.github.com> Date: Sat, 15 Jul 2023 22:21:51 +0800 Subject: chore: errros msg update --- src/misc/errors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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后重试', }, }; -- cgit v1.3.1