张翔
a146006e42
docs: 添加E2E测试统一方案设计文档
...
- 统一测试框架:从Python+Pytest迁移到TypeScript+Playwright
- 建立五层测试体系:Smoke、Regression、Performance、Security、Accessibility
- 设计分层CI/CD流程:快速验证、完整测试、全面测试
- 制定四阶段迁移计划:评估准备、核心迁移、专项补充、CI集成
- 金融级质量保障:满足安全、合规、可靠性要求
2026-02-28 14:12:49 +08:00
张翔
0cfefaa937
refactor(ui): 优化导航组件和页面布局
...
- 移除多个页面的面包屑导航组件
- 添加统一的返回按钮组件替代各页面独立实现
- 优化导航栏滚动检测逻辑和动画效果
- 更新常量类型定义和统计数据
- 调整动态导入的SSR配置为false
- 添加FlipClock组件展示公司运营时长
- 优化新闻列表页的类型安全和响应式设计
2026-02-28 13:09:07 +08:00
张翔
9451814ca4
feat: 添加面包屑导航组件并优化页面布局
...
refactor: 重构页面结构和导航逻辑
fix: 修复移动端菜单导航和滚动行为
perf: 优化图片加载性能和资源请求
test: 添加端到端测试和性能测试用例
docs: 更新.gitignore文件
chore: 更新依赖和配置
style: 优化代码格式和类型安全
ci: 调整Playwright测试超时时间
build: 更新Next.js配置和构建选项
2026-02-28 09:09:04 +08:00
张翔
9d01e0982f
fix: improve type safety in service detail page
2026-02-27 20:41:40 +08:00
张翔
94c419f601
feat: add back to home button on all list pages
2026-02-27 20:39:50 +08:00
张翔
fd058a53d1
fix: add missing SectionSkeleton component
2026-02-27 20:35:37 +08:00
张翔
5924a7d493
feat: add skeleton screen components and optimize image config
2026-02-27 20:30:36 +08:00
张翔
aa47a45a95
feat: add touch swipe support for mobile
2026-02-27 20:29:00 +08:00
张翔
1bdb95b5b6
feat: optimize mobile form input experience
2026-02-27 20:27:17 +08:00
张翔
44bf88b200
feat: add mobile tab bar navigation
2026-02-27 20:26:08 +08:00
张翔
b426bc9b62
style: restore red underline for active navigation item
2026-02-27 12:01:59 +08:00
张翔
f70d8dace9
style: remove red focus rings from navigation header
2026-02-27 11:46:07 +08:00
张翔
5838b87700
fix: adjust interaction performance thresholds to be more realistic
2026-02-27 11:43:39 +08:00
张翔
5d8bc5bb06
fix: improve performance monitoring and adjust thresholds
2026-02-27 11:31:27 +08:00
张翔
55868d4c49
fix: improve scroll section waiting logic
2026-02-27 11:23:04 +08:00
张翔
0c7a7f5b05
fix: update mobile menu tests to use mobile viewport
2026-02-27 11:10:00 +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
张翔
702b3296bc
refactor: update footer links to use page navigation
2026-02-26 21:28:47 +08:00
张翔
8cb5b7659f
feat: add products list page
2026-02-26 21:27:49 +08:00
张翔
2b08a536eb
refactor: update navigation to use independent page links
2026-02-26 21:27:19 +08:00
张翔
cb512bb13a
refactor: update homepage section order with cases section
2026-02-26 21:26:26 +08:00
张翔
f0e147eba8
feat: add cases section to homepage
2026-02-26 21:25:59 +08:00
张翔
b468415e54
refactor: simplify about section on homepage
2026-02-26 21:25:31 +08:00
张翔
1e1c68670b
refactor: remove service detail modal component
2026-02-26 21:24:59 +08:00
张翔
686a02b233
refactor: remove modal, add link navigation for services
2026-02-26 21:24:38 +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
张翔
010fa4a025
docs: add website optimization design and implementation plan
2026-02-26 19:41:31 +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
张翔
ac4f228b04
feat: update navigation to link to solutions page
2026-02-26 18:46:17 +08:00
张翔
679d49043d
feat: create solutions page with three service modules
2026-02-26 18:44:50 +08:00
张翔
2595d27221
fix: remove outline button default hover to enable group-hover
2026-02-26 18:40:19 +08:00
张翔
87719f318f
fix: await params promise in Next.js 16
2026-02-26 18:38:00 +08:00
张翔
1c5ec4d663
fix: improve button hover contrast for better readability
2026-02-26 18:37:31 +08:00
张翔
b7fad4c381
feat: add dialog component from Radix UI
2026-02-26 18:23:30 +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
张翔
19b06de1a7
feat: add links to privacy policy and terms of service
2026-02-26 18:08:19 +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
张翔
c845fbbd85
feat: add link to news list page
2026-02-26 18:05:27 +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
张翔
9cdd554454
feat: add links to product detail pages
2026-02-26 18:02:54 +08:00
张翔
97f581f08b
feat: create product detail page with dynamic routing
2026-02-26 18:02:00 +08:00