feat: 添加 Terminal 模块,启动 XCCMD.exe 服务
This commit is contained in:
12
shared/modules/terminal/index.ts
Normal file
12
shared/modules/terminal/index.ts
Normal 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,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user