enhance(frontend): 設定値の同期を実装(実験的)

This commit is contained in:
syuilo
2025-03-12 11:39:05 +09:00
parent ddbc83b2e4
commit b03bcf26cd
9 changed files with 343 additions and 187 deletions

View File

@@ -327,4 +327,5 @@ export const PREF_DEF = {
} satisfies Record<string, {
default: any;
accountDependent?: boolean;
serverDependent?: boolean;
}>;