Skip to content

Commit a248d81

Browse files
committed
build
1 parent 1ac6bad commit a248d81

100 files changed

Lines changed: 1938 additions & 1440 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.6.89]
6+
7+
### Features
8+
9+
- AI 助手支持拖放、粘贴上传图片,并可直接发送图片参与对话,交流更直观
10+
- AI 任务建议支持多语言输出,跨语言使用更顺畅
11+
- 工作流配置新增规则摘要展示,规则一眼看懂,减少来回查看
12+
13+
### Bug Fixes
14+
15+
- 修复工作流在切换、完成/取消完成任务时状态不同步的问题,避免状态错乱
16+
- 修复 AI 建议触发条件与头像显示异常,展示更稳定、体验更一致
17+
- 修复部分提示文案显示不正确的问题,信息更清晰
18+
- 修复描述格式与负责人重复显示的问题,页面更整洁
19+
- 修复点击 AI 相关链接时解析失败的问题,打开更可靠
20+
- 修复因日期格式导致文件名被误处理而创建失败的问题,上传更稳定
21+
- 修复网络连接异常时状态未正确更新的问题,避免卡住
22+
- 修复延迟推送的已读检查偶发失效的问题,提醒更准确
23+
524
## [1.6.51]
625

726
### AI 助手更新

app/Http/Controllers/Api/ProjectController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3827,7 +3827,7 @@ public function tag__list()
38273827
}
38283828

38293829
/**
3830-
* @api {post} api/project/task/ai_apply 26. 采纳AI建议
3830+
* @api {post} api/project/task/ai_apply 采纳AI建议
38313831
*
38323832
* @apiDescription 标记AI建议为已采纳,返回建议数据供前端调用相应业务接口处理
38333833
*
@@ -3921,7 +3921,7 @@ public function task__ai_apply()
39213921
}
39223922

39233923
/**
3924-
* @api {post} api/project/task/ai_dismiss 27. 忽略AI建议
3924+
* @api {post} api/project/task/ai_dismiss 忽略AI建议
39253925
*
39263926
* @apiVersion 1.0.0
39273927
* @apiGroup project

0 commit comments

Comments
 (0)