enhance(frontend): ウィジェットもpreference管理に
This commit is contained in:
@@ -35,6 +35,15 @@ export const PREF_DEF = {
|
||||
accountDependent: true,
|
||||
default: null as string | null,
|
||||
},
|
||||
widgets: {
|
||||
accountDependent: true,
|
||||
default: [] as {
|
||||
name: string;
|
||||
id: string;
|
||||
place: string | null;
|
||||
data: Record<string, any>;
|
||||
}[],
|
||||
},
|
||||
|
||||
themes: {
|
||||
default: [] as Theme[],
|
||||
|
Reference in New Issue
Block a user