enhance(frontend): 常に広告を見られるオプションを追加
This commit is contained in:
parent
eba42230ee
commit
29c9a7d71a
5 changed files with 9 additions and 1 deletions
|
|
@ -298,6 +298,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'device',
|
||||
default: false,
|
||||
},
|
||||
forceShowAds: {
|
||||
where: 'device',
|
||||
default: false,
|
||||
},
|
||||
aiChanMode: {
|
||||
where: 'device',
|
||||
default: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue