feat: 開発者モードを追加
This commit is contained in:
parent
9166a58c5f
commit
f15f60d5b9
6 changed files with 40 additions and 3 deletions
|
|
@ -314,6 +314,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'device',
|
||||
default: false,
|
||||
},
|
||||
devMode: {
|
||||
where: 'device',
|
||||
default: false,
|
||||
},
|
||||
mediaListWithOneImageAppearance: {
|
||||
where: 'device',
|
||||
default: 'expand' as 'expand' | '16_9' | '1_1' | '2_3',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue