修复模块配置代码片段

This commit is contained in:
啊平 2021-03-01 16:18:29 +08:00
parent aaa14529d2
commit 19ddf98e11

View File

@ -13,7 +13,7 @@
" // 模块名称", " // 模块名称",
" name: 'xxx',", " name: 'xxx',",
" // 模块描述", " // 模块描述",
" describe: 'xxx',", " description: 'xxx',",
" // 中间件", " // 中间件",
" middlewares: [],", " middlewares: [],",
" } as ModuleConfig;", " } as ModuleConfig;",