From bc84402155bf5affe16dd19e5db479228fa6c01e Mon Sep 17 00:00:00 2001 From: paisley <8197966+su8su@users.noreply.github.com> Date: Tue, 10 Mar 2026 10:45:56 +0800 Subject: [PATCH] fix wecom document url --- src/i18n/locales/en/channels.json | 2 +- src/i18n/locales/ja/channels.json | 2 +- src/i18n/locales/zh/channels.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/en/channels.json b/src/i18n/locales/en/channels.json index a9bfd99..de22314 100644 --- a/src/i18n/locales/en/channels.json +++ b/src/i18n/locales/en/channels.json @@ -187,7 +187,7 @@ }, "wecom": { "description": "Connect WeCom Bot via plugin", - "docsUrl": "https://developer.work.weixin.qq.com/document/path/90000/90136/91770", + "docsUrl": "https://open.work.weixin.qq.com/help2/pc/cat?doc_id=21657", "fields": { "botId": { "label": "Bot ID", diff --git a/src/i18n/locales/ja/channels.json b/src/i18n/locales/ja/channels.json index 314d28c..b9eae18 100644 --- a/src/i18n/locales/ja/channels.json +++ b/src/i18n/locales/ja/channels.json @@ -187,7 +187,7 @@ }, "wecom": { "description": "プラグイン経由で WeCom Bot (企業微信) に接続します", - "docsUrl": "https://developer.work.weixin.qq.com/document/path/90000/90136/91770", + "docsUrl": "https://open.work.weixin.qq.com/help2/pc/cat?doc_id=21657", "fields": { "botId": { "label": "ボット ID", diff --git a/src/i18n/locales/zh/channels.json b/src/i18n/locales/zh/channels.json index 1139738..fddcc6c 100644 --- a/src/i18n/locales/zh/channels.json +++ b/src/i18n/locales/zh/channels.json @@ -187,7 +187,7 @@ }, "wecom": { "description": "通过插件连接企业微信机器人", - "docsUrl": "https://developer.work.weixin.qq.com/document/path/90000/90136/91770", + "docsUrl": "https://open.work.weixin.qq.com/help2/pc/cat?doc_id=21657", "fields": { "botId": { "label": "机器人 Bot ID",