feat: Implement PolyWeather web application with map and market alert engine, including related utilities and tests.

This commit is contained in:
2569718930@qq.com
2026-03-06 10:31:06 +08:00
parent cac2110b16
commit 68cb056907
5 changed files with 81 additions and 18 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ def build_trade_alert_for_city(
proxy=proxy,
force_refresh=force_refresh,
)
map_url = os.getenv("POLYWEATHER_MAP_URL") or "https://polyweather.vercel.app"
map_url = os.getenv("POLYWEATHER_MAP_URL") or "https://polyweather-pro.vercel.app/"
alert_payload = build_trading_alerts(
city_weather=city_weather,
market_snapshot=market_snapshot,