tanlianwang
|
e59f2d395e
|
feat(api-docs): 添加API接口参数文档和对话日志API接口文档
|
2026-03-10 11:25:42 +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
|
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
|
3918694357
|
feat(config): 添加离线部署和前后端分离配置支持
- 新增 config.yaml 配置文件,包含数据库、模型、Redis等完整配置项
- 添加 package-lock.json 锁定依赖版本
- 创建 README_OFFLINE_DEPLOY.md 离线部署指南文档
- 创建 README_SEPARATE.md 前后端分离启动说明文档
- 添加 start_backend.sh 后端服务启动脚本
- 添加 start_frontend.sh 前端服务启动脚本
- 配置 Docker 离线镜像构建和运行说明
- 提供完整的系统要求和故障排除指南
|
2026-02-28 17:15:59 +08:00 |
tanlianwang
|
2713e2b177
|
Add static admin assets and UI theme files
|
2026-02-28 15:35:38 +08:00 |
tanlianwang
|
5e3f586f0f
|
feat(config): 添加离线部署和前后端分离配置支持
- 新增 config.yaml 配置文件,包含数据库、模型、Redis等完整配置项
- 添加 package-lock.json 锁定依赖版本
- 创建 README_OFFLINE_DEPLOY.md 离线部署指南文档
- 创建 README_SEPARATE.md 前后端分离启动说明文档
- 添加 start_backend.sh 后端服务启动脚本
- 添加 start_frontend.sh 前端服务启动脚本
- 配置 Docker 离线镜像构建和运行说明
- 提供完整的系统要求和故障排除指南
|
2026-02-12 10:08:06 +08:00 |
tanlianwang
|
d327de5f0f
|
feat(config): 添加离线部署和前后端分离配置支持
- 新增 config.yaml 配置文件,包含数据库、模型、Redis等完整配置项
- 添加 package-lock.json 锁定依赖版本
- 创建 README_OFFLINE_DEPLOY.md 离线部署指南文档
- 创建 README_SEPARATE.md 前后端分离启动说明文档
- 添加 start_backend.sh 后端服务启动脚本
- 添加 start_frontend.sh 前端服务启动脚本
- 配置 Docker 离线镜像构建和运行说明
- 提供完整的系统要求和故障排除指南
|
2026-02-04 16:28:01 +08:00 |
tanlianwang
|
4bbef59df8
|
chore(github): 移除工作流配置文件
|
2026-02-04 16:26:34 +08:00 |
tanlianwang
|
071f14a9c6
|
chore(config): 更新应用标题并添加嵌入模型默认值
- 将 VITE_APP_TITLE 从 'MaxKB' 更改为 'Ai-RAG'
- 为嵌入模型路径和名称添加默认值配置
- 注释掉关于图标的代码以禁用相关功能
|
2025-12-29 10:59:32 +08:00 |
CaptainB
|
37d886e9ed
|
refactor: optimize RSA encryption and decryption functions with caching
|
2025-11-14 22:15:09 +08:00 |
shaohuzhang1
|
23147e5498
|
perf: Memory optimization (#4362)
|
2025-11-14 22:08:02 +08:00 |
zhangzhanwei
|
f3350980c7
|
perf: Memory optimization
|
2025-11-14 18:42:53 +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 |
CaptainB
|
97eb80882b
|
chore: pre build v2.4.0-dev
|
2025-11-13 16:30:20 +08:00 |
CaptainB
|
2afc0b976d
|
feat: enhance tool message generation with input and output formatting
--story=1020020 --user=刘瑞斌 【个人】mcp 调用可以展示出 request 和 response ,有时候 查询结果不对或不符合预期,可能是 request 入参不对 https://www.tapd.cn/62980211/s/1798256
|
2025-11-13 16:21:35 +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
|
40c327d49a
|
feat: add translations for application token usage and top question statistics
|
2025-11-13 15:02:25 +08:00 |
wxg0103
|
a1d8117839
|
fix: update top questions statistics terminology from "top10" to "top"
|
2025-11-13 15:01:58 +08:00 |
wxg0103
|
0555632095
|
feat: add token usage and top questions statistics endpoints
|
2025-11-13 14:56:56 +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
|
697f6509bb
|
fix: increase username and nickname length validation to 4-64 characters
|
2025-11-12 16:52:51 +08:00 |
CaptainB
|
4f58295d39
|
feat: add default manager to AppModelMixin
|
2025-11-12 15:31:41 +08:00 |
CaptainB
|
30fdae34c6
|
fix: change default value of with_valid parameter in save method to True
|
2025-11-12 15:10:26 +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 |
zhangzhanwei
|
a568cfe893
|
fix: Whisper stt model
|
2025-11-12 11:31:53 +08:00 |
wxg0103
|
e8c6e75a09
|
fix: include accessToken in WeCom QR code iframe URL
|
2025-11-12 11:28:21 +08:00 |
CaptainB
|
b148152c94
|
fix: update terminology from "documents" to "problems" in batch generation
|
2025-11-12 11:05:56 +08:00 |
shaohuzhang1
|
523164f319
|
fix: After adding form collection at the loop node, the variables from subsequent nodes in the loop become empty (#4351)
|
2025-11-12 10:43:52 +08:00 |
liqiang-fit2cloud
|
a6a0f56d88
|
refactor: rename env CORE_WORKER to MAXKB_CORE_WORKER.
|
2025-11-12 08:55:11 +08:00 |
CaptainB
|
decd060304
|
chore: adjust default worker count calculation in command.py
|
2025-11-11 20:41:55 +08:00 |
liqiang-fit2cloud
|
71165cdb71
|
refactor: add code comment.
|
2025-11-11 18:32:52 +08:00 |
liqiang-fit2cloud
|
d0f696d222
|
Merge remote-tracking branch 'origin/v2' into v2
|
2025-11-11 18:13:32 +08:00 |
liqiang-fit2cloud
|
324f836fdd
|
refactor: never restart core worker if worker=1.
|
2025-11-11 18:13: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 |
wxg0103
|
371e4e6a09
|
fix: remove streaming parameter from GeminiImage initialization
|
2025-11-11 14:47:56 +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 |