ChatUIで選択したタイムラインを記憶するように
This commit is contained in:
@@ -10,4 +10,8 @@ export const store = markRaw(new Storage('chatUi', {
|
||||
data: Record<string, any>;
|
||||
}[]
|
||||
},
|
||||
tl: {
|
||||
where: 'deviceAccount',
|
||||
default: 'home'
|
||||
},
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user