mirror of
https://github.com/halo-dev/docs.git
synced 2026-01-19 07:03:51 +08:00
为 Halo 2.1 更新文档。 see https://github.com/halo-dev/halo/releases/tag/v2.1.0 /kind documentation ```release-note None ```
7 lines
214 B
Markdown
7 lines
214 B
Markdown
```json title="ContentVo"
|
|
{
|
|
"raw": "string", // 原始文本,一般用于给编辑器使用
|
|
"content": "string" // 最终渲染的文本
|
|
}
|
|
```
|