逆張りモードの実装
This commit is contained in:
parent
592c6e60a9
commit
40469aa0ce
9 changed files with 81 additions and 26 deletions
|
|
@ -304,6 +304,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'device',
|
||||
default: [] as string[],
|
||||
},
|
||||
enablehanntenn:{
|
||||
where:'device',
|
||||
default: false
|
||||
},
|
||||
recentlyUsedUsers: {
|
||||
where: 'device',
|
||||
default: [] as string[],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue