fix(docs): remove Weibo and Douyin references from localized READMEs (#429) - #476
Closed
nankingjing wants to merge 1 commit into
Closed
fix(docs): remove Weibo and Douyin references from localized READMEs (#429)#476nankingjing wants to merge 1 commit into
nankingjing wants to merge 1 commit into
Conversation
fix(docs): remove Weibo and Douyin references from localized READMEs (Panniantong#429) The Weibo and Douyin channels were removed from the codebase in commit 7015b08. SKILL.md was already cleaned up, but the Korean and Japanese README files still contained references to these removed channels across platform tables, channel maps, tool selection tables, FAQ entries, and credits sections. This commit removes all remaining references. @
moxxxskaifa
approved these changes
Jul 5, 2026
moxxxskaifa
left a comment
There was a problem hiding this comment.
干净的文档清理。删掉了 README 日文/韩文版里过时的抖音/微博引用。
2 行新增 + 51 行删除,无代码改动,无风险。 LGTM!
Author
|
您好 @moxxxskaifa,这个 PR 已经 approved,是否可以合并了?谢谢! |
Author
|
Hi @moxxxskaifa, this PR has been approved — could you merge it when you have a moment? Thanks! |
nankingjing
force-pushed
the
fix/429-remove-weibo-douyin-docs
branch
from
July 16, 2026 14:35
5453569 to
d70d43f
Compare
Owner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@
Summary
Removes all references to Weibo (微博) and Douyin (抖音) channels from the Korean (
README_ko.md) and Japanese (README_ja.md) localized documentation.Background
The Weibo and Douyin channels were removed from the codebase in commit
7015b08(refactor: remove Douyin, Weibo and WeChat channels). TheSKILL.mdfile was already cleaned up, but the localized README files still contained references to these removed channels across:This left users with misleading documentation referencing channels that cannot be used.
Changes
docs/README_ko.md: Removed 2 platform table rows, 1 channel map entry, 2 tool table rows, 2 FAQ sections, and 1 credits entrydocs/README_ja.md: Removed 2 platform table rows, 1 channel map entry, 2 tool table rows, 1 FAQ section, and 1 credits entryDiff: 2 files changed, 2 insertions (+), 51 deletions (-)
Testing
All 196 tests pass (184 passed, 11 skipped, 1 pre-existing failure in
test_youtube_warns_when_node_only_and_no_config— unrelated to these changes).Closes #429
@