公開範囲に色付け(localonly) コミット忘れ

This commit is contained in:
mattyatea 2023-09-26 10:55:42 +09:00
parent dd7b6f92df
commit 90028a96b6
1 changed files with 4 additions and 0 deletions

View File

@ -360,6 +360,10 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'device',
default: '#00FFFF',
},
localOnlyColor:{
where:'device',
default: '#2b2c41'
},
numberOfGamingSpeed: {
where: 'device',
default: 44,