Your Name
|
a2f6f82e15
|
chore: CI/CD + 前端测试 + 安全加固 + 限流完善
- 新增 .gitlab-ci.yml (lint/test/build 三阶段)
- 新增前端测试: taskStageMapper (109), api.ts (36), AuthContext (16)
- 修复旧测试: Sidebar 导航文案、MobileLayout padding 值
- python-jose → PyJWT 消除 ecdsa CVE 漏洞
- 限流中间件增加 5 个敏感端点精细限流 + 标准限流头
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-10 11:25:29 +08:00 |
|
Your Name
|
f166c04422
|
Add frontend component library and UI development tasks
- Create Tailwind CSS configuration with design tokens from UIDesignSpec
- Create globals.css with CSS variables and component styles
- Add React component library:
- UI components: Button, Card, Tag, Input, Select, ProgressBar, Modal
- Navigation: BottomNav, Sidebar, StatusBar
- Layout: MobileLayout, DesktopLayout
- Add constants for colors, icons, and layout
- Update tasks.md with 31 UI development tasks linked to design node IDs
- Configure package.json, tsconfig.json, and postcss.config.js
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-02-03 17:44:22 +08:00 |
|