feat: 添加 Terminal 模块,启动 XCCMD.exe 服务

This commit is contained in:
2026-03-20 13:08:43 +08:00
parent 28df633b00
commit d54510a864
7 changed files with 313 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
import { defineModule } from '../types.js'
export const TERMINAL_MODULE = defineModule({
id: 'terminal',
name: 'Terminal',
basePath: '/terminal',
order: 17,
version: '1.0.0',
backend: {
enabled: false,
},
})