mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-19 23:37:15 +08:00
feat(core): add ai usage in account-setting (#6516)
This commit is contained in:
@@ -20,6 +20,7 @@ export type SettingAtom = Pick<
|
||||
'activeTab' | 'workspaceMetadata'
|
||||
> & {
|
||||
open: boolean;
|
||||
scrollAnchor?: string;
|
||||
};
|
||||
|
||||
export const openSettingModalAtom = atom<SettingAtom>({
|
||||
|
||||
Reference in New Issue
Block a user