diff --git a/frontend/src/views/landing/LandingView.vue b/frontend/src/views/landing/LandingView.vue index 570a18aa..0097e336 100644 --- a/frontend/src/views/landing/LandingView.vue +++ b/frontend/src/views/landing/LandingView.vue @@ -53,28 +53,38 @@
不再为每个 provider 申请 API key、配置 base_url。统一 sk- 走 Claude / GPT / Gemini,按 model 自动路由到对应账号池。
支持多账号自动调度与 failover。某个上游触发限流 / 冷却时,流量切到下一个健康账号,token 刷新全自动。
每条请求的 tokens、费用、上游账号、延迟全可视化。模型分布饼图 + 趋势曲线 + Top 排行。
@@ -155,6 +165,11 @@ font-family: var(--font-mono); } +/* Note: these rules (.container / .section-*) intentionally override + * puro.css defaults with landing-page-specific values. + * puro.css has global defaults of: container max-width 1100px/padding 32px, + * section-title margin-bottom 16px, section-kicker letter-spacing 0.15em. + * Source-order ensures the scoped values below win. */ .container { max-width: 1120px; margin: 0 auto;