Files
mixly3/common/templates/markdown/wiki-page-file.md
2024-07-19 10:16:00 +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}}