【功能完善】IOT: 更新插件信息字段名为“fileName”,新增视图模式切换功能,优化插件详情展示

This commit is contained in:
安浩浩
2025-01-01 20:41:59 +08:00
parent 9736407824
commit 77e0a76389
3 changed files with 193 additions and 53 deletions

View File

@ -7,7 +7,7 @@ export interface PluginInfoVO {
name: string // 插件名称
description: string // 描述
deployType: number // 部署方式
file: string // 插件包文件名
fileName: string // 插件包文件名
version: string // 插件版本
type: number // 插件类型
protocol: string // 设备插件协议类型