docs: replace prints with logger in upload_doc_images_to_r2.py

This commit is contained in:
LIghtJUNction
2026-03-19 23:30:25 +08:00
parent a3371ad6c8
commit 92bae1fdae
253 changed files with 2880 additions and 2875 deletions

View File

@@ -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"),