mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-20 10:57:22 +08:00
docs: replace prints with logger in upload_doc_images_to_r2.py
This commit is contained in:
@@ -20,13 +20,13 @@ SOURCE_ALIASES = {
|
||||
LANG_CONFIG = {
|
||||
"zh": {
|
||||
"index_title": "# AstrBot 中文文档",
|
||||
"index_intro": "该页面由 `AstrBot-docs` 自动同步到 GitHub Wiki。",
|
||||
"index_intro": "该页面由 `AstrBot-docs` 自动同步到 GitHub Wiki。",
|
||||
"index_links": [
|
||||
("关于 AstrBot", "zh-what-is-astrbot"),
|
||||
("社区", "zh-community"),
|
||||
("常见问题", "zh-faq"),
|
||||
],
|
||||
"home_intro": "该 Wiki 由 `AstrBot-docs` 自动同步生成。",
|
||||
"home_intro": "该 Wiki 由 `AstrBot-docs` 自动同步生成。",
|
||||
"home_links": [
|
||||
("中文文档入口", "zh-index"),
|
||||
("English Docs", "Home-en"),
|
||||
|
||||
Reference in New Issue
Block a user