Commit Graph

99 Commits

Author SHA1 Message Date
张翔 a75673fa27 refactor(hero-section): 移除未使用的动画导入并优化样式类名
删除未使用的动画组件导入(FadeUp, StaggerContainer等)
将min-w-[180px]替换为更简洁的min-w-45
调整背景渐变类名从bg-gradient-to-b到bg-linear-to-b
2026-02-23 21:19:54 +08:00
张翔 e862a68ef0 chore: 更新构建ID和相关文件引用 2026-02-23 21:19:44 +08:00
张翔 25586a5a6c chore: 更新构建ID和相关文件引用 2026-02-23 10:38:29 +08:00
张翔 5ec2ad0043 style(ui组件): 更新UI组件颜色方案为深色主题
refactor(card): 调整卡片背景色和边框颜色
refactor(badge): 修改徽章颜色变体
refactor(button): 更新按钮颜色样式
refactor(input): 调整输入框颜色方案
refactor(textarea): 修改文本区域颜色样式
refactor(header): 更新导航栏颜色
refactor(hero-section): 调整英雄区域颜色和渐变
2026-02-23 09:18:41 +08:00
张翔 9e7fb20d2a style: 修复 hero-section Tailwind CSS 类名警告
- bg-gradient-to-b → bg-linear-to-b
- w-[800px] → w-200
- h-[600px] → h-150
- w-[600px] → w-150
- h-[400px] → h-100
- min-w-[180px] → min-w-45 (2处)~
2026-02-23 08:35:16 +08:00
张翔 39c37d15fb refactor: 优化导航栏右侧按钮,移除重复文案
- 移除重复的'联系我们'按钮
- 移除'了解更多'按钮(导航栏已有'关于我们'链接)
- 保留一个'立即咨询'主按钮,引导用户行动
2026-02-23 08:32:39 +08:00
张翔 d6e87dfafe fix: 修复导航栏点击后 active 状态被滚动覆盖的问题
- 添加 isScrollingRef 标记,在点击导航后阻止滚动监听器更新 activeSection
- 改进 section 检测逻辑,使用 sectionTop 和 sectionBottom 精确判断
- 点击导航后 1 秒内不响应滚动检测,确保平滑滚动完成
2026-02-23 08:26:03 +08:00
张翔 8d0f86c365 fix: 修复 lint 错误
- 修复 Input/Textarea 组件中 React Hook 条件调用问题
- 修复 AboutSection 中的引号转义问题
- 更新 Input/Textarea 样式为医疗健康风格
2026-02-23 08:16:36 +08:00
张翔 ef4b6d1022 refactor: 重构所有 Section 组件为医疗健康风格
- ProductsSection: 浅灰背景、蓝红配色
- AboutSection: 白色背景、专业蓝图标
- NewsSection: 浅灰背景、蓝红强调
- ContactSection: 白色背景、蓝图标、红强调
2026-02-23 08:11:11 +08:00
张翔 064f6b9e83 refactor: 重构 ServicesSection 为医疗健康风格 2026-02-23 08:08:27 +08:00
张翔 83ea4572fe refactor: 重构 HeroSection 为医疗健康风格
- 浅蓝渐变背景
- 专业蓝主色调
- 印章红数据强调
- 移除深色背景和科技感粒子效果
2026-02-23 08:07:24 +08:00
张翔 a0c725f2bc refactor: 重构 Footer 为医疗健康风格 2026-02-23 08:05:51 +08:00
张翔 b32fcdbbdc refactor: 移除主题切换功能,统一使用明亮风格
- 从 Header 移除 ThemeToggle 组件
- 删除 theme-toggle.tsx 文件
- 简化 theme-context.tsx,只保留 light 主题~
2026-02-23 08:04:50 +08:00
张翔 5f0f642ab6 refactor: 更新 Badge 组件为医疗健康风格 2026-02-23 00:10:45 +08:00
张翔 9394cbab1b refactor: 更新 Card 组件为医疗健康风格 2026-02-23 00:09:53 +08:00
张翔 8c7d072d43 refactor: 更新 Button 组件为医疗健康风格 2026-02-23 00:08:40 +08:00
张翔 f27897aa1c feat: 创建数字计数动画组件
- 创建 AnimatedNumber 组件支持平滑计数动画
- 使用 easeOutQuart 缓动函数
- 支持前缀和后缀
- 支持延迟和持续时间配置
- 创建 StatCard 统计卡片组件
- 支持滚动进入视口时触发动画
2026-02-22 15:21:24 +08:00
张翔 c544b81cff feat: 创建粒子效果组件
- 创建 Canvas 粒子动画背景
- 支持自定义粒子数量
- 粒子之间自动连线
- 响应式窗口大小调整
- 科技蓝色粒子效果
2026-02-22 15:19:53 +08:00
张翔 6dcbde28bc feat: 更新 Hero 区域样式
- 统一使用 CSS 变量
- 增强背景发光效果
- 优化文字颜色层级
- 移除未使用的图标导入
- 统一深色模式样式
2026-02-22 15:18:19 +08:00
张翔 b64ce24170 feat: 更新导航栏组件样式
- 添加玻璃态背景效果
- 添加科技蓝发光阴影
- 更新文字颜色使用 CSS 变量
- 统一深色模式样式
- 优化移动端菜单样式
2026-02-22 15:15:01 +08:00
张翔 05c0de440e feat: 更新卡片组件样式
- 添加玻璃态背景效果
- 更新边框和阴影样式
- 添加悬停发光效果
- 添加悬停上浮动画
- 统一使用 CSS 变量
2026-02-22 15:11:38 +08:00
张翔 b417e7d708 feat: 更新按钮组件样式
- 更新默认按钮为印章红色
- 添加科技蓝渐变次要按钮
- 更新轮廓按钮样式
- 添加悬停发光效果
- 添加点击缩放反馈
- 优化过渡动画时间
2026-02-22 15:09:55 +08:00
张翔 f88020ee5e feat: 更新色彩系统定义并修复组件类型
- 添加科技蓝、紫色、青色色彩系列
- 更新中性色系列
- 添加渐变色定义
- 创建 GlassCard 组件支持 variant 属性
- 更新 Input 组件支持 label 和 error 属性
- 更新 Textarea 组件支持 label 和 error 属性
- 安装 @radix-ui/react-dialog 依赖
2026-02-22 15:03:10 +08:00
张翔 15e17a8f20 fix: add light/dark mode support with Tailwind dark: prefix 2026-02-21 23:32:47 +08:00
张翔 4f783255a3 feat: update footer with dark tech theme 2026-02-21 23:04:32 +08:00
张翔 1ae05f107b feat: update products section with dark tech theme 2026-02-21 23:01:53 +08:00
张翔 d2f92b8a55 feat: update services section with dark tech theme 2026-02-21 22:59:32 +08:00
张翔 554011f0e7 feat: redesign hero section with dark tech theme and framer-motion 2026-02-21 22:58:09 +08:00
张翔 1b0454998d feat: enhance header with dark tech theme and framer-motion animations 2026-02-21 22:55:24 +08:00
张翔 cbd45e236b feat: enhance badge component with dark tech theme variants 2026-02-21 20:09:02 +08:00
张翔 ec66889e36 feat: enhance input component with dark tech theme styling 2026-02-21 20:07:39 +08:00
张翔 c809b7541a feat: enhance card component with dark tech theme styling 2026-02-21 20:06:49 +08:00
张翔 f99685bf0c feat: enhance button component with dark tech theme variants 2026-02-21 20:05:08 +08:00
张翔 b7e52aa086 perf: add web vitals monitoring and optimize performance 2026-02-13 15:24:51 +08:00
张翔 8175c2f035 feat: add dark mode support with theme toggle 2026-02-13 15:17:42 +08:00
张翔 34c96c119d feat: add case detail pages with SSG and dynamic routing 2026-02-13 14:53:52 +08:00
张翔 7914decdaf feat: add mobile optimization with hooks and touch components 2026-02-13 14:46:21 +08:00
张翔 e829451fa3 fix: resolve TypeScript errors for Zod v4 API changes 2026-02-13 14:31:21 +08:00
张翔 718abea089 fix: resolve lint errors in testimonial and insight cards 2026-02-13 14:25:47 +08:00
张翔 6737cbd579 feat: add form validation to contact section with Zod 2026-02-13 14:19:30 +08:00
张翔 8ac0065a06 feat: add testimonials section with testimonial cards 2026-02-13 14:11:19 +08:00
张翔 04b2aca4c1 feat: add insights section to homepage 2026-02-13 14:07:31 +08:00
张翔 a42f1f0a90 feat: add insight card component for tech insights section 2026-02-13 14:04:06 +08:00
张翔 249da50335 feat: integrate enhanced seal animation in hero section 2026-02-13 14:03:07 +08:00
张翔 fd5a155434 feat: add enhanced seal animation component with stages 2026-02-13 14:01:01 +08:00
张翔 522f1e09a7 feat: 重构网站UI设计并优化布局结构
重构整体UI设计,采用红色主题配色方案
优化页面布局结构,将Header和Footer移至page组件
更新按钮样式和交互效果,增强视觉反馈
调整全局字体配置,使用思源黑体作为中文字体
改进各区块卡片样式,增加悬停动画效果
优化响应式设计,提升移动端体验
2026-02-08 16:46:22 +08:00
张翔 cc55146ba6 feat(contact-section): 更新联系方式卡片为服务承诺卡片
将联系方式卡片重新设计为服务承诺卡片,展示专业响应、免费咨询和定制方案等优势
更新卡片样式和图标,使用更友好的视觉设计
保持工作时间卡片和消息发送卡片的基本布局
2026-02-03 08:02:09 +08:00
张翔 f14002559e feat(e2e-tests): 添加端到端测试框架及测试用例
refactor(components): 调整头部和页脚布局样式
style(hero-section): 更新徽章动画效果

docs: 添加测试框架README文档
test: 实现首页、导航和联系表单的测试用例
ci: 添加CI测试脚本和配置
2026-02-02 19:36:33 +08:00
张翔 150024b6ac build: 更新Next.js配置以支持静态导出并添加新依赖
更新next.config.ts文件以支持静态导出功能,并添加了多个新的依赖项到package.json中,包括UI组件库和动画库。同时生成了构建相关的文件和配置。
2026-02-02 17:59:29 +08:00