feat: 将 JSON 处理库从 json 更改为 orjson,以提高性能和兼容性

This commit is contained in:
Windpicker-owo
2025-11-06 12:47:56 +08:00
parent cbe94f3fa8
commit de24580dec
18 changed files with 83 additions and 78 deletions

View File

@@ -5,7 +5,7 @@
"""
import asyncio
import json
import orjson
import logging
from datetime import datetime
from pathlib import Path