docs(wechat): replace credential-like placeholders

This commit is contained in:
Jim Liu 宝玉 2026-03-12 00:53:33 -05:00
parent b88ac59133
commit 873b60aee5
3 changed files with 10 additions and 10 deletions

View File

@ -603,8 +603,8 @@ accounts:
default_author: Author Name default_author: Author Name
need_open_comment: 1 need_open_comment: 1
only_fans_can_comment: 0 only_fans_can_comment: 0
app_id: wx1234567890abcdef app_id: your_wechat_app_id
app_secret: your_app_secret_here app_secret: your_wechat_app_secret
- name: AI Newsletter - name: AI Newsletter
alias: ai-news alias: ai-news
default_publish_method: browser default_publish_method: browser

View File

@ -603,8 +603,8 @@ accounts:
default_author: 宝玉 default_author: 宝玉
need_open_comment: 1 need_open_comment: 1
only_fans_can_comment: 0 only_fans_can_comment: 0
app_id: wx1234567890abcdef app_id: 你的微信AppID
app_secret: 你的 AppSecret app_secret: 你的微信AppSecret
- name: AI 工具集 - name: AI 工具集
alias: ai-tools alias: ai-tools
default_publish_method: browser default_publish_method: browser

View File

@ -125,8 +125,8 @@ accounts:
default_author: 宝玉 default_author: 宝玉
need_open_comment: 1 need_open_comment: 1
only_fans_can_comment: 0 only_fans_can_comment: 0
app_id: wx1234567890abcdef app_id: your_wechat_app_id
app_secret: abc123secret456 app_secret: your_wechat_app_secret
- name: AI工具集 - name: AI工具集
alias: ai-tools alias: ai-tools
default_publish_method: browser default_publish_method: browser
@ -176,12 +176,12 @@ For a selected account with alias `{alias}`:
```bash ```bash
# Account: baoyu # Account: baoyu
WECHAT_BAOYU_APP_ID=wx1234567890abcdef WECHAT_BAOYU_APP_ID=your_wechat_app_id
WECHAT_BAOYU_APP_SECRET=abc123secret456 WECHAT_BAOYU_APP_SECRET=your_wechat_app_secret
# Account: ai-tools # Account: ai-tools
WECHAT_AI_TOOLS_APP_ID=wxabcdef1234567890 WECHAT_AI_TOOLS_APP_ID=your_ai_tools_wechat_app_id
WECHAT_AI_TOOLS_APP_SECRET=def789secret012 WECHAT_AI_TOOLS_APP_SECRET=your_ai_tools_wechat_app_secret
``` ```
### Chrome Profile (Browser Method) ### Chrome Profile (Browser Method)