chore: 初始化项目骨架

This commit is contained in:
SkyJourney
2026-07-25 16:51:16 +08:00
commit ec48bce0a6
26 changed files with 3806 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"manifestVersion": 1,
"id": "typora-like",
"name": "Typora 风格",
"version": "0.1.0",
"description": "项目自有的简洁技术文档主题,不复制 Typora 官方主题代码。",
"author": "md-to-pdf contributors",
"license": "项目自有",
"entry": "theme.css",
"print": "print.css",
"domPreset": "typora",
"defaultFontSize": "16px",
"supportedFeatures": [
"code",
"table",
"task-list",
"footnote",
"katex",
"mermaid"
],
"bundled": true
}