feat: implement scan terminal dashboard with AI-driven city analysis and state management

This commit is contained in:
2569718930@qq.com
2026-04-26 03:42:13 +08:00
parent d71d5979e1
commit ce0f7629a2
7 changed files with 133 additions and 152 deletions
@@ -41,6 +41,7 @@ export async function POST(req: NextRequest) {
console.info("[scan-ai-city] proxy request", {
city: requestBody.city,
force_refresh: requestBody.force_refresh === true,
locale: requestBody.locale,
});
const res = await fetch(`${API_BASE}/api/scan/terminal/ai-city`, {
method: "POST",