ユーザーのページでノートを表示するかハイライトを表示するか決められるようにした
This commit is contained in:
parent
4357c75a44
commit
abb79a0b36
5 changed files with 557 additions and 520 deletions
|
|
@ -432,6 +432,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'device',
|
||||
default: false,
|
||||
},
|
||||
FeaturedOrNote: {
|
||||
where: 'device',
|
||||
default: false
|
||||
}
|
||||
}));
|
||||
|
||||
// TODO: 他のタブと永続化されたstateを同期
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue