enhance(frontend): improve preferences
This commit is contained in:
parent
0126dba475
commit
44073736de
9 changed files with 164 additions and 165 deletions
|
|
@ -100,10 +100,6 @@ export const store = markRaw(new Storage('base', {
|
|||
where: 'device',
|
||||
default: {} as Record<string, Record<string, string[]>>,
|
||||
},
|
||||
defaultWithReplies: {
|
||||
where: 'account',
|
||||
default: false,
|
||||
},
|
||||
pluginTokens: {
|
||||
where: 'deviceAccount',
|
||||
default: {} as Record<string, string>, // plugin id, token
|
||||
|
|
@ -119,6 +115,10 @@ export const store = markRaw(new Storage('base', {
|
|||
},
|
||||
|
||||
//#region TODO: そのうち消す (preferに移行済み)
|
||||
defaultWithReplies: {
|
||||
where: 'account',
|
||||
default: false,
|
||||
},
|
||||
reactions: {
|
||||
where: 'account',
|
||||
default: ['👍', '❤️', '😆', '🤔', '😮', '🎉', '💢', '😥', '😇', '🍮'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue