updates
This commit is contained in:
7
auto/control/index.ts
Normal file
7
auto/control/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Core } from "../common/index.ts";
|
||||
|
||||
export class Control extends Core {
|
||||
key = 'control';
|
||||
title = '控制中枢'
|
||||
description = '管理和控制系统的运行'
|
||||
}
|
||||
Reference in New Issue
Block a user