enhance(frontend): 常に広告を見られるオプションを追加

This commit is contained in:
syuilo
2023-04-10 10:22:25 +09:00
parent eba42230ee
commit 29c9a7d71a
5 changed files with 9 additions and 1 deletions

View File

@@ -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,