site_config.json

配置文件,缺少了 executable 字段。
在 plugins 字段后面添加 executable 配置就可以正常工作
This commit is contained in:
Tao
2025-12-30 20:15:23 +08:00
committed by GitHub
parent 07edcd0603
commit 3d6c431d33

View File

@@ -36,6 +36,10 @@
]
}
},
"executable": {
"python": "python3",
"pip": "pip3"
},
"plugins": {
"teedoc-plugin-markdown-parser":{
"from": "pypi",
@@ -93,4 +97,4 @@
"User-agent": "*"
},
"layout_root_dir": "layout"
}
}