ChatUIで選択したタイムラインを記憶するように

This commit is contained in:
syuilo 2021-02-20 11:15:08 +09:00
parent 7eb6038f92
commit 53c7077d1d
3 changed files with 9 additions and 2 deletions

View file

@ -10,4 +10,8 @@ export const store = markRaw(new Storage('chatUi', {
data: Record<string, any>;
}[]
},
tl: {
where: 'deviceAccount',
default: 'home'
},
}));