enhance(client): tweak statusbar
This commit is contained in:
parent
dc1a35c13c
commit
4ab2f16ed3
5 changed files with 63 additions and 60 deletions
|
|
@ -94,13 +94,11 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
name: string;
|
||||
id: string;
|
||||
type: string;
|
||||
size: 'verySmall' | 'small' | 'medium' | 'large' | 'veryLarge';
|
||||
black: boolean;
|
||||
props: Record<string, any>;
|
||||
}[],
|
||||
},
|
||||
statusbarSize: {
|
||||
where: 'deviceAccount',
|
||||
default: 'medium',
|
||||
},
|
||||
widgets: {
|
||||
where: 'deviceAccount',
|
||||
default: [] as {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue