Cheng Zhou
|
6b55c18610
|
refactor(frontend): 按需加载页面并清理未使用代码
Client Quality Gates / Shared client and Web (push) Has been cancelled
Client Quality Gates / macOS Desktop (push) Has been cancelled
- 将业务页面路由统一改为动态导入,拆分首屏入口与各功能模块构建产物。
- 将网页端和桌面端布局改为异步组件,避免两套平台布局同时进入初始包。
- 新增 Element Plus 按需安装入口,并通过全局配置组件统一注入中文语言包。
- 提取 API 运行时钩子,在应用启动时注入项目清理、令牌续期和认证失效退出能力。
- 将权限监控面板及地图资源改为延迟加载,补充地图加载状态、失败提示和切换竞态保护。
- 删除已被现有工作流替代的项目成员、接口权限、中心绑定、培训表单及旧项目首页等页面。
- 清理废弃的快捷操作、项目选择、用户选择、FAQ 表单、风险占位组件和旧地图辅助模块。
- 移除未使用的 API 方法、类型、字典、状态机、展示工具、样式和项目详情编辑逻辑。
- 开启 TypeScript 未使用变量与参数检查,并同步收紧相关测试和组件暴露类型。
- 移除未使用的 updater、date-fns 和 Sass 前端依赖,更新锁文件并删除旧 CSS 清洗插件。
- 更新路由、Axios、ETMF、通知、权限监控和桌面布局测试以覆盖重构后的边界。
|
2026-07-16 14:58:47 +08:00 |
|
Cheng Zhou
|
ab59476d10
|
feat(桌面与监控): 完善工作台导航和登录活动定位
Client Quality Gates / Shared client and Web (push) Has been cancelled
Client Quality Gates / macOS Desktop (push) Has been cancelled
- 优化桌面标签、上下文标题、前进后退、导航栏隐藏和原生菜单体验
- 补充登录会话 IP 采集、地理位置回退、管理端展示及数据库迁移
- 更新桌面发布检查、运维文档和前后端测试覆盖
|
2026-07-13 16:03:20 +08:00 |
|
Cheng Zhou
|
b26ebdda02
|
feat(工作台): 优化入口布局与连接安全状态
|
2026-07-13 11:04:15 +08:00 |
|
Cheng Zhou
|
f2fa10c178
|
修复(权限管理):统一 PM 系统导航与权限校验
|
2026-07-10 22:12:59 +08:00 |
|
Cheng Zhou
|
878d1dc701
|
Merge branch 'dev' into codex/desktop-ui-stabilization
# Conflicts:
# frontend/src/views/admin/Projects.test.ts
# frontend/src/views/admin/Projects.vue
|
2026-07-09 15:57:08 +08:00 |
|
Cheng Zhou
|
1dc10f569d
|
feat(网页端): 完善登录后工作台与项目管理体验
Client Quality Gates / Shared client and Web (push) Has been cancelled
Client Quality Gates / macOS Desktop (push) Has been cancelled
|
2026-07-09 14:59:06 +08:00 |
|
Cheng Zhou
|
fd4208d06f
|
修复桌面端界面显示与稳定性问题
|
2026-07-09 13:53:01 +08:00 |
|
Cheng Zhou
|
0aff10fe0d
|
优化桌面端标签导航与后台交互
Client Quality Gates / Shared client and Web (push) Has been cancelled
Client Quality Gates / macOS Desktop (push) Has been cancelled
|
2026-07-09 08:56:13 +08:00 |
|
Cheng Zhou
|
b73f23c1eb
|
style: 优化个人中心和偏好设置弹窗样式,重构工作入口为精致分屏布局并移除首字徽标
|
2026-07-08 20:46:56 +08:00 |
|