mirror of
https://github.com/halo-dev/docs.git
synced 2026-01-16 03:06:06 +08:00
7 lines
214 B
Markdown
7 lines
214 B
Markdown
```json title="ContentVo"
|
|
{
|
|
"raw": "string", // 原始文本,一般用于给编辑器使用
|
|
"content": "string" // 最终渲染的文本
|
|
}
|
|
```
|