Files
noco-auto/agents/noco/control/index.ts
2025-12-06 18:56:08 +08:00

7 lines
174 B
TypeScript

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