- 重构 API 路径为 /api/业务/xxx 格式 - 将 Controller 和 Service 按业务分类组织: * copytrading: 跟单相关(configs, leaders, statistics, templates) * accounts: 账户管理(公共模块) * markets: 市场数据(公共模块) * system: 系统管理(users, notifications, proxy, health) * auth: 认证 * announcement: 公告 - 将所有完整类名引用改为使用 import 导入 - 修复 calculatePositionValue 方法实现 - 更新前端 API 调用路径