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 |
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 |
liqiang-fit2cloud
|
1ed1bbc1b0
|
refactor: throw EACCES error for IP, throw EAI_FAIL for domain name.
|
2025-11-10 10:08:57 +08:00 |
liqiang-fit2cloud
|
ad1742fd0f
|
refactor: delete .SANDBOX_BANNED_HOSTS file if SANDBOX_PYTHON_BANNED_KEYWORDS is empty/
|
2025-11-10 09:39:54 +08:00 |
CaptainB
|
da73582093
|
refactor: enhance init_scheduler to include xpack job execution
|
2025-11-07 21:12:29 +08:00 |
CaptainB
|
42d91e232b
|
refactor: remove scheduler service and related code
|
2025-11-07 21:02:27 +08:00 |
wxg0103
|
0ca2306039
|
fix: add optional chaining to breadcrumbData length check
|
2025-11-07 18:09:46 +08:00 |