coder-common-thin-frontend/src
Leo f8d1511a5d fix(file): 修正文件管理页面存储类型搜索功能
- 修正FileServiceType枚举,使用语义化的字符串值替代数字值
- 新增FileServiceTypeMapping映射,解决数据库存储值与枚举值不匹配问题
- 新增FILE_SERVICE_DB_OPTIONS选项,专门用于搜索表单的下拉选择
- 更新文件管理页面的存储类型搜索选项,确保搜索功能正常工作
- 保持向后兼容性,数据库存储仍使用数字值('1','2','3')
2025-07-08 22:40:04 +08:00
..
assets feat(ui): 更新Logo设计为可爱猫咪主题 2025-07-06 02:32:38 +08:00
components refactor(components): 统一图标组件使用CoiIcon 2025-07-08 10:54:47 +08:00
constants feat(system): 新增文件和图库管理权限配置,优化HTTP错误处理 2025-07-08 20:30:20 +08:00
directives feat(permissions): 完善权限检查和指令功能 2025-07-07 01:13:29 +08:00
hooks feat(permissions): 完善权限检查和指令功能 2025-07-07 01:13:29 +08:00
layouts refactor(components): 统一图标组件使用CoiIcon 2025-07-08 10:54:47 +08:00
modules init project 2025-07-04 15:08:19 +08:00
router feat(router): 优化路由系统并支持权限标识 2025-07-08 10:54:10 +08:00
service fix(file): 修正文件管理页面存储类型搜索功能 2025-07-08 22:40:04 +08:00
store feat(router): 优化路由系统并支持权限标识 2025-07-08 10:54:10 +08:00
styles init project 2025-07-04 15:08:19 +08:00
typings feat(router): 优化路由系统并支持权限标识 2025-07-08 10:54:10 +08:00
utils refactor(icon): 重构图标系统使用CoiIcon组件 2025-07-07 22:35:07 +08:00
views fix(file): 修正文件管理页面存储类型搜索功能 2025-07-08 22:40:04 +08:00
App.vue refactor(components): 重构核心组件代码块顺序 2025-07-07 00:16:44 +08:00
main.ts init project 2025-07-04 15:08:19 +08:00