This commit is contained in:
2025-12-12 11:50:30 +08:00
parent c4ae0bef19
commit 63ae48a592
12 changed files with 324 additions and 6 deletions

7
auto/control/index.ts Normal file
View File

@@ -0,0 +1,7 @@
import { Core } from "../common/index.ts";
export class Control extends Core {
key = 'control';
title = '控制中枢'
description = '管理和控制系统的运行'
}