feat: implement AI city forecast streaming service and UI component for scan terminal

This commit is contained in:
2569718930@qq.com
2026-04-26 12:58:33 +08:00
parent 670c0328c8
commit dacefec39d
4 changed files with 67 additions and 42 deletions
@@ -428,11 +428,13 @@ function AiPinnedCityCard({
? "Deepseek V4 pro is reading the latest airport bulletin..."
: "Deepseek V4 pro 正在解读最新机场报文...")}
</p>
<p className="scan-ai-city-muted">
{isEn
? "The final airport read will appear here shortly."
: "机场报文解读稍后将在这里显示。"}
</p>
{!aiForecast.streamText ? (
<p className="scan-ai-city-muted">
{isEn
? "The final airport read will appear here shortly."
: "机场报文解读稍后将在这里显示。"}
</p>
) : null}
</>
) : aiForecast.status === "ready" && aiCityForecast ? (
<>