mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-24 18:02:47 +08:00
feat(core): support collection search for ai chat (#10987)
Close [BS-2787](https://linear.app/affine-design/issue/BS-2787). Close [BS-2788](https://linear.app/affine-design/issue/BS-2788). 
This commit is contained in:
@@ -6833,6 +6833,10 @@ export function useAFFiNEI18N(): {
|
||||
* `Tags`
|
||||
*/
|
||||
["com.affine.editor.at-menu.tags"](): string;
|
||||
/**
|
||||
* `Collections`
|
||||
*/
|
||||
["com.affine.editor.at-menu.collections"](): string;
|
||||
/**
|
||||
* `Loading...`
|
||||
*/
|
||||
|
||||
@@ -1698,6 +1698,7 @@
|
||||
"com.affine.editor.at-menu.link-to-doc": "Search for \"{{query}}\"",
|
||||
"com.affine.editor.at-menu.recent-docs": "Recent",
|
||||
"com.affine.editor.at-menu.tags": "Tags",
|
||||
"com.affine.editor.at-menu.collections": "Collections",
|
||||
"com.affine.editor.at-menu.loading": "Loading...",
|
||||
"com.affine.editor.at-menu.new-doc": "New",
|
||||
"com.affine.editor.at-menu.create-page": "New \"{{name}}\" page",
|
||||
|
||||
Reference in New Issue
Block a user