【新增】在翻译文件中添加ACME服务相关翻译

【修复】编辑状态部署阶段插件配置的数据读取
【修复】编辑状态授权Api添加插件类型插件配置无法编辑的问题
This commit is contained in:
chudong
2025-06-20 15:21:22 +08:00
parent 6a2d3f98cd
commit f89b62c2d9
79 changed files with 322 additions and 179 deletions

View File

@@ -259,6 +259,8 @@ export interface DeployConfig<
provider: T
provider_id: string
skip: 1 | 0
type?: string // 插件类型名称,用于插件部署
provider_data?: any // 提供商数据,用于存储选择时的额外信息
[key: string]: Z
}