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