ChatUIで選択したタイムラインを記憶するように
This commit is contained in:
parent
7eb6038f92
commit
53c7077d1d
3 changed files with 9 additions and 2 deletions
|
|
@ -10,4 +10,8 @@ export const store = markRaw(new Storage('chatUi', {
|
|||
data: Record<string, any>;
|
||||
}[]
|
||||
},
|
||||
tl: {
|
||||
where: 'deviceAccount',
|
||||
default: 'home'
|
||||
},
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue