refactor backend module architecture

This commit is contained in:
jxxghp
2026-08-14 15:45:38 +08:00
parent 557cc0e2e3
commit 7b3444c366
716 changed files with 10378 additions and 7709 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ def fetch_titles(site_keys: list[str], max_pages: int) -> list[tuple[str, str]]:
def recognize_one(module, title: str) -> dict:
"""对单条标题执行与识别测试页相同的解析+识别链路,并给出失败归因。"""
from app.core.meta import MetaMusic
from app.domain.meta.metamusic import MetaMusic
row = {"title": title}
try: