feat(editor): support member node (#11075)

Close [BS-2793](https://linear.app/affine-design/issue/BS-2793/inline-member)
This commit is contained in:
Flrande
2025-03-24 05:57:03 +00:00
parent b8df65a2b0
commit 4bacfbd640
70 changed files with 582 additions and 117 deletions
@@ -1,26 +1,26 @@
{
"ar": 95,
"ar": 94,
"ca": 4,
"da": 4,
"de": 95,
"el-GR": 95,
"de": 94,
"el-GR": 94,
"en": 100,
"es-AR": 95,
"es-AR": 94,
"es-CL": 96,
"es": 95,
"fa": 95,
"fr": 95,
"es": 94,
"fa": 94,
"fr": 94,
"hi": 2,
"it-IT": 95,
"it-IT": 94,
"it": 1,
"ja": 95,
"ja": 94,
"ko": 60,
"pl": 95,
"pt-BR": 95,
"ru": 95,
"sv-SE": 95,
"uk": 95,
"pl": 94,
"pt-BR": 94,
"ru": 94,
"sv-SE": 94,
"uk": 94,
"ur": 2,
"zh-Hans": 95,
"zh-Hant": 95
"zh-Hans": 94,
"zh-Hant": 94
}
+8
View File
@@ -6915,6 +6915,14 @@ export function useAFFiNEI18N(): {
* `Select a specific date`
*/
["com.affine.editor.at-menu.date-picker"](): string;
/**
* `Mention Member`
*/
["com.affine.editor.at-menu.mention-member"](): string;
/**
* `Successfully mentioned the member`
*/
["com.affine.editor.at-menu.mention-success"](): string;
/**
* `Show`
*/
@@ -1717,6 +1717,8 @@
"com.affine.editor.at-menu.more-docs-hint": "{{count}} more docs",
"com.affine.editor.at-menu.journal": "Journal",
"com.affine.editor.at-menu.date-picker": "Select a specific date",
"com.affine.editor.at-menu.mention-member": "Mention Member",
"com.affine.editor.at-menu.mention-success": "Successfully mentioned the member",
"com.affine.editor.bi-directional-link-panel.show": "Show",
"com.affine.editor.bi-directional-link-panel.hide": "Hide",
"com.affine.editor.edgeless-note-header.fold-page-block": "Fold page block",