公開範囲、見やすく。
This commit is contained in:
parent
6fef96e657
commit
b8c4c09e59
7 changed files with 102 additions and 7 deletions
|
|
@ -348,6 +348,18 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'device',
|
||||
default: 3,
|
||||
},
|
||||
specifiedColor:{
|
||||
where: 'device',
|
||||
default: '#FFFF64',
|
||||
},
|
||||
followerColor:{
|
||||
where: 'device',
|
||||
default: '#FF00FF',
|
||||
},
|
||||
homeColor:{
|
||||
where: 'device',
|
||||
default: '#00FFFF',
|
||||
},
|
||||
numberOfGamingSpeed: {
|
||||
where: 'device',
|
||||
default: 44,
|
||||
|
|
@ -364,6 +376,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'device',
|
||||
default: true,
|
||||
},
|
||||
showVisibilityColor:{
|
||||
where: 'device',
|
||||
default: false,
|
||||
},
|
||||
reactionsDisplaySize: {
|
||||
where: 'device',
|
||||
default: 'medium' as 'small' | 'medium' | 'large',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue