Commit Graph

4 Commits

Author SHA1 Message Date
a6025569b7 fix: 修复n8n项目多个模块错误和配置问题
- 添加WooCommerce节点描述文件
- 实现错误处理基础类结构
- 修复data-store仓库TypeScript类型问题
- 更新Claude本地配置
- 修复start.bat脚本
2025-09-09 14:45:53 +08:00
Yep_Q
83dc9270c8 fix: 修复WorkflowPageV3组件TypeScript错误和清理副本文件
详细说明:
- 修复WorkflowPageV3.tsx中的TypeScript类型错误
- 移除未使用的executionTimeoutRef变量
- 修复style标签的jsx属性问题
- 将deprecated的substr()改为substring()
- 清理n8n目录下的副本文件
- 添加server.js和start脚本用于静态文件服务

影响的文件:
- web_frontend/exhibition-demo/src/pages/WorkflowPageV3.tsx
- web_frontend/exhibition-demo/src/components/ResultModal.tsx
- web_frontend/web_result/server.js (新增)
- web_frontend/web_result/start.bat (新增)
- web_frontend/web_result/start.sh (新增)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-08 16:34:51 +08:00
Yep_Q
d0d256f8ef Fix:bat文件修复 2025-09-08 15:36:24 +08:00
Yep_Q
1361283492 fix: 优化operation.html页面UI体验和可读性
主要修复:
- 删除多余的"立即体验 Duoduo Agent"按钮
- 优化Duoduo Agent设计流程图片展示
- 改善页面文字与背景对比度

详细更改:
1. 布局优化
   - 将设计流程从网格布局改为横向滚动
   - 图片尺寸从h-48增加到h-64
   - 每个卡片固定宽度300px

2. 对比度改善
   - text-gray-500 → text-gray-600
   - 背景色调整为纯白或浅灰
   - 添加font-medium增强可读性

3. 视觉效果
   - 移除过于鲜艳的渐变背景
   - 使用更专业的配色方案
   - 提升整体可读性

影响模块: 会展策划网站运营页面

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-08 15:25:52 +08:00