feat(core): add copy link to doc peek view controls (#11373)

fix AF-2314
This commit is contained in:
pengx17
2025-04-02 02:21:32 +00:00
parent d9fade8045
commit 679e9e1966
3 changed files with 43 additions and 2 deletions

View File

@@ -4379,6 +4379,10 @@ export function useAFFiNEI18N(): {
* `Open in center peek`
*/
["com.affine.peek-view-controls.open-doc-in-center-peek"](): string;
/**
* `Copy link`
*/
["com.affine.peek-view-controls.copy-link"](): string;
/**
* `Click or drag`
*/

View File

@@ -1086,6 +1086,7 @@
"com.affine.peek-view-controls.open-attachment-in-new-tab": "Open in new tab",
"com.affine.peek-view-controls.open-attachment-in-split-view": "Open in split view",
"com.affine.peek-view-controls.open-doc-in-center-peek": "Open in center peek",
"com.affine.peek-view-controls.copy-link": "Copy link",
"com.affine.split-view-drag-handle.tooltip": "Click or drag",
"com.affine.split-view-folder-warning.description": "Split view does not support folders.",
"do-not-show-this-again": "Do not show this again",