From 873b60aee506588503f7b524627f8f864cd53c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Thu, 12 Mar 2026 00:53:33 -0500 Subject: [PATCH] docs(wechat): replace credential-like placeholders --- README.md | 4 ++-- README.zh.md | 4 ++-- skills/baoyu-post-to-wechat/SKILL.md | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 23c497e..3bb2f72 100644 --- a/README.md +++ b/README.md @@ -603,8 +603,8 @@ accounts: default_author: Author Name need_open_comment: 1 only_fans_can_comment: 0 - app_id: wx1234567890abcdef - app_secret: your_app_secret_here + app_id: your_wechat_app_id + app_secret: your_wechat_app_secret - name: AI Newsletter alias: ai-news default_publish_method: browser diff --git a/README.zh.md b/README.zh.md index 5cfd075..c1951a9 100644 --- a/README.zh.md +++ b/README.zh.md @@ -603,8 +603,8 @@ accounts: default_author: 宝玉 need_open_comment: 1 only_fans_can_comment: 0 - app_id: wx1234567890abcdef - app_secret: 你的 AppSecret + app_id: 你的微信AppID + app_secret: 你的微信AppSecret - name: AI 工具集 alias: ai-tools default_publish_method: browser diff --git a/skills/baoyu-post-to-wechat/SKILL.md b/skills/baoyu-post-to-wechat/SKILL.md index 3892e3a..c731498 100644 --- a/skills/baoyu-post-to-wechat/SKILL.md +++ b/skills/baoyu-post-to-wechat/SKILL.md @@ -125,8 +125,8 @@ accounts: default_author: 宝玉 need_open_comment: 1 only_fans_can_comment: 0 - app_id: wx1234567890abcdef - app_secret: abc123secret456 + app_id: your_wechat_app_id + app_secret: your_wechat_app_secret - name: AI工具集 alias: ai-tools default_publish_method: browser @@ -176,12 +176,12 @@ For a selected account with alias `{alias}`: ```bash # Account: baoyu -WECHAT_BAOYU_APP_ID=wx1234567890abcdef -WECHAT_BAOYU_APP_SECRET=abc123secret456 +WECHAT_BAOYU_APP_ID=your_wechat_app_id +WECHAT_BAOYU_APP_SECRET=your_wechat_app_secret # Account: ai-tools -WECHAT_AI_TOOLS_APP_ID=wxabcdef1234567890 -WECHAT_AI_TOOLS_APP_SECRET=def789secret012 +WECHAT_AI_TOOLS_APP_ID=your_ai_tools_wechat_app_id +WECHAT_AI_TOOLS_APP_SECRET=your_ai_tools_wechat_app_secret ``` ### Chrome Profile (Browser Method)