Restore web.app compatibility exports for bot alerts

This commit is contained in:
2569718930@qq.com
2026-03-20 22:16:13 +08:00
parent f6771247a6
commit 74e35b990b
+5
View File
@@ -15,6 +15,11 @@ if _root not in sys.path:
if _file_dir not in sys.path:
sys.path.insert(0, _file_dir)
from web.analysis_service import ( # noqa: E402
_analyze,
_build_city_detail_payload,
_build_city_summary_payload,
)
from web.core import app # noqa: E402
from web.routes import router # noqa: E402