Skip to content
Open
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
2 changes: 1 addition & 1 deletion packages/x-skill/skills-zh/x-components/reference/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ interface FileContentService {
}
```

## 语义化 DOM
## Semantic DOM
Comment thread
Rain120 marked this conversation as resolved.

<code src="./demo/_semantic.tsx" simplify="true"></code>

Expand Down
2 changes: 1 addition & 1 deletion packages/x/components/file-card/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ type PresetIcons =
| extension | 扩展内容 | React.ReactNode | - | - |
| overflow | 超出展示方式 | 'scrollX' \| 'scrollY' \| 'wrap' | 'wrap' | - |

## 语义化 DOM
## Semantic DOM

### FileCard

Expand Down
2 changes: 1 addition & 1 deletion packages/x/components/folder/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const newData = folderRef.current?.addNode(['src'], {
| deleteNode | 不可变更新:删除目标节点,返回新的 treeData | (path: string[]) => FolderTreeData[] |
| addNode | 不可变更新:在目标文件夹下新增子节点,返回新的 treeData | (parentPath: string[], node: FolderTreeData) => FolderTreeData[] |

## 语义化 DOM
## Semantic DOM

<code src="./demo/_semantic.tsx" simplify="true"></code>

Expand Down
Loading