Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions skills/lark-doc/references/lark-doc-whiteboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ Sub Agent 需要携带以下的最小上下文,以及后续的 [SVG 设计 Wor
`../../lark-whiteboard/SKILL.md`](../../lark-whiteboard/SKILL.md) 编辑。

```bash
lark-cli whiteboard +query \
lark-cli whiteboard +export \
--whiteboard-token "wbcnxxxxxxxx" \
--output_as image \
--output-type preview \
--output ./preview.png
```

Expand Down
4 changes: 2 additions & 2 deletions skills/lark-drive/references/lark-drive-comment-location.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ lark-cli base +record-list --base-token '<base_token>' --table-id '<table_id>' -
- 若要定位画板内部节点,切到 `lark-whiteboard` 读取 raw 节点结构:

```bash
lark-cli whiteboard +query \
lark-cli whiteboard +export \
--whiteboard-token '<whiteboard_token>' \
--output_as raw
--output-type raw
```

- 如果 raw 节点中存在唯一匹配 `quote` 的文本节点,可定位到该节点;如果有多个相同文本节点,仍然是弱匹配,需要结合位置、样式、用户描述或人工确认。
Expand Down
Loading