diff --git a/src/langbot/pkg/platform/sources/wecom.yaml b/src/langbot/pkg/platform/sources/wecom.yaml index 8720bbdf..98fad4ce 100644 --- a/src/langbot/pkg/platform/sources/wecom.yaml +++ b/src/langbot/pkg/platform/sources/wecom.yaml @@ -21,21 +21,21 @@ spec: - name: secret label: en_US: Secret - zh_Hans: 密钥 + zh_Hans: 密钥 (Secret) type: string required: true default: "" - name: token label: en_US: Token - zh_Hans: 令牌 + zh_Hans: 令牌 (Token) type: string required: true default: "" - name: EncodingAESKey label: en_US: EncodingAESKey - zh_Hans: 消息加解密密钥 + zh_Hans: 消息加解密密钥 (EncodingAESKey) type: string required: true default: "" diff --git a/src/langbot/pkg/platform/sources/wecombot.yaml b/src/langbot/pkg/platform/sources/wecombot.yaml index ceb97b7b..31a13bc6 100644 --- a/src/langbot/pkg/platform/sources/wecombot.yaml +++ b/src/langbot/pkg/platform/sources/wecombot.yaml @@ -21,14 +21,14 @@ spec: - name: Token label: en_US: Token - zh_Hans: 令牌 + zh_Hans: 令牌 (Token) type: string required: true default: "" - name: EncodingAESKey label: en_US: EncodingAESKey - zh_Hans: 消息加解密密钥 + zh_Hans: 消息加解密密钥 (EncodingAESKey) type: string required: true default: ""