添加配置

This commit is contained in:
2026-04-21 21:55:31 +08:00
parent 5e9bbd519f
commit aa8072369c
3 changed files with 99 additions and 8 deletions

View File

@@ -7,7 +7,9 @@
"""
import os
from dotenv import load_dotenv
load_dotenv()
# ========== 辅助函数:类型转换 ==========
def _get_str(key: str) -> str | None: