chore: rm success notice

This commit is contained in:
Slinetrac
2025-10-13 19:04:40 +08:00
parent 965ee9844d
commit 537a3000b6
2 changed files with 0 additions and 2 deletions

View File

@@ -292,7 +292,6 @@ export const HomeProfileCard = ({
setUpdating(true); setUpdating(true);
try { try {
await updateProfile(current.uid, current.option); await updateProfile(current.uid, current.option);
showNotice("success", t("Update subscription successfully"), 1000);
onProfileUpdated?.(); onProfileUpdated?.();
// 刷新首页数据 // 刷新首页数据

View File

@@ -333,7 +333,6 @@ export const ProfileItem = (props: Props) => {
await updateProfile(itemData.uid, option); await updateProfile(itemData.uid, option);
// 更新成功,刷新列表 // 更新成功,刷新列表
showNotice("success", t("Update subscription successfully"));
mutate("getProfiles"); mutate("getProfiles");
} catch { } catch {
// 更新完全失败(包括后端的回退尝试) // 更新完全失败(包括后端的回退尝试)