Files
mixly3-server/mixly/common/templates/markdown/wiki-page-file.md
2026-01-24 16:12:04 +08:00

26 lines
259 B
Markdown

---
title: {{&title}}
order: {{&order}}
index: {{&index}}
---
{{#blocks}}
<!--
#### **块类型\: {{&type}}**
---
-->
::: tabs
@tab 图形化
<img src="{{&imgPath}}" alt="模块" style="zoom:10%;" />
@tab 代码
```python
{{&code}}
```
:::
{{/blocks}}