From 6ad20c8f45ccb50cad3af1939a4f1b895469af75 Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Fri, 27 Feb 2026 21:30:21 +0800 Subject: [PATCH] feat(website): styling --- .../website/src/components/ui/magic-card.tsx | 2 +- .../src/pages/home/FeaturesSection.tsx | 348 +++++++++++------- .../website/src/pages/home/HeroSection.tsx | 4 +- .../src/pages/home/ScenariosSection.tsx | 54 ++- 4 files changed, 232 insertions(+), 176 deletions(-) diff --git a/packages/website/src/components/ui/magic-card.tsx b/packages/website/src/components/ui/magic-card.tsx index b44dcf8..d040937 100644 --- a/packages/website/src/components/ui/magic-card.tsx +++ b/packages/website/src/components/ui/magic-card.tsx @@ -85,7 +85,7 @@ export function MagicCard({ `, }} /> -
++ {isZh + ? '无需 Python、无头浏览器、服务端部署。一行 script 标签搞定。' + : "No Python. No headless browser. No server. One script tag — that's it."} +
++ {isZh + ? '浏览器内运行,数据完全由你掌控。' + : 'Runs in the browser. You control your data, always.'} +
++ {isZh + ? '内置协作面板,AI 操作前先确认——不是盲目自动化。' + : 'Built-in collaborative panel. Agent asks before acting — not blind automation.'} +
+- {isZh - ? '无需 Python、无头浏览器、服务端部署。一行 script 标签搞定。' - : "No Python. No headless browser. No server. One script tag — that's it."} -
-+ {isZh + ? 'OpenAI、Claude、DeepSeek、Qwen 等,或通过 Ollama 完全离线。' + : 'OpenAI, Claude, DeepSeek, Qwen, and more — or fully offline via Ollama.'} +
- {isZh - ? '浏览器内运行,数据完全由你掌控。' - : 'Runs in the browser. You control your data, always.'} -
-- {isZh - ? 'OpenAI、Claude、DeepSeek、Qwen 等,或通过 Ollama 完全离线。' - : 'OpenAI, Claude, DeepSeek, Qwen, and more — or fully offline via Ollama.'} -
-- {isZh - ? '内置协作面板,AI 操作前先确认——不是盲目自动化。' - : 'Built-in collaborative panel. Agent asks before acting — not blind automation.'} -
-