2569718930@qq.com
|
90bc895000
|
Update referral points pricing
|
2026-05-30 18:04:36 +08:00 |
|
2569718930@qq.com
|
17ddd835e6
|
Fix landing hero illustration overlap
|
2026-05-29 20:57:59 +08:00 |
|
2569718930@qq.com
|
5228d2b3fd
|
Update landing and weather observation policies
|
2026-05-29 20:46:35 +08:00 |
|
2569718930@qq.com
|
522e35de7f
|
Add trial and referral subscription program
|
2026-05-29 19:24:46 +08:00 |
|
2569718930@qq.com
|
c2fe8caddf
|
docs: refresh v1.8.1 release docs
|
2026-05-28 20:46:35 +08:00 |
|
2569718930@qq.com
|
5b19a49ffb
|
首屏优化:scan terminal 加 s-maxage 缓存 + 落地页预加载 API
1. /api/scan/terminal 返回 Cache-Control: public, s-maxage=30, stale-while-revalidate=120
→ pre-warm 期间也能返回缓存,白屏 20s 变 1s
2. 落地页 2s 后静默 prefetch /api/cities,预热后端进程和连接池
3. metadata 加 preconnect api.polyweather.top
|
2026-05-26 08:23:33 +08:00 |
|
2569718930@qq.com
|
58cc82f520
|
feat: implement LoginClient component and add institutional landing page layout
|
2026-05-26 02:32:15 +08:00 |
|
2569718930@qq.com
|
e852b9bc89
|
feat: initialize landing page, payment logic, bot coordination, and configuration validation systems
|
2026-05-26 02:11:27 +08:00 |
|
2569718930@qq.com
|
a3db39909d
|
术语统一:合约/市场/交易 → 阈值/信号/实况路径/多模型预测
|
2026-05-25 22:51:53 +08:00 |
|
2569718930@qq.com
|
4844af2273
|
feat: add institutional landing page with i18n support and subscription-gated access logic
|
2026-05-25 02:40:36 +08:00 |
|
2569718930@qq.com
|
7e9d7a4b59
|
落地页登录态感知:已登录用户隐藏登录/注册按钮
InstitutionalLandingPage 挂载时检测 Supabase session,
用户已登录则仅显示"进入产品"直达 /terminal,未登录则保留完整按钮组。
Tested: npm run build 通过
|
2026-05-25 01:33:30 +08:00 |
|
2569718930@qq.com
|
0574b0cc20
|
双层鉴权架构:中间件终端门控 + 落地页按钮直连登录
LandingPage "进入产品"按钮改为 /auth/login?next=/terminal,消除未登录直达终端
再跳登录的视觉卡顿。Middleware 新增 handleTerminalGate(Layer 1),
在 /terminal 路由独立拦截未认证用户并 302 到登录页。
ScanTerminalDashboard 内 ProductAccessRequired 重构为 SubscriptionGate(Layer 2),
专注展示升级订阅提示。
Constraint: 双层顺序为认证优先 → 订阅检查在后
Tested: tsc --noEmit 通过, npm run build 通过
|
2026-05-25 01:21:44 +08:00 |
|
2569718930@qq.com
|
af97173eed
|
登录页 logo 替换为图片,终端及落地页样式微调
LoginClient 双布局 logo 从 CloudSun 图标+文字改为 /logo.png 图片。
ScanTerminalState 样式精简,LoadingSignal 调整,落地页细节优化。
Tested: tsc --noEmit 通过, npm run build 通过
|
2026-05-25 01:10:26 +08:00 |
|
2569718930@qq.com
|
8957185062
|
登录页与落地页细节调整
|
2026-05-25 00:57:55 +08:00 |
|
2569718930@qq.com
|
e36fb1e97b
|
清理机构落地页中未使用的 useState 状态
移除 billingCycle 状态及对应 import。
|
2026-05-25 00:54:02 +08:00 |
|
2569718930@qq.com
|
c9cff88452
|
更新浏览器图标为新品牌 logo
基于 public/logo.png 重新生成所有尺寸的 favicon 和 PWA 图标。
Tested: npm run build 通过
|
2026-05-25 00:53:39 +08:00 |
|
2569718930@qq.com
|
e9cc9a5eb1
|
修复机构落地页构建失败并恢复 Polymarket 市场扫描
InstitutionalLandingPage.tsx 补充 "use client" 指令以通过 Next.js 15 构建。
polymarket_readonly.py 集成 WebSocket 报价缓存加速价格获取。
city_payloads.py 复用 Polymarket 层构建真实市场扫描数据替代空返回。
Constraint: 市场扫描需在无 Polymarket 价格 UI 的前提下提供数据
Tested: npm run build 通过
|
2026-05-25 00:41:56 +08:00 |
|
2569718930@qq.com
|
b6d7b07708
|
完善机构终端页面布局与登录页细节调整
|
2026-05-25 00:31:11 +08:00 |
|
2569718930@qq.com
|
e4d123d94d
|
重构首页为机构落地页,新增终端路由,时区感知 Polymarket 市场发现
|
2026-05-25 00:16:53 +08:00 |
|
2569718930@qq.com
|
bddcd434da
|
Add landing page and move dashboard to dedicated route
|
2026-03-21 15:34:19 +08:00 |
|
2569718930@qq.com
|
6aa3a7dda8
|
Add landing page and move dashboard to /dashboard
|
2026-03-21 15:30:23 +08:00 |
|