初始化提交
This commit is contained in:
26
common/templates/markdown/wiki-page-file.md
Normal file
26
common/templates/markdown/wiki-page-file.md
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
title: {{&title}}
|
||||
order: {{&order}}
|
||||
index: {{&index}}
|
||||
---
|
||||
{{#blocks}}
|
||||
<!--
|
||||
#### **块类型\: {{&type}}**
|
||||
|
||||
---
|
||||
-->
|
||||
|
||||
::: tabs
|
||||
|
||||
@tab 图形化
|
||||
|
||||
<img src="{{&imgPath}}" alt="模块" style="zoom:10%;" />
|
||||
|
||||
@tab 代码
|
||||
|
||||
```python
|
||||
{{&code}}
|
||||
```
|
||||
|
||||
:::
|
||||
{{/blocks}}
|
||||
Reference in New Issue
Block a user