mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-04-21 19:27:40 +08:00
docs: translate comments and metadata to English
Update Chinese comments, variable descriptions, and metadata across multiple configuration and core files to English. This improves codebase accessibility for international developers. Additionally, removed the sponsorship section from README files.
This commit is contained in:
@@ -17,17 +17,17 @@
|
||||
# 详细许可条款请参阅项目根目录下的LICENSE文件。
|
||||
# 使用本代码即表示您同意遵守上述原则和LICENSE中的所有条款。
|
||||
|
||||
# 贴吧平台配置
|
||||
# Tieba platform configuration
|
||||
|
||||
# 指定贴吧ID列表
|
||||
# Specify Tieba ID list
|
||||
TIEBA_SPECIFIED_ID_LIST = []
|
||||
|
||||
# 指定贴吧名称列表
|
||||
# Specify a list of Tieba names
|
||||
TIEBA_NAME_LIST = [
|
||||
# "盗墓笔记"
|
||||
# "Tomb Robbery Notes"
|
||||
]
|
||||
|
||||
# 指定贴吧用户URL列表
|
||||
# Specify Tieba user URL list
|
||||
TIEBA_CREATOR_URL_LIST = [
|
||||
"https://tieba.baidu.com/home/main/?id=tb.1.7f139e2e.6CyEwxu3VJruH_-QqpCi6g&fr=frs",
|
||||
# ........................
|
||||
|
||||
Reference in New Issue
Block a user