Commit Graph

157 Commits

Author SHA1 Message Date
72fa2c63a1 feat: 优化 2026-02-26 20:27:41 +08:00
2d96e8ca4e refactor(agent): 优化收藏功能代码实现
- 前端移除未使用的 ArrowRightOutlined 导入
- 优化智能体列表排序逻辑,避免修改原数组
- 后端使用 Stream API 简化收藏智能体 ID 获取逻辑
2026-02-26 20:17:00 +08:00
d429dc887a feat: add agent favorite functionality with UI and API implementation
- Add `addFavorite` and `removeFavorite` API functions in agent.js
- Implement favorite button UI in Agents.vue with star icons
- Add login check before favorite operations using token manager
- Sort agents with favorites appearing at the top of the list
- Include success/error messages for user feedback
- Add backend API endpoints for creating/deleting agent favorites
- Update agent list response to include favorite status
- Style favorite button with hover and active states
2026-02-26 20:15:24 +08:00
120a4529a5 feat: 功能优化 2026-02-26 20:04:09 +08:00
b76e3ff47d feat: 优化 2026-02-26 18:52:09 +08:00
116e363e83 样式整改 2026-02-25 23:44:01 +08:00
b29e00950c feat: 优化 2026-02-25 22:06:13 +08:00
c8518a381f fix: 前端优化 2026-02-25 21:57:05 +08:00
79a5c1f3ed feat: 配额优化 2026-02-25 21:30:24 +08:00
2e93211697 dify历史记录 2026-02-25 18:21:25 +08:00
0efca50be3 语音优化 2026-02-25 16:28:31 +08:00
214c1f0f37 画面问题 2026-02-25 14:56:39 +08:00
97bfa5dfbc 优化 2026-02-25 02:14:28 +08:00
c5ef47aa54 优化 2026-02-25 02:13:21 +08:00
420f78b2cf 优化 2026-02-25 02:11:04 +08:00
7285534405 feat: 热点改进 2026-02-25 01:24:57 +08:00
cd5a2f0c7d 优化宽度 2026-02-25 00:38:19 +08:00
cfaf8cab49 feat: 优化 2026-02-24 23:58:17 +08:00
caa69d7353 优化 2026-02-24 22:23:53 +08:00
903dc7ce93 优化 2026-02-24 22:11:30 +08:00
7490298ded 优化 2026-02-24 21:47:21 +08:00
9388f7d75b 修复 2026-02-24 21:41:05 +08:00
c1d1b0ed70 优化 2026-02-24 15:40:40 +08:00
d69a99882f 修复 2026-02-24 00:38:23 +08:00
07388db632 优化 2026-02-23 22:29:43 +08:00
e1627eb48c feat: 功能优化 2026-02-23 21:54:46 +08:00
5bd74a4628 feat: 功能优化 2026-02-23 20:36:50 +08:00
af23c8779e 增加个人中心 2026-02-23 02:27:32 +08:00
1e2e726744 feat: 优化 2026-02-23 00:09:36 +08:00
ff11f04b43 feat: 优化 2026-02-22 21:36:47 +08:00
227dd4f78d fix: 问题 2026-02-22 21:08:07 +08:00
faa19056ac fix: 问题 2026-02-13 00:21:21 +08:00
a03e14492b 修复 2026-02-12 23:35:39 +08:00
a704b26b26 优化 2026-02-12 01:06:29 +08:00
fe4b004e0c 优化 2026-02-11 00:39:16 +08:00
7acc5bce8b feat: d new layout components including FullWidthLayout, LayoutHeader, TabLayout, CardLayout, FormLayout, BasicLayout, and a Copywriting view. 2026-02-11 00:17:51 +08:00
7edce5494d feat: 功能优化 2026-02-04 02:12:18 +08:00
b1bd711cea feat: 功能优化 2026-02-04 01:46:55 +08:00
0e1b6fe643 feat: 功能 2026-02-04 01:18:16 +08:00
409e976209 功能优化 2026-02-02 23:16:38 +08:00
33b748915d fix:问题 2026-02-02 02:39:40 +08:00
808774c333 优化 2026-02-01 20:23:24 +08:00
be5bfc8531 优化 2026-02-01 19:16:31 +08:00
003e55dccf feat: 语音 2026-02-01 18:35:03 +08:00
a30ebf8a52 功能优化 2026-02-01 17:32:47 +08:00
24f66c8e81 feat: 功能优化 2026-01-27 01:39:08 +08:00
bf12e70339 feat: 优化 2026-01-27 00:39:12 +08:00
b76367afed feat: 功能优化 2026-01-18 21:41:44 +08:00
e050a960c5 feat: remove redundant error notifications in prompt loading
Removed duplicate message.error calls in both PromptSelector.vue and Forecast.vue components after logging errors to console. The error messages were being displayed twice to users, creating a redundant UX. Now errors are only logged to console for debugging while maintaining clean user interface.
2026-01-18 18:38:21 +08:00
f5bccf8da4 feat: 优化 2026-01-18 18:36:37 +08:00