From ea50ba10e6070aba7008e4f34f12dbd60ea4d514 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Fri, 5 Dec 2025 21:28:56 +0800 Subject: [PATCH] perf: add en name in the wecom manifest --- src/langbot/pkg/platform/sources/wecom.yaml | 6 +++--- src/langbot/pkg/platform/sources/wecombot.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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: ""