迁移到 rapidjson,增加 ssl 验证功能,其他改进

This commit is contained in:
Kohaku
2025-02-15 18:20:29 +08:00
parent fd46fbb123
commit 33c8a574df
17 changed files with 33 additions and 36 deletions

View File

@@ -1,7 +1,7 @@
# 登录·登出实现
# 一般作为模块使用,但也可以作为 CLI 程序运行以强制登出账号。
import json
from rapidjson import json
import time
from loguru import logger