feat(frontend): Phase 2 前端技术债务清理(Mock 数据 + 样式迁移 + 组件合并) #258
Reference in New Issue
Block a user
Delete Branch "cleanup/phase2-frontend"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Phase 2 前端技术债务清理
基于最新 develop(含 Phase 1 PR #251 合并),完成三项前端清理任务。
1. Mock 数据清理(4 项)
Dashboard.tsxTitleLibrary.tsxAccounts.tsx(mock)注释 — 实际代码已调用真实 API2. Admin.css 样式迁移
.xx-cardantd 覆盖样式(hover 阴影、head 边框/间距、title 字体、body 间距)从已删除的 Admin.css 迁移到ui.cssAdminComingSoon.tsx页面样式不受影响var(--xx-border)/var(--xx-text)设计变量,符合 V21 规范3. CloneModal 组件合并
VoiceClone.tsx改用共享CloneModal组件(@/components/voice/CloneModal)CloneVoiceModal.tsx(290 行)+clone-voice-modal.css(325 行)components/modals/变更统计