generated from template/apps-template
8 lines
216 B
TypeScript
8 lines
216 B
TypeScript
import { NocoApi } from "@kevisual/noco";
|
|
import { Core } from "../common/index.ts";
|
|
|
|
export class Control extends Core {
|
|
key = 'control';
|
|
title = '控制中枢'
|
|
description = '管理和控制系统的运行'
|
|
} |