2569718930@qq.com
2f0b496066
ops 订阅开通改为 Next.js 直连 Supabase,免去 VPS 鉴权链路
2026-05-20 22:23:28 +08:00
2569718930@qq.com
cb625a2b0e
ops 代理路由直接使用 entitlement token 作为 Bearer 鉴权
2026-05-20 22:11:57 +08:00
2569718930@qq.com
2f9889d63a
修复后台漏斗无数据:埋点默认启用、补全 signup_completed 和 dashboard_active 事件上报
2026-05-20 20:13:18 +08:00
2569718930@qq.com
4e59c41c81
添加 ops API 代理路由
2026-05-20 17:35:39 +08:00
2569718930@qq.com
e1e000e854
后台会员页新增增长趋势图表:累计曲线、每日新增堆叠面积图、统计卡片
2026-05-19 19:28:38 +08:00
2569718930@qq.com
a5c508cce8
feat: implement SQLite database management and Supabase integration for user authentication and points synchronization
2026-05-19 18:07:39 +08:00
2569718930@qq.com
b93a75516d
移除未使用的 Groq 和 Meteoblue 服务代码及配置
2026-05-19 00:05:07 +08:00
2569718930@qq.com
c38dc80f58
后台新增 API 状态检测页:实时检测 Supabase/Open-Meteo/METAR/KNMI/MADIS/Telegram 连通性
2026-05-18 23:25:16 +08:00
2569718930@qq.com
67701a4715
后台管理系统后端 API:在线配置编辑、手动订阅管理、日志查看(logs 目录避开 gitignore)
2026-05-18 20:18:42 +08:00
2569718930@qq.com
78b23ef361
feat: implement Telegram account binding and update project structure in documentation
2026-05-18 17:10:44 +08:00
2569718930@qq.com
6041d25f23
feat: add telegram group pricing and direct payments
2026-05-18 16:18:26 +08:00
2569718930@qq.com
5c2977fe71
修复温度曲线图 DEB 路径不显示:后端 v2 API 的 timeseries.hourly 映射到前端 CityDetail.hourly
...
- normalizeCityDetailPayload 新增 timeseries.hourly → hourly 字段提升
- 预热列表 DEFAULT_CITIES 扩展到 33 城,覆盖全部机场推送城市
2026-05-17 18:41:53 +08:00
2569718930@qq.com
861b394e49
跑道观测推送时间修正为AMSC/AMOS观测时间,显示HH:MM格式
2026-05-15 17:49:37 +08:00
2569718930@qq.com
e590150fa9
补全 scan/terminal/overview Next.js API route handler,修复生产 404
...
MarketOverviewBanner 改为使用 fetchBackendApi() 统一调用模式,
同时创建缺失的 app/api/scan/terminal/overview/route.ts 代理到后端。
其他 scan/terminal 子路由 (ai, ai-city, stream) 已有对应 handler。
2026-05-15 02:08:12 +08:00
2569718930@qq.com
c9d03fd3e1
feat: implement dashboard state management, API proxy layer, and modular UI components for weather monitoring and payments
2026-05-14 15:05:13 +08:00
2569718930@qq.com
02add6d994
feat: implement city weather detail API routing, dashboard data models, and monitoring infrastructure
2026-05-14 14:21:28 +08:00
2569718930@qq.com
c006d13fea
MonitorPanel 从独立 API 改为复用 DashboardStore 数据,砍掉 /api/m 和 /m/json
2026-05-14 00:43:19 +08:00
2569718930@qq.com
2202f8e211
砍掉 /m HTML 页面,只保留 /m/json 给 React 组件用
2026-05-14 00:23:03 +08:00
2569718930@qq.com
fc48795299
监控页从 iframe 改为原生 React 组件:无加载延迟,30s JSON 轮询
2026-05-14 00:18:26 +08:00
2569718930@qq.com
5e653c2ec1
前端接入监控页面:新增 Monitor 标签页 + /api/m 代理
2026-05-14 00:04:26 +08:00
2569718930@qq.com
40f231b76d
优化 Vercel Fluid CPU:API加CDN缓存、缩小middleware范围、跳过公共API的Supabase身份转发
...
- 7条GET路由加 s-maxage + stale-while-revalidate,fetch 改为 next revalidate
- middleware matcher 从全匹配缩小到9条需auth的路径,移除 isStaticAsset
- 8条公共API路由加 includeSupabaseIdentity: false
- backend-auth getSession 为空时跳过 getUser
- subscription-help 加 I18nProvider,移除 force-dynamic → 静态预渲染
- next.config.mjs 加静态资源 immutable 缓存头
Tested: npx tsc --noEmit 通过,npm run build 通过
2026-05-13 14:23:04 +08:00
2569718930@qq.com
118d4e44df
This version of Antigravity is no longer supported. Please upgrade to receive the latest features.
2026-05-01 11:37:09 +08:00
2569718930@qq.com
569f3eef97
Make weather-market UI reliable before shipping
...
Proxy routes now share one upstream-error adapter so client-actionable statuses such as auth, entitlement, validation, and rate limits survive the BFF instead of becoming opaque 502s. The scan terminal mobile overrides also load last and remove desktop rail constraints so phones get a single readable column.
Constraint: Mobile users reported the dashboard was unreadable, and BFF proxy errors were masking expected client states.
Rejected: Let every route keep bespoke error JSON | continued inconsistent status codes and production detail leakage.
Confidence: high
Scope-risk: moderate
Directive: Keep ScanTerminalMobile.module.css imported after desktop scan-terminal CSS so mobile breakpoints win.
Tested: npx tsc --noEmit --pretty false --project frontend/tsconfig.json
Tested: npm run build
Tested: npm run test:business
Tested: Chrome mobile smoke test at 390px with no horizontal overflow
Not-tested: Real device Safari/Android manual QA
2026-04-29 11:22:49 +08:00
2569718930@qq.com
d46e0c2e81
feat: implement AI-powered pinned city forecast dashboard with real-time METAR and market analysis integration
2026-04-27 00:19:52 +08:00
2569718930@qq.com
ef8ef833b9
feat: implement AI-driven METAR summary service and dashboard UI components
2026-04-26 14:03:13 +08:00
2569718930@qq.com
f39f59f47a
feat: implement AI city forecasting and market scan hooks with backend API integration for the scan terminal dashboard
2026-04-26 11:28:36 +08:00
2569718930@qq.com
9b77a3a0e2
feat: implement AI city forecast and market scan integration for terminal dashboard
2026-04-26 11:08:58 +08:00
2569718930@qq.com
e374ad4bf0
feat: add AI city forecast terminal and integration components
2026-04-26 10:43:14 +08:00
2569718930@qq.com
763f131850
feat: implement AI city scanning terminal with streaming SSE support and concurrency-limited request queueing
2026-04-26 07:58:19 +08:00
2569718930@qq.com
9ef998e9e0
feat: implement ScanTerminalDashboard UI and backend service for AI-driven city weather forecasting
2026-04-26 07:24:39 +08:00
2569718930@qq.com
963b2098c0
feat: implement AI city scan proxy route and add premium dark theme dashboard styling
2026-04-26 04:32:46 +08:00
2569718930@qq.com
ce0f7629a2
feat: implement scan terminal dashboard with AI-driven city analysis and state management
2026-04-26 03:42:13 +08:00
2569718930@qq.com
d71d5979e1
feat: add scan terminal dashboard with AI city analysis integration
2026-04-26 02:47:24 +08:00
2569718930@qq.com
9bbb713d45
feat: implement scan terminal dashboard with dedicated API route and service layer
2026-04-26 02:22:56 +08:00
2569718930@qq.com
e6dbef1ece
feat: implement ScanTerminalDashboard component and associated CSS module for PolyWeather map interface
2026-04-26 01:55:30 +08:00
2569718930@qq.com
d5fb40a544
feat: implement weather dashboard components, state management, and API routes for terminal scanning and assistant chat
2026-04-25 06:42:24 +08:00
2569718930@qq.com
b614778f13
Relax V4 scan timeout and trim output
2026-04-25 02:58:06 +08:00
2569718930@qq.com
091d2efef3
Add DeepSeek V4 scan review
2026-04-24 23:32:32 +08:00
2569718930@qq.com
d2bc9e3ac8
Add scan terminal request timeouts
2026-04-24 22:47:03 +08:00
2569718930@qq.com
379a4b9e45
Fix intraday modal hook order
2026-04-24 13:04:27 +08:00
2569718930@qq.com
467f736602
feat: implement dashboard store and API routes for city market scanning and analysis
2026-04-24 12:46:44 +08:00
2569718930@qq.com
ddc0180ae6
Implement EMOS scan terminal with REST-only market data
2026-04-23 23:49:52 +08:00
2569718930@qq.com
54b326ff42
feat: implement comprehensive Polymarket weather analysis service with frontend dashboard and market scanning capabilities
2026-04-23 20:45:32 +08:00
2569718930@qq.com
4f57d4ed1a
feat: implement PolyWeather dashboard core components, state management, and API integration
2026-04-23 19:40:38 +08:00
2569718930@qq.com
b65bdd010d
Add pro AI assistant to homepage
2026-04-23 08:44:10 +08:00
2569718930@qq.com
c3ca20c849
Hydrate homepage market data
2026-04-23 00:02:25 +08:00
2569718930@qq.com
5dcf98b810
Normalize market scan field in city proxy
2026-04-22 23:52:59 +08:00
2569718930@qq.com
46d8ecb372
为城市详情接口添加摘要回退响应
2026-04-22 03:39:11 +08:00
2569718930@qq.com
42dd0a7c6d
feat: implement FutureForecastModal component and market-scan API integration
2026-04-21 23:01:38 +08:00
2569718930@qq.com
2598c5ac98
Disable caching for city list updates
2026-04-16 17:18:19 +08:00