feat(desktop): ✨ 实现MD文件模板导出方式
This commit is contained in:
BIN
resources/templates/default.docx
Normal file
BIN
resources/templates/default.docx
Normal file
Binary file not shown.
13
resources/templates/default.md
Normal file
13
resources/templates/default.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# {{data.title}}
|
||||
|
||||
> **导出日期**: {{date}}
|
||||
> **作者**: {{author}}
|
||||
|
||||
## 📑 核心摘要
|
||||
{{data.summary}}
|
||||
|
||||
## 💡 深度心得
|
||||
{{data.content}}
|
||||
|
||||
---
|
||||
*Generated by AI Reading Assistant*
|
||||
1
resources/templates/templates_list.json
Normal file
1
resources/templates/templates_list.json
Normal file
@@ -0,0 +1 @@
|
||||
[{ "id": "tpl_001", "name": "精致黑白排版", "file": "default.md" }]
|
||||
Reference in New Issue
Block a user