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