feat: sync mixly root files and common folder
This commit is contained in:
8
mixly/common/templates/markdown/wiki-page-dir.md
Normal file
8
mixly/common/templates/markdown/wiki-page-dir.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: {{&title}}
|
||||
index: {{&index}}
|
||||
dir:
|
||||
order: {{&order}}
|
||||
---
|
||||
|
||||
<Catalog />
|
||||
26
mixly/common/templates/markdown/wiki-page-file.md
Normal file
26
mixly/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