From 6823559bf43b4232506993d11666938cb4d92a26 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Wed, 4 Mar 2026 03:50:50 +0800 Subject: [PATCH] feat: enhance cinematic interaction description and add Multi-Model Forecast panel synchronization. --- README.md | 2 +- README_ZH.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2ecf5d4..f1b6541c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ PolyWeather is a weather analysis tool built for prediction markets like **Polym - **Global Overview**: Real-time Leaflet-based dark-themed map pinpointed to official Polymarket settlement airport coordinates. - **Progressive Background Loading**: Intelligently fetches multi-source data across all cities without hitting API rate limits. - **Rich Visualization**: Chart.js-powered temperature trends with METAR scatter overlay, multi-model comparison bars, Gaussian probability distribution, and dynamic risk badges. -- **Cinematic Interaction**: City selection triggers a smooth fly-to zoom animation on the map. +- **Cinematic Interaction & Sync**: City selection triggers a smooth fly-to zoom animation. The **Multi-Model Forecast** panel automatically synchronizes with the selected day in the 5-day forecast table. - **Dual-Engine Architecture**: Runs concurrently with the Telegram bot via a FastAPI backend, sharing the same data collection, analysis logic (`analyze_weather_trend`), and AI prompt pipeline. ### 2. 🧬 Dynamic Ensemble Blending (DEB Algorithm) diff --git a/README_ZH.md b/README_ZH.md index 5b99d3b0..1c1e083e 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -27,7 +27,7 @@ PolyWeather 是一款专为 **Polymarket** 等预测市场打造的天气分析 - **全球纵览**:基于 Leaflet 的暗黑全屏实时地图,直接采用官方结算机场经纬度进行追踪与显示。 - **渐进式数据流加载**:进图后智能在后台无感知拉取,不触发 API 频率限制。 - **丰富的数据可视化**:Chart.js 温度走势图叠加 METAR 实测散点,多模型对比条形图,高斯概率分布条,实时风险等级色彩系统。 -- **镜头联动**:点击城市触发平滑飞入缩放动画。 +- **镜头与日期联动**:点击城市平滑飞入。**多模型预报区域**会根据“逐日预报”选中的日期自动刷新(支持未来 3-5 天的各模型对比与 DEB 融合值切换)。 - **双引擎共生**:FastAPI 后端与 Telegram Bot 共享同一份分析逻辑(`analyze_weather_trend`)和 AI Prompt 管线,确保两端输出完全一致。 ### 2. 🧬 动态权重集合预报 (DEB 算法)