refactor: update_core_config, simplify logic and delete invalid notifications

This commit is contained in:
huzibaca
2024-11-30 05:43:59 +08:00
parent 3bc4da3e85
commit 16c9c95e19
7 changed files with 16 additions and 37 deletions

View File

@@ -77,12 +77,6 @@ const Layout = () => {
navigate("/profile");
Notice.error(msg);
break;
case "set_config::ok":
Notice.success(t("Clash Config Updated"));
break;
case "set_config::error":
Notice.error(msg);
break;
default:
break;
}