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:
Slinetrac
2025-11-02 20:21:46 +08:00
Unverified
17 changed files with 23 additions and 24 deletions

View File

@@ -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),