mirror of
https://github.com/kokonect-link/cherrypick
synced 2025-01-21 09:14:13 +09:00
trustedDomainsの保存場所をローカルに変更
This commit is contained in:
parent
c8b340d8d4
commit
e626e25b36
@ -132,10 +132,6 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||
where: 'account',
|
||||
default: [] as string[],
|
||||
},
|
||||
trustedDomains: {
|
||||
where: 'account',
|
||||
default: [] as string[],
|
||||
},
|
||||
|
||||
menu: {
|
||||
where: 'deviceAccount',
|
||||
@ -450,6 +446,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||
where: 'device',
|
||||
default: true,
|
||||
},
|
||||
trustedDomains: {
|
||||
where: 'device',
|
||||
default: [] as string[],
|
||||
},
|
||||
|
||||
sound_masterVolume: {
|
||||
where: 'device',
|
||||
|
Loading…
Reference in New Issue
Block a user