Skip to content

Commit cc416a4

Browse files
authored
docs(lark-doc): document <folder-manager> resource block (#1168)
- lark-doc-xml.md §三「资源块」: add <folder-manager wiki-token="..."> entry with full sub-page schema (title / url / file-type+doc-id fallback / space-id / owner / owner-id / create-time / edit-time, ms timestamps, has-more="true" beyond 100 children) - lark-doc-xml.md §四「复制」: append folder-manager to copy support list (per spec FE-1 TC-D acceptance) - lark-doc-xml.md §八 完整示例: add folder-manager example - lark-doc-fetch.md: add 子页面列表 section explaining fetch behavior, url-first / file-type+doc-id fallback, container-only on wiki.core failure or no permission Spec ref: cli-docx-folder-manager FE-1 Change-Id: I746fbebcc3398c5ec0b144f2eb2a306e6d96fb74
1 parent 00d45f8 commit cc416a4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

skills/lark-doc/references/lark-doc-xml.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ p, h1-h9, ul, ol, li, table, thead, tbody, tr, th, td, blockquote, pre, code, hr
4545
- `<sheet>``<sheet type="blank"></sheet>` 空白;`<sheet sheet-id="SID" token="TOKEN"></sheet>` 复制已有
4646
- `<task>``<task task-id="GUID"></task>`,必传 task-id(任务 guid)
4747
- `<chat_card>``<chat_card chat-id="CHAT_ID"></chat_card>`,必传 chat-id
48+
- `<sub-page-list>``<sub-page-list></sub-page-list>` 子页面列表块;仅 wiki 文档可插入
4849
- bitable、base_ref、synced_reference、synced_source、okr — 不可创建,仅支持移动
4950

5051
# 四、块级复制与移动
@@ -54,7 +55,7 @@ p, h1-h9, ul, ol, li, table, thead, tbody, tr, th, td, blockquote, pre, code, hr
5455

5556
## 复制(block_copy_insert_after)
5657
- **基础标签**(块级标签、容器标签、行内组件):均支持复制
57-
- **资源块**:仅 img、source、whiteboard、sheet、chat_card 支持复制;task、bitable、base_ref、synced_reference、synced_source、okr 不支持复制
58+
- **资源块**:仅 img、source、whiteboard、sheet、chat_card、sub-page-list 支持复制;task、bitable、base_ref、synced_reference、synced_source、okr 不支持复制
5859

5960
使用 `docs +update --command block_copy_insert_after --block-id "<锚点>" --src-block-ids "id1,id2"`
6061

@@ -166,4 +167,5 @@ p, h1-h9, ul, ol, li, table, thead, tbody, tr, th, td, blockquote, pre, code, hr
166167

167168
<task task-id="TASK_GUID"></task>
168169
<chat_card chat-id="CHAT_ID"></chat_card>
170+
<sub-page-list></sub-page-list>
169171
```

0 commit comments

Comments
 (0)