ユーザーのページでノートを表示するかハイライトを表示するか決められるようにした

This commit is contained in:
mattyatea 2023-10-07 10:40:08 +09:00
parent 4357c75a44
commit abb79a0b36
5 changed files with 557 additions and 520 deletions

View file

@ -432,6 +432,10 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'device',
default: false,
},
FeaturedOrNote: {
where: 'device',
default: false
}
}));
// TODO: 他のタブと永続化されたstateを同期