This commit is contained in:
2025-11-18 01:01:27 +08:00
parent 57ef842adf
commit 0abe862aff
6 changed files with 566 additions and 24 deletions

View File

@@ -7,6 +7,9 @@ const app = useContextKey('app')
app.route({
path: 'test-import',
description: 'test dynamic import module',
metadata: {
group: 'test'
}
}).define(async(ctx)=>{
ctx.body = 'test-import'