This commit is contained in:
张成
2026-04-29 13:34:39 +08:00
commit dee3a336ce
89 changed files with 33683 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
/**
* 基础控制器中间件(兼容层)
* Framework 已自动处理路由注册,此文件仅用于向后兼容
*/
module.exports = () => async (ctx, next) => await next();