Add manual cloud backup controls and manager modal

This commit is contained in:
Hao19911125
2026-04-10 17:26:57 +08:00
parent a6b3137511
commit 09b6e1e566
11 changed files with 3016 additions and 925 deletions

View File

@@ -144,6 +144,7 @@ export const defaultSettings = {
// UI 面板
noticeDisplayMode: "normal",
panelTheme: "crimson",
cloudStorageMode: "automatic",
};
const DEFAULT_SETTING_KEYS = Object.freeze(Object.keys(defaultSettings));