Merge branch 'dev' into chore/i18n
# Conflicts: # src/locales/de.json # src/locales/en.json # src/locales/es.json # src/locales/jp.json # src/locales/ko.json # src/locales/tr.json # src/locales/zh.json # src/locales/zhtw.json # src/pages/_layout/notificationHandlers.ts
This commit is contained in:
@@ -21,8 +21,6 @@ export const handleNoticeMessage = (
|
||||
"set_config::error": () => showNotice.error(msg),
|
||||
update_with_clash_proxy: () =>
|
||||
showNotice.success("Update with Clash proxy successfully", msg),
|
||||
update_retry_with_clash: () =>
|
||||
showNotice.info("Update failed, retrying with Clash proxy..."),
|
||||
update_failed_even_with_clash: () =>
|
||||
showNotice.error("Update failed even with Clash proxy", msg),
|
||||
update_failed: () => showNotice.error(msg),
|
||||
|
||||
Reference in New Issue
Block a user