From f80317a4496374a92d11b542818afc3df909c00a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=97=E8=A7=92=E5=B0=8F=E6=9E=97?= <1013335014@qq.com> Date: Wed, 26 Jun 2024 16:03:13 +0800 Subject: [PATCH] Doc: update --- web/src/pages/Doc/en/constructor/index.md | 2 ++ web/src/pages/Doc/en/constructor/index.vue | 10 ++++++++++ web/src/pages/Doc/zh/constructor/index.md | 2 ++ web/src/pages/Doc/zh/constructor/index.vue | 10 ++++++++++ 4 files changed, 24 insertions(+) diff --git a/web/src/pages/Doc/en/constructor/index.md b/web/src/pages/Doc/en/constructor/index.md index 68c86666..7ede840b 100644 --- a/web/src/pages/Doc/en/constructor/index.md +++ b/web/src/pages/Doc/en/constructor/index.md @@ -585,6 +585,8 @@ Listen to an event. Event list: | demonstrate_jump(v0.9.11+) | Trigger when switching steps in demonstration mode | currentStepIndex(The index of the steps currently played, counting from 0)、stepLength(Total number of playback steps) | | node_tag_click(v0.9.12+) | Click events on node labels | this(Current node instance)、item(Content of clicked tags) | | node_layout_end(v0.10.1+) | Event where the content layout of a single node is completed | this(Current node instance) | +| node_attachmentClick(v0.9.10+) | Click event for node attachment icon | this(Current node instance)、e(Event Object)、node(Icon node) | +| node_attachmentContextmenu(v0.9.10+) | Right click event on node attachment icon | this(Current node instance)、e(Event Object)、node(Icon node) | ### emit(event, ...args) diff --git a/web/src/pages/Doc/en/constructor/index.vue b/web/src/pages/Doc/en/constructor/index.vue index 49924aab..3f880968 100644 --- a/web/src/pages/Doc/en/constructor/index.vue +++ b/web/src/pages/Doc/en/constructor/index.vue @@ -1606,6 +1606,16 @@ poor performance and should be used sparingly.