Commit Graph

98 Commits

Author SHA1 Message Date
张翔 94c419f601 feat: add back to home button on all list pages 2026-02-27 20:39:50 +08:00
张翔 5924a7d493 feat: add skeleton screen components and optimize image config 2026-02-27 20:30:36 +08:00
张翔 44bf88b200 feat: add mobile tab bar navigation 2026-02-27 20:26:08 +08:00
张翔 b787c769ec feat: implement contact form submission with validation 2026-02-27 10:59:29 +08:00
张翔 5d5b7feb0a feat(e2e): 添加完整的E2E测试框架和测试用例
添加Playwright测试框架配置和基础页面对象
实现冒烟测试用例覆盖首页和联系页面核心功能
更新导航组件以支持滚动高亮功能
添加BackButton组件统一返回按钮行为
配置Woodpecker CI集成和测试报告生成
2026-02-27 10:30:33 +08:00
张翔 4a616fe96e refactor: complete website optimization - unified navigation, colors, and structure
- Created service detail pages with storytelling style
- Created service list page
- Removed service modal interactions
- Simplified homepage About section
- Added homepage Cases section
- Updated navigation to use page links instead of anchors
- Created products list page
- Updated footer links
- Unified color scheme to brand red (#C41E3A)
- Fixed TypeScript errors (removed unused imports)
- Fixed JSX syntax errors
- Split About page into server and client components
- All tests passing: typecheck and build successful
2026-02-26 21:43:44 +08:00
张翔 14af1a755f refactor: update solutions page color scheme to brand red 2026-02-26 21:30:44 +08:00
张翔 e72d678521 refactor: update case detail page color scheme to brand red 2026-02-26 21:29:48 +08:00
张翔 8cb5b7659f feat: add products list page 2026-02-26 21:27:49 +08:00
张翔 cb512bb13a refactor: update homepage section order with cases section 2026-02-26 21:26:26 +08:00
张翔 1e1c68670b refactor: remove service detail modal component 2026-02-26 21:24:59 +08:00
张翔 bbd3930e7f feat: add services list page 2026-02-26 21:23:45 +08:00
张翔 474e21507a feat: add service detail page with storytelling style 2026-02-26 21:23:17 +08:00
张翔 93f9bca2e4 fix: convert solutions and cases pages to client components 2026-02-26 18:50:24 +08:00
张翔 712f8572ab feat: create cases page with new content structure 2026-02-26 18:48:13 +08:00
张翔 679d49043d feat: create solutions page with three service modules 2026-02-26 18:44:50 +08:00
张翔 87719f318f fix: await params promise in Next.js 16 2026-02-26 18:38:00 +08:00
张翔 959c7aabea fix: remove duplicate routes from (marketing) group 2026-02-26 18:22:43 +08:00
张翔 dd0878a7a4 fix: rename news dynamic route parameter from id to slug 2026-02-26 18:20:00 +08:00
张翔 399445ef00 feat: create terms of service page 2026-02-26 18:07:43 +08:00
张翔 4893868422 feat: create privacy policy page 2026-02-26 18:06:23 +08:00
张翔 bc936328dd feat: create news detail page with related news 2026-02-26 18:04:18 +08:00
张翔 3138d62afc feat: create news list page with filtering and search 2026-02-26 18:03:44 +08:00
张翔 97f581f08b feat: create product detail page with dynamic routing 2026-02-26 18:02:00 +08:00
张翔 6cc41238fb feat: add contact form API route with email sending 2026-02-26 17:55:13 +08:00
张翔 3de9890fc4 fix: 修复TypeScript类型错误
- 移除未使用的导入
- 修复产品详情页面的description类型错误
- 修复服务详情页面的description类型错误
- 修复联系表单API的类型错误
- 添加Award图标的导入
2026-02-26 16:26:40 +08:00
张翔 e4cf4836dd feat: 创建详情页面和法律页面
- 创建产品详情页面组件,支持技术架构、应用场景、客户案例展示
- 创建服务详情页面组件,支持服务内容、流程、优势展示
- 创建隐私政策页面,符合中国法律要求
- 创建服务条款页面,规范用户服务协议
2026-02-26 16:22:49 +08:00
张翔 7f450dff87 refactor(products): 更新产品列表和描述信息
移除物联网和AI产品,新增内容管理系统
更新产品页面描述和联系按钮滚动功能
2026-02-26 15:52:04 +08:00
张翔 fecbfd1990 feat: 添加预览效果页面并优化交互效果
refactor: 优化代码健壮性和类型安全

style: 更新字体样式和全局CSS

fix: 修复IntersectionObserver潜在空引用问题

chore: 更新依赖和ESLint配置

build: 更新构建ID和路由配置
2026-02-24 10:24:05 +08:00
张翔 81d4f21a7d feat(responsive,seo): implement responsive design and SEO optimizations
Phase 4: Responsive Design Optimizations
- Increase touch target sizes to min 44px for mobile
- Add touch-manipulation for better touch handling
- Optimize button and input sizes for mobile devices
- Implement responsive font sizing (16px -> 17px -> 18px)

Phase 5: SEO Optimizations
- Enhance metadata with comprehensive Open Graph tags
- Add Twitter Card metadata with images
- Implement Google Search Console verification
- Add structured data (Organization, Website schemas)
- Improve keywords and descriptions

Files modified:
- src/components/ui/button.tsx: Touch-friendly sizes
- src/components/ui/input.tsx: Mobile-optimized inputs
- src/app/globals.css: Responsive font sizing
- src/app/layout.tsx: Enhanced metadata and structured data
- src/components/seo/structured-data.tsx: New structured data components

Impact:
- Better mobile user experience
- Improved search engine visibility
- Enhanced social media sharing
- WCAG 2.1 touch target compliance
- Better SEO performance
2026-02-24 00:48:42 +08:00
张翔 37a86bfaf7 feat(perf,ux): implement performance and UX optimizations
Phase 2: Performance Optimizations
- Implement dynamic imports for non-critical sections
- Add loading skeletons for lazy-loaded components
- Optimize bundle size with code splitting
- Enable SSR for dynamic components

Phase 3: UX Optimizations
- Create ErrorBoundary component for graceful error handling
- Add Toast notification component for user feedback
- Implement success/error notifications in contact form
- Add error handling with user-friendly messages

Files modified:
- src/app/(marketing)/page.tsx: Dynamic imports for sections
- src/app/(marketing)/layout.tsx: Error boundary integration
- src/components/sections/contact-section.tsx: Toast notifications
- src/components/ui/error-boundary.tsx: New error boundary component
- src/components/ui/toast.tsx: New toast notification component

Impact:
- Reduced initial bundle size
- Faster page load times
- Better error handling
- Improved user feedback
- Enhanced user experience
2026-02-24 00:44:40 +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
张翔 8d0f86c365 fix: 修复 lint 错误
- 修复 Input/Textarea 组件中 React Hook 条件调用问题
- 修复 AboutSection 中的引号转义问题
- 更新 Input/Textarea 样式为医疗健康风格
2026-02-23 08:16:36 +08:00
张翔 9526d12f1e style: 更新配色系统为医疗健康风格
- 专业蓝 #005EB8 为主色调
- 印章红 #C41E3A 为品牌强调色
- 移除深色模式
- 明亮背景风格
- 更新实用类样式
2026-02-23 00:05:12 +08:00
张翔 3b97194e7f feat: 优化容器间距,增加响应式留白
- 移动端:左右各 24px
- 平板端:左右各 48px
- 桌面端:左右各 64px
- 改善大屏幕上的视觉体验
2026-02-22 20:54:17 +08:00
张翔 59cef4fd5f feat: 更新核心配色系统 - 深色/浅色模式
- 更新深色模式配色变量(科技蓝、紫色、印章红)
- 更新浅色模式配色变量
- 添加新的科技色彩变量(悬停、浅色变体)
- 保持品牌色一致性(印章红 #C41E3A)
- 优化背景色系层次(#0A0A0A → #141414 → #1A1A1A)
2026-02-22 14:57:47 +08:00
张翔 15e17a8f20 fix: add light/dark mode support with Tailwind dark: prefix 2026-02-21 23:32:47 +08:00
张翔 1d7872c8cc fix: simplify page to use only existing components 2026-02-21 23:06:56 +08:00
张翔 a92b6199af feat: add tech theme colors and animations to globals.css 2026-02-21 19:43:34 +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
张翔 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
张翔 522f1e09a7 feat: 重构网站UI设计并优化布局结构
重构整体UI设计,采用红色主题配色方案
优化页面布局结构,将Header和Footer移至page组件
更新按钮样式和交互效果,增强视觉反馈
调整全局字体配置,使用思源黑体作为中文字体
改进各区块卡片样式,增加悬停动画效果
优化响应式设计,提升移动端体验
2026-02-08 16:46:22 +08:00
张翔 150024b6ac build: 更新Next.js配置以支持静态导出并添加新依赖
更新next.config.ts文件以支持静态导出功能,并添加了多个新的依赖项到package.json中,包括UI组件库和动画库。同时生成了构建相关的文件和配置。
2026-02-02 17:59:29 +08:00
张翔 f9df7b4d8f Initial commit from Create Next App 2026-02-02 09:26:01 +08:00