diff --git a/src/pages/AccountManagementPage.tsx b/src/pages/AccountManagementPage.tsx index bfceef6..7c2a232 100644 --- a/src/pages/AccountManagementPage.tsx +++ b/src/pages/AccountManagementPage.tsx @@ -65,7 +65,7 @@ const writeHiddenDeletedAccountNormIds = (ids: Set): void => { try { window.localStorage.setItem(HIDDEN_DELETED_ACCOUNT_NORM_IDS_KEY, JSON.stringify(Array.from(ids))) } catch { - // 存储配额或隐私模式 + } }