修改了一些已知问题

This commit is contained in:
2026-06-13 02:07:48 +08:00
parent d28875be40
commit a00074b4f1
2 changed files with 74 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ import os
# 从密钥配置文件导入敏感信息
try:
import secrets as _secrets
import _secrets
except ImportError:
raise ImportError("缺少 secrets.py 密钥配置文件,请参照项目说明创建")