mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-18 06:47:02 +08:00
feat(core): track web-clipper import (#12599)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added tracking for document creation when importing with the clipper tool. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -544,6 +544,11 @@ interface PageEvents extends PageDivision {
|
||||
];
|
||||
};
|
||||
};
|
||||
clipper: {
|
||||
$: {
|
||||
$: ['createDoc'];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
type OrganizeItemType = 'doc' | 'folder' | 'collection' | 'tag' | 'favorite';
|
||||
|
||||
Reference in New Issue
Block a user