markdown渲染功能

This commit is contained in:
2024-07-13 13:25:06 +08:00
parent eb50ad480e
commit 7aa5f5643b
6 changed files with 334 additions and 169 deletions

View File

@@ -17,6 +17,13 @@ module.exports = function(){
path: 'mdConfig/get',
action: 'getConfig'
});
// 配置信息
addRouter({
controller: exportMarkdownController,
method: 'get',
path: 'mdConfig/gen',
action: 'mdGen'
});
addRouter({
controller: exportMarkdownController,
method: 'post',