Commit Graph
33 Commits
Author SHA1 Message Date
Guo Tiantian 08a9f19923 feat: 优化权限分配父子联动逻辑,根据保存状态动态设置 2025-09-12 00:05:33 +08:00
Guo Tiantian 417acc6c64 feat: 优化权限分配父子联动逻辑,根据保存状态动态设置 2025-09-12 00:03:39 +08:00
Guo Tiantian e6711c882a fix: 修复标签页关闭错误 2025-09-11 22:07:42 +08:00
Guo Tiantian b8c8e7af4c feat: 实现智能助手WebSocket聊天界面 2025-09-10 00:49:53 +08:00
Guo Tiantian 8f06deaea4 feat: 移除用户菜单中的设置切换选项 2025-09-09 22:56:39 +08:00
Guo Tiantian 3d4a8fd7b0 fix: 优化主题切换功能,实现即时生效和代码优化 2025-09-09 21:49:03 +08:00
Guo Tiantian 5fa3a3a759 refactor(file-view): enhance file name interaction and feat: 优化资源文件管理页面交互和配置
- 实现文件名点击预览功能,提升用户体验
- 移除整行点击事件,避免误操作
- 使用环境变量管理文件预览URL,提高配置灵活性
- 优化面包屑导航样式,使用系统主题色
- 清理调试代码和未使用的函数
2025-09-09 00:05:17 +08:00
Guo Tiantian 7451b1c868 refactor(router): comment out unused resource management routes
- Commented out the resource management routes for file and stats, indicating they are temporarily removed for future cleanup.
- This change helps maintain clarity in the routing configuration while preserving the commented code for potential future use.
2025-09-08 23:41:25 +08:00
Guo Tiantian dde83b0a1a chore(types): remove unused type declaration files for auto-imports and components
- Deleted `auto-imports.d.ts` and `components.d.ts` as they are no longer needed.
- This cleanup helps streamline the type definitions and reduces clutter in the project.
2025-09-08 23:38:14 +08:00
Guo Tiantian 256d4b6a58 Merge branch 'v2.0.0' of https://github.com/1014TaoTao/fastapi_vue3_admin into v2.0.0 2025-09-08 23:36:41 +08:00
Guo Tiantian 8bb39f4848 feat: 添加资源管理功能和相关接口支持
- 在组件声明中添加了 `WdImgCropper` 组件。
- 更新了环境配置,增加了资源管理根路径。
- 修改了资源 API,支持新的响应格式和查询参数。
- 优化了文件管理页面,增强了搜索和文件预览功能。
2025-09-08 23:36:19 +08:00
tiantian guo c15b37eeed fix: 删除用户下拉菜单中重复的项目文档选项 2025-09-05 15:07:55 +08:00
tiantian guo 1b4d1f7850 fix: 删除用户下拉菜单中重复的项目文档选项 2025-09-05 15:07:36 +08:00
tiantian guo 04d965c832 feat: 增强用户界面配置选项 2025-09-05 14:48:09 +08:00
Guo Tiantian 35fa896a74 feat: 移植并优化表单构建器功能模块 2025-09-02 23:22:51 +08:00
Guo Tiantian 2bb32df0e8 fix: 优化标签导航交互行为 2025-08-29 17:29:36 +08:00
Guo Tiantian 0687205052 fix:暴露项目配置样式问题 2025-08-29 00:09:13 +08:00
Guo Tiantian 39c2389d2e feat: 优化外链标签样式,使用系统主题颜色 2025-08-28 23:19:45 +08:00
Guo Tiantian bcc8c03ca2 feat: 优化外链标签样式,使用系统主题颜色 2025-08-28 23:17:41 +08:00
Guo Tiantian b93d1c61cb fix: 修复设置面板底部操作区域布局问题 2025-08-27 23:30:30 +08:00
Guo Tiantian c03fd45cc9 feat: 优化工作台页面样式和快速开始功能 2025-08-27 22:55:24 +08:00
Guo Tiantian c2de9765c2 feat: 优化工作台页面主题适配和样式统一 2025-08-27 07:52:32 +08:00
Guo Tiantian 55c36a7dc5 Merge branch 'v2.0.0' of https://github.com/1014TaoTao/fastapi_vue3_admin into v2.0.0 2025-08-27 07:51:51 +08:00
Guo Tiantian 8e16606fc1 feat: 优化工作台页面主题适配和样式统一 2025-08-27 07:51:40 +08:00
Guo Tiantian f3d48e4630 feat: 优化工作台页面 2025-08-27 00:06:47 +08:00
Guo Tiantian 3d82e0171b feat: 优化工作台页面 2025-08-26 23:54:40 +08:00
Guo Tiantian f348e8006d Merge branch 'v2.0.0' of https://github.com/1014TaoTao/fastapi_vue3_admin into v2.0.0 2025-08-25 22:43:15 +08:00
Guo Tiantian 7fce0b06c7 fix: 移除退出登录时的重定向参数 2025-08-25 22:42:57 +08:00
Guo Tiantian a55d53fb14 Merge branch 'v2.0.0' of https://github.com/1014TaoTao/fastapi_vue3_admin into v2.0.0 2025-08-24 21:27:00 +08:00
Guo Tiantian 5a5f9eab4c fix: 优化标签导航 2025-08-24 21:18:53 +08:00
Guo Tiantian b395a9bef7 fix: 优化快速开始/便捷导航 2025-08-24 20:36:34 +08:00
Guo Tiantian dc16d50060 feat:完善快速开始功能 2025-08-19 20:58:37 +08:00
Guo Tiantian 46530bc646 feat:完善快速开始功能 2025-08-19 11:06:05 +08:00