Commit Graph

9737 Commits

Author SHA1 Message Date
b5ec2bf3d0 优化 2026-03-04 03:29:51 +08:00
0d85a43082 优化 2026-03-04 03:27:16 +08:00
f03dc678cf feat: 优化 2026-03-04 02:26:53 +08:00
7f5d9d9f19 feat: 优化 2026-03-04 02:13:16 +08:00
aa06782953 混剪优化 2026-03-04 00:37:56 +08:00
7b32191987 feat: enhance sidebar quota display with progress bar and improve upload modal UX
- Replace percentage-based quota with point-based display in sidebar
- Add visual progress bar for remaining quota with gradient styling
- Implement upload progress tracking in material upload modal
- Add loading indicators and progress information during file uploads
- Prevent modal interaction while uploading by disabling close controls
- Show current upload status including file index and completion percentage
2026-03-03 22:15:06 +08:00
2c8664b41e feat: 优化 2026-03-03 04:18:19 +08:00
b0fa4279b0 feat: 优化 2026-03-03 04:16:48 +08:00
fdc159de7e fix: 问题 2026-03-02 23:27:08 +08:00
93d4a0d506 优化 2026-03-02 03:19:51 +08:00
6ecc82b675 优化 2026-03-02 02:59:47 +08:00
668515a451 feat: 优化 2026-03-02 01:32:02 +08:00
ce3d529f80 feat: 优化 2026-03-02 01:28:46 +08:00
b2e5bb85f4 feat: 功能优化 2026-03-01 23:57:19 +08:00
be427ca931 修复问题 2026-03-01 20:44:29 +08:00
00d60b78c4 优化 2026-03-01 17:10:41 +08:00
c121f03ad1 优化 2026-02-26 22:05:39 +08:00
3bbb28677b feat(point-record): add status filter for point record queries
- Change API endpoint from APP_MEMBER to APP_TIK for point record requests
- Add status parameter to filter only confirmed records in frontend
- Update fetchPointRecords function to pass status: 'confirmed' by default
- Modify handleTableChange function signature to accept page and pageSize directly
- Add new business type mappings for AI-related services (dify_chat, voice_tts, tikhub_fetch, forecast_rewrite)
- Remove redundant reason display and status tag from record items
- Add status field to backend query conditions in PointRecordMapper
- Include status parameter in PointRecordPageReqVO with proper schema documentation
2026-02-26 21:41:55 +08:00
9c4d39e29d 优化 2026-02-26 21:22:32 +08:00
6ec2a0aa6c 优化 2026-02-26 21:04:33 +08:00
1e5a1d422b refactor(TaskStatusTag): replace a-tag with span element and improve status configuration
- Replace a-tag component with semantic span element for better accessibility
- Introduce centralized STATUS_CONFIG object for consistent status mapping
- Add isRunning computed property for cleaner conditional logic
- Remove redundant statusMap handling and normalize status values
- Add proper CSS class bindings for styling consistency
- Update component structure to use
2026-02-26 20:45:51 +08:00
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
c2e4fde218 Merge branch 'master' into 'main'
feat: d new layout components including FullWidthLayout, LayoutHeader,...

See merge request root/sionrui!5
2026-02-25 15:47:17 +00:00
116e363e83 样式整改 2026-02-25 23:44:01 +08:00
8beb4a5508 优化 2026-02-25 23:18:06 +08:00
3e8218658b 优化 2026-02-25 22:44:12 +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
e01bb0bb5f 优化 2026-02-24 01:11:04 +08:00
d69a99882f 修复 2026-02-24 00:38:23 +08:00
f63e6b92bd 优化 2026-02-23 23:36:25 +08:00