feat: 添加新的分享路由以获取cnb工作空间中助手的访问地址

This commit is contained in:
2026-03-07 01:50:50 +08:00
parent 2eecbe273e
commit dd5331bbaa
7 changed files with 105 additions and 31 deletions

4
agent/command.ts Normal file
View File

@@ -0,0 +1,4 @@
import { app } from './index.ts';
import { parse } from '@kevisual/router/src/commander.ts';
parse({ app: app as any, description: 'CNB控制台命令行工具', parse: true })