feat: implement PolyWeather dashboard core components, state management, and API integration

This commit is contained in:
2569718930@qq.com
2026-04-23 19:40:38 +08:00
parent 73eeb11b88
commit 4f57d4ed1a
6 changed files with 296 additions and 129 deletions
+2
View File
@@ -17,6 +17,8 @@ export type AssistantOpportunityContext = {
local_time?: string | null;
current_temperature?: number | null;
deb_prediction?: number | null;
temp_symbol?: string | null;
today_high?: number | null;
market_question?: string | null;
market_label?: string | null;
selected_date?: string | null;