Update: Refactor to absolute imports, fix QPS limits, and enhance Gitea sync with SQLite support

This commit is contained in:
2026-07-21 10:25:29 +08:00
parent ef04fc5627
commit 97d9d98b4c
67 changed files with 1691 additions and 457 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ import configparser
from typing import Dict, List, Optional, Any
from dotenv import load_dotenv
from ..core.utils.log_utils import get_logger
from .defaults import DEFAULT_CONFIG
from app.core.utils.log_utils import get_logger
from app.config.defaults import DEFAULT_CONFIG
# 加载 .env 文件
load_dotenv()