Classic UI
This commit is contained in:
parent
04e27e160e
commit
42d293ee60
19 changed files with 391 additions and 67 deletions
|
|
@ -90,6 +90,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
default: [] as {
|
||||
name: string;
|
||||
id: string;
|
||||
place: string;
|
||||
data: Record<string, any>;
|
||||
}[]
|
||||
},
|
||||
|
|
@ -185,9 +186,9 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'device',
|
||||
default: false
|
||||
},
|
||||
sidebarDisplay: {
|
||||
menuDisplay: {
|
||||
where: 'device',
|
||||
default: 'full' as 'full' | 'icon'
|
||||
default: 'sideFull' as 'sideFull' | 'sideIcon' | 'top'
|
||||
},
|
||||
reportError: {
|
||||
where: 'device',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue