Commit Graph

2860 Commits (c63485d53f433a0955522703f8f4ce31797ef5c0)

Author SHA1 Message Date
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 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 b70a4c5825 refactor(layout): 左右布局v1
- 移除头部组件(UserHeader和SystemHeader)并调整布局结构
- 添加LayoutContainer组件用于布局容器管理
- 集成Sidebar组件到左侧区域
- 更新样式文件移除顶部内边距设置
- 简化computed属性减少不必要的主题判断逻辑
- 调整过期用户的样式处理方式
2026-03-04 09:29:54 +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 bcb3afa17c fix(auth): 更新默认密码配置
- 将默认密码从 MaxKB@123.. 修改为 admin@123..
- 移除多余的特殊符号字符
- 统一后端用户模块和前端界面的默认密码设置
2026-03-03 15:48:50 +08:00
tanlianwang 2713e2b177 Add static admin assets and UI theme files 2026-02-28 15:35:38 +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
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
wangdan-fit2cloud 719ba08c6e perf: Optimize the display of the header username 2025-11-12 17:58:01 +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
CaptainB 3b448ddec7 chore: update element-plus to 2.11.7 and jspdf to 3.0.3 in package.json 2025-11-11 13:33:29 +08:00
zhangzhanwei f1766f921b fix: Application read permission 2025-11-10 11:38:22 +08:00
zhangzhanwei 7f1299e8c5 fix: When having read permission for the application, the application settings page can be viewed 2025-11-10 10:58:16 +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 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
zhangzhanwei 26a3067992 feat: Folder move order by name 2025-11-04 17:49:11 +08:00
wxg0103 9fb5e2a084 fix: remove WeCom JSSDK dependency from package.json 2025-11-04 16:40:03 +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
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
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
shaohuzhang1 ebb3c74dc5
fix: The starting node of the loop in the loop body should be prohibited from deletion (#4287) 2025-10-29 16:56:18 +08:00
wangdan-fit2cloud b423e8a26f fix: Fix prompt errors 2025-10-29 15:34:59 +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
zhangzhanwei 52316895d4 fix: Tool folder 2025-10-29 11:09:14 +08:00
zhangzhanwei 855d2b25d3 fix: The component list in the loop body is missing variable aggregation
--bug=1063074 --user=张展玮 【应用】循环体中组件列表缺少变量聚合 https://www.tapd.cn/62980211/s/1790996
2025-10-29 10:12:56 +08:00
zhangzhanwei 79b47bb1b3 feat: Node execute 2025-10-28 18:09:52 +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