Commit Graph

925 Commits (bbcdaa7ab2df0b49e570ac506ee96b3f7117cc7f)

Author SHA1 Message Date
tangquankun 8b54b73b1d feat(ui): logo和菜单调整 2026-03-12 16:17:02 +08:00
tanlianwang a4937899f7 build(admin): 添加管理后台静态资源文件
- 添加404页面样式文件到各个管理后台目录
- 添加500错误页面相关JS文件
- 添加多个频道相关的JS模块文件
- 完善管理后台和聊天功能的静态资源配置
2026-03-12 14:21:55 +08:00
tanlianwang 8c6ca1206f feat(layout): 添加布局容器折叠状态控制功能
- 在 LayoutContainer 组件中新增 isCollapse 属性用于控制折叠状态
- 将组件内部的默认折叠状态改为根据属性值动态设置
- 更新多个视图组件以传递默认折叠配置
- 增加左侧最小宽度从 260 调整为 280 以优化显示效果
- 移除思维导图页面的 LayoutContainer 包装以简化结构
- 在聊天界面 PC 版中调整导出按钮位置到标题栏区域
2026-03-10 20:55:18 +08:00
tanlianwang 32f16e27a2 fix(bug):修复了一些bug,顺便抽了根烟喝了杯茶 2026-03-10 15:59:20 +08:00
tanlianwang 37ac57941f feat(system): 添加系统配置管理功能
- 新增 system_config 视图模块用于系统配置获取
- 在 __init__.py 中导入新的系统配置视图
- 添加 MINDMAP_URL 配置项到 config.yaml 文件
- 更新 LayoutContainer 组件默认展开状态
- 实现思维导图动态 URL 配置加载
- 添加系统配置序列化器和 API 接口
- 在国际化文件中增加用户手册和论坛链接
- 升级 @logicflow/extension 和 jspdf 依赖包版本
- 初始化 package-lock.json 文件结构
2026-03-10 10:32:17 +08:00
tanlianwang d5d1e71bbb feat(ui): 添加应用图标和系统布局优化
- 新增 app-application 图标组件
- 更新应用页面下拉菜单使用新图标
- 重构思维导图页面布局结构
- 在系统头部添加过期提醒警告
- 添加中国移动图标组件到头部
- 优化布局模板的主题样式处理
2026-03-09 09:56:38 +08:00
tanlianwang fca23b4816 refactor(layout): 收起侧边栏 2026-03-04 13:45:06 +08:00
tanlianwang 0546b773db feat(ui): 添加系统管理菜单功能并优化模型相关文案
- 新增系统管理菜单,包含用户管理、资源授权和系统设置功能
- 实现资源授权下拉菜单,支持应用、知识库、工具和模型的授权管理
- 实现系统设置下拉菜单,支持邮件设置等功能
- 将模型相关文案中的"供应商"统一修改为"模型",提升表述准确性
- 更新模型表单和API中的字段名称和提示信息
- 修复前端国际化文件中模型相关的翻译内容
2026-03-04 10:57:37 +08:00
tanlianwang 8263ab2009 refactor(ui): 调整左右布局v1
- 将所有API接口中的String类型统一改为string类型
- 修改EchartsRander组件中option变量声明为const
- 调整FormItem组件中validator变量声明为const
- 更新侧边栏样式为固定宽度240px并重新设计布局结构
- 移除主布局中的头部组件和相关主题配置逻辑
- 调整布局容器最小宽度从240调整为260
2026-03-04 09:28:09 +08:00
tanlianwang 071f14a9c6 chore(config): 更新应用标题并添加嵌入模型默认值
- 将 VITE_APP_TITLE 从 'MaxKB' 更改为 'Ai-RAG'
- 为嵌入模型路径和名称添加默认值配置
- 注释掉关于图标的代码以禁用相关功能
2025-12-29 10:59:32 +08:00
wangdan-fit2cloud 48c4ffc7b4 feat: Application overview adds user token statistics 2025-11-14 16:51:56 +08:00
wangdan-fit2cloud 7db2714197 perf: url upload style 2025-11-13 18:13:40 +08:00
wangdan-fit2cloud fc35a6b3ae fix: Fixing the display of conversation time during dialogue 2025-11-11 17:09:18 +08:00
wangdan-fit2cloud ecdbeaad73 feat: The dividing line in the directory section can be dragged and dropped 2025-11-11 15:54:07 +08:00
wxg0103 0ca2306039 fix: add optional chaining to breadcrumbData length check 2025-11-07 18:09:46 +08:00
wangdan-fit2cloud 1263592221 feat: Folder directories support moving or dragging. 2025-11-06 21:02:55 +08:00
wangdan-fit2cloud b841d862a8 perf: Optimize file directory style 2025-11-05 11:44:57 +08:00
zhangzhanwei 26a3067992 feat: Folder move order by name 2025-11-04 17:49:11 +08:00
zhangzhanwei eb867daa6c feat: Folder move 2025-11-04 15:05:12 +08:00
wangdan-fit2cloud 065a44315a fix: Revise the copy 2025-11-04 14:15:38 +08:00
wangdan-fit2cloud c4e70be7b4 fix: Fix translation issues and multi-line input form issues 2025-10-30 15:36:01 +08:00
wangdan-fit2cloud a84be67d4d fix: Variable aggregation node adds execution details 2025-10-29 14:37:07 +08:00
wangdan-fit2cloud a1898e837a fix: variable aggregation node style 2025-10-29 11:29:22 +08:00
wxg0103 6af51a4235 fix: add support for VideoUnderstandNode in ExecutionDetailCard.vue
--bug=1063024 --user=王孝刚 【应用】执行详情中,视频理解节点没有显示消耗tokens数据 https://www.tapd.cn/62980211/s/1790772
2025-10-28 15:21:56 +08:00
wangdan-fit2cloud 8ecb6a855c fix: workflow multi-selection 2025-10-27 17:47:57 +08:00
shaohuzhang1 8dbef83d7a
fix: After uploading the file, ask a question. After completing the question and answer, change the answer and the file will not be uploaded again, resulting in the loss of file information (#4269) 2025-10-27 17:38:30 +08:00
shaohuzhang1 ea8ad1db45
fix: After uploading the file, ask a question. After completing the question and answer, change the answer and the file will not be uploaded again, resulting in the loss of file information (#4262) 2025-10-27 15:24:24 +08:00
zhangzhanwei 982b34e2a7 Return to the corresponding permission directory and locate the tool folder 2025-10-24 16:34:37 +08:00
shaohuzhang1 2ecdb66307
fix: Resource authorization selection directory checkbox Cancel optimization (#4253) 2025-10-24 16:25:54 +08:00
shaohuzhang1 fe2180ba3d
fix: When collecting data from the multiple-choice box of the form collection node, it is recommended to support pressing enter to select the option (#4237) 2025-10-22 17:34:25 +08:00
wxg0103 678122fe9e feat: update video file extensions and clean up code formatting in file upload settings 2025-10-22 15:01:01 +08:00
wangdan-fit2cloud 92d5e17600 feat: Execution details of variable splitting and parameter extraction 2025-10-22 11:55:49 +08:00
wangdan-fit2cloud c3fca96c98 perf: Optimize multiple selections 2025-10-22 11:19:44 +08:00
wangdan-fit2cloud 09c5c9c042 feat: Variable Splitting Node and Parameter Extraction Node 2025-10-21 19:30:24 +08:00
shaohuzhang1 727c8bfa98
feat: Enhance dynamic form rendering (#4223) 2025-10-21 19:25:22 +08:00
wangdan-fit2cloud 6485d12646 feat: Support folder authorization(#3853) 2025-10-21 17:03:21 +08:00
zhangzhanwei 0bc635a802 feat: Folder Permission 2025-10-21 15:15:59 +08:00
zhangzhanwei 349402b2d8 feat: Folder authorization can optionally include sub-resources 2025-10-21 10:22:03 +08:00
wangdan-fit2cloud 75eab6749e feat: The document supports setting tags 2025-10-20 17:31:49 +08:00
shaohuzhang1 c9a614cad0
feat: The form collection 'multiple-choice box' supports custom input (#4218) 2025-10-20 10:57:39 +08:00
wangdan-fit2cloud 93efd15f04 feat: Add Document Search node function 2025-10-17 16:31:09 +08:00
wangdan-fit2cloud a4330e30a8 fix: Fix operate log page error 2025-10-17 14:30:22 +08:00
zhangzhanwei f5f88b3db2 feat: Refresh user profile after create folder 2025-10-17 14:04:22 +08:00
wxg0103 5fdb6dc34b feat: add video message handling and improve video context processing 2025-10-16 15:14:41 +08:00
shaohuzhang1 cfef12b504
fix: ts error in type (#4196) 2025-10-15 14:25:35 +08:00
wxg0103 ef0713ecc6 feat: improve code formatting and add video list handling in chat components 2025-10-15 10:23:37 +08:00
shaohuzhang1 f470cd134c
feat: Dialogue built-in user information function (#4188) 2025-10-14 17:53:58 +08:00
wxg0103 622780e77d feat: add video understanding node and related components 2025-10-14 17:38:05 +08:00
zhangzhanwei 94560b8394 feat: Folder authorization frontend 2025-10-14 16:39:41 +08:00
zhangzhanwei 3a267ac074 fix: Translate fixed name 2025-10-10 14:15:11 +08:00