mirror of
https://github.com/halo-dev/docs.git
synced 2026-01-19 07:03:51 +08:00
完善主题开发文档关于 VO 字段的描述。 /kind documentation Fixes https://github.com/halo-dev/docs/issues/122 ```release-note None ```
7 lines
214 B
Markdown
7 lines
214 B
Markdown
```json title="ContentVo"
|
|
{
|
|
"raw": "string", // 原始文本,一般用于给编辑器使用
|
|
"content": "string" // 最终渲染的文本
|
|
}
|
|
```
|