panyy
|
fba331849e
|
菜单权限管理
|
2026-03-16 10:33:48 +08:00 |
tangquankun
|
8b54b73b1d
|
feat(ui): logo和菜单调整
|
2026-03-12 16:17:02 +08:00 |
tanlianwang
|
eb6f7a3c0a
|
fix(workflow): 修复工作流节点类型安全和事件处理问题
- 添加对模型类型的安全检查,防止空值导致的错误
- 修复条件节点和循环节点中的数组访问安全性问题
- 统一工作流模式注入和传递机制
- 优化节点拖拽事件处理,确保事件对象正确传递
- 修复循环体节点字段列表获取的安全性检查
- 调整图形渲染逻辑,避免空画布时的视图适配问题
- 更新依赖版本以解决兼容性问题
|
2026-03-11 09:54:03 +08:00 |
tanlianwang
|
8c6ca1206f
|
feat(layout): 添加布局容器折叠状态控制功能
- 在 LayoutContainer 组件中新增 isCollapse 属性用于控制折叠状态
- 将组件内部的默认折叠状态改为根据属性值动态设置
- 更新多个视图组件以传递默认折叠配置
- 增加左侧最小宽度从 260 调整为 280 以优化显示效果
- 移除思维导图页面的 LayoutContainer 包装以简化结构
- 在聊天界面 PC 版中调整导出按钮位置到标题栏区域
|
2026-03-10 20:55:18 +08:00 |
tanlianwang
|
09189e612a
|
chore(ui): 更新应用名称为AI-RAG并添加品牌标识
- 将API接口参数文档中的应用名称从MaxKB更新为AI-RAG
- 在登录页面添加中国移动图标和AI-RAG品牌标识
- 为中国移动图标添加渐变文字样式
- 更新系统头部组件中的应用标题为AI-RAG
- 修改标题文字样式为渐变色彩效果
|
2026-03-10 14:22:44 +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
|
c63485d53f
|
refactor(chat): 重构PC端聊天界面布局结构
- 替换原有的flex布局为新的LayoutContainer和ContentContainer组件
- 添加顶部应用标题栏,包含ChinaMobileIcon和AI-RAG标题
- 移除原有的左侧折叠按钮,整合到新的布局容器中
- 调整右侧聊天区域样式,优化背景图片显示方式
- 更新CSS样式以适配新布局结构和高度计算
- 导入新的布局组件并调整现有组件的嵌套关系
|
2026-03-09 10:14:13 +08:00 |
tanlianwang
|
d5d1e71bbb
|
feat(ui): 添加应用图标和系统布局优化
- 新增 app-application 图标组件
- 更新应用页面下拉菜单使用新图标
- 重构思维导图页面布局结构
- 在系统头部添加过期提醒警告
- 添加中国移动图标组件到头部
- 优化布局模板的主题样式处理
|
2026-03-09 09:56:38 +08:00 |
tanlianwang
|
59b1279575
|
refactor(layout): 统一应用布局结构并优化样式
- 将应用标题从侧边栏移至顶部导航栏显示
- 重构所有布局组件使用统一的 flex 布局结构
- 引入 SystemHeader 组件统一管理系统顶部导航
- 移除重复的页面标题逻辑,改为动态显示
- 优化滚动区域设置,提升页面渲染性能
- 统一高度设置为 100vh 适配不同屏幕尺寸
|
2026-03-05 18:03:43 +08:00 |
tanlianwang
|
6163f06a64
|
feat(layout): 侧边栏bug修复
|
2026-03-04 15:06:22 +08:00 |
tanlianwang
|
03bb2d8906
|
feat(layout): 加上思维导图侧边栏
|
2026-03-04 14:33:55 +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 |
wxg0103
|
93770b7ed0
|
feat: add comments to clarify token usage and top questions data structure
|
2025-11-13 15:13:19 +08:00 |
wxg0103
|
74b1bce315
|
feat: add token usage and top questions statistics retrieval
|
2025-11-13 14:55:47 +08:00 |
wxg0103
|
8f3d5ec940
|
fix: update username length validation to 4-64 characters
|
2025-11-12 14:26:39 +08:00 |
wxg0103
|
153a3faa8a
|
fix: update WeCom QR code iframe URL to use state instead of accessToken
|
2025-11-12 11:42:13 +08:00 |
wxg0103
|
e8c6e75a09
|
fix: include accessToken in WeCom QR code iframe URL
|
2025-11-12 11:28:21 +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 |
zhangzhanwei
|
f1766f921b
|
fix: Application read permission
|
2025-11-10 11:38:22 +08:00 |
wangdan-fit2cloud
|
1263592221
|
feat: Folder directories support moving or dragging.
|
2025-11-06 21:02:55 +08:00 |
wangdan-fit2cloud
|
d7a6de1515
|
fix: Fixed the issue where resource authorization modifications would automatically fold subfolders
|
2025-11-05 17:37:27 +08:00 |
wangdan-fit2cloud
|
b841d862a8
|
perf: Optimize file directory style
|
2025-11-05 11:44:57 +08:00 |
wxg0103
|
8c054c23f5
|
fix: adjust iframe styling for WeCom QR code component
|
2025-11-04 16:35:26 +08:00 |
wxg0103
|
c7443757f0
|
fix: update WeCom QR code handling to use iframe and include callback URL
|
2025-11-04 16:05:34 +08:00 |
shaohuzhang1
|
fcd258d05c
|
fix: The maximum limit for application dialogue has been modified to 10000000 times (#4302)
|
2025-11-03 10:20:20 +08:00 |
wangdan-fit2cloud
|
90f4830d82
|
fix: Fix the shared knowledge base list issue
|
2025-10-31 13:12:14 +08:00 |
wangdan-fit2cloud
|
0dc1d74cd1
|
perf: Optimize copywriting
|
2025-10-30 17:59:31 +08:00 |
wangdan-fit2cloud
|
c4e70be7b4
|
fix: Fix translation issues and multi-line input form issues
|
2025-10-30 15:36:01 +08:00 |
zhangzhanwei
|
775aa9148c
|
fix: Embedding model setting
|
2025-10-30 14:32:59 +08:00 |
zhangzhanwei
|
274dfdae5c
|
fix: Model get in migration file
|
2025-10-30 14:27:46 +08:00 |
wangdan-fit2cloud
|
3c7e5ff3b6
|
perf: Variable aggregation node adds sorting and modifies some styling issues
|
2025-10-29 18:26:37 +08:00 |
zhangzhanwei
|
52316895d4
|
fix: Tool folder
|
2025-10-29 11:09:14 +08:00 |
shaohuzhang1
|
871e810918
|
fix: Resource authorization: "Select All" is ineffective (#4274)
|
2025-10-28 11:29:17 +08:00 |
wangdan-fit2cloud
|
8ecb6a855c
|
fix: workflow multi-selection
|
2025-10-27 17:47:57 +08:00 |
zhangzhanwei
|
aaa0dab747
|
fix: Workspace manager folder
|
2025-10-27 17:09:07 +08:00 |
shaohuzhang1
|
9a46cac406
|
fix: Folder and Resource Selection Interaction Abnormality (#4260)
|
2025-10-27 14:30:37 +08:00 |
zhangzhanwei
|
8da6f7421c
|
fix: Parameter configuration function
--bug=1062940 --user=张展玮 【资源管理】资源管理列表,向量模型、语音识别模型缺少参数设置功能 https://www.tapd.cn/62980211/s/1790202
|
2025-10-27 14:20:21 +08:00 |
wangdan-fit2cloud
|
42d7aeb5bf
|
perf: Generate prompt words to add copy
|
2025-10-27 13:33:24 +08:00 |
shaohuzhang1
|
58f29ee2f6
|
fix: Resource authorization Sub-resource authorization Parent directory cascading authorization (#4255)
|
2025-10-24 17:09:22 +08:00 |
wangdan-fit2cloud
|
f8a9da4582
|
fix: Optimize style
|
2025-10-24 16:39:58 +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 |
wangdan-fit2cloud
|
177e58d295
|
fix: Optimize loop node
|
2025-10-24 15:12:06 +08:00 |
wangdan-fit2cloud
|
4393db9f05
|
fix: Fix the issue with tag management
|
2025-10-24 11:37:22 +08:00 |
wangdan-fit2cloud
|
4d081d9fd0
|
fix: Fix the issue of image enlargement in the paragraph
|
2025-10-23 16:21:03 +08:00 |
CaptainB
|
e71cf925ba
|
chore: add tag setting option to document dropdown
|
2025-10-23 15:17:45 +08:00 |
CaptainB
|
9c0e79114f
|
fix: correct dropdown item disabled logic and handle new position assignment
|
2025-10-23 14:20:35 +08:00 |
wxg0103
|
92e8a9105f
|
feat: update encryption process to use UTF-8 encoding for login form data
|
2025-10-22 16:40:46 +08:00 |