2 Commits

Author SHA1 Message Date
ZhangPeng
9aecdd036c Initial commit: OpenClaw Trading - AI多智能体量化交易系统
- 添加项目核心代码和配置
- 添加前端界面 (Next.js)
- 添加单元测试
- 更新 .gitignore 排除缓存和依赖
2026-02-27 03:47:40 +08:00
ZhangPeng
b5d8d4e71b feat: implement UI design system unification
- Add design-system tokens (colors, spacing, typography, radii, shadows)
- Add cn utility for class merging
- Refactor StatCard to dark theme (fixes light theme issue)
- Refactor PositionTable to use Tailwind CSS (fixes inline styles and color inconsistency)
- Remove duplicate AgentTable from ui/
- Update AgentTable in agents/ to use AgentStatus type
- Update AgentStatus type to include all status values
- Update mockData to match AgentStatus type

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-26 22:36:31 +08:00