feat: 系统设置面板的交互权限

This commit is contained in:
yangsy
2026-01-13 13:24:44 +08:00
parent cc072fb0bf
commit e766150e85
3 changed files with 35 additions and 22 deletions

View File

@@ -3,4 +3,5 @@ export interface Station {
name: string;
online: boolean;
ip: string;
occ?: boolean; // 是否为控制中心
}