Commit Graph

31 Commits

Author SHA1 Message Date
2a3f4775fa refactor(content-style): 将"批量分析"统一重命名为"风格提取"
Some checks failed
Build and Deploy / deploy (push) Has been cancelled
- 修改 BatchAnalyzeModal 中的成功提示文本
- 更新 BenchmarkTable 中的按钮文本
- 调整 useBenchmarkAnalysis 中的加载提示和错误信息
- 移除 BenchmarkTaskList 中已不再使用的提示词查看和复制功能
2026-03-23 22:32:57 +08:00
4f3de2b78f feat(ui): 优化移动端响应式布局和交互体验
- 添加移动端侧边栏抽屉导航,支持触控滑动操作
- 优化 MaterialListNew 页面移动端适配,重构工具栏布局
- 统一日历组件默认语言为中文,增强本地化支持
- 更新依赖包添加 date-fns 和 vaul-vue 用于日期处理和抽屉组件
- 改进 iOS 滚动体验,添加触摸滚动优化
- 调整主布局结构,优化全屏高度和溢出处理
- 修复移动端分类切换器显示问题,优化按钮样式
2026-03-20 19:42:56 +08:00
292ddc989d refactor(ui): 统一复选框组件使用 defineModel 和 model-value 语法
- 在 BenchmarkTable.vue 中使用 defineModel 替代 props 和 emit 管理选中状态
- 统一所有复选框组件使用 model-value 属性替代 checked 属性
- 移除不必要的 class 样式和事件修饰符,简化代码逻辑
- 优化表格头部固定样式,提升滚动体验
2026-03-19 00:54:33 +08:00
791a523101 feat: add Claude AI skills for shadcn theming and image generation tools
This commit introduces comprehensive Claude AI skill configurations for:
- shadcn/ui theming with OKLCH color space support
- Gemini API integration for image generation and chat capabilities
- Batch processing and multi-turn conversation features
- File handling utilities for image processing workflows
2026-03-18 02:56:05 +08:00
f0ecab4350 优化 2026-03-17 00:46:51 +08:00
4a5fdd3961 feat: 样式升级 2026-03-16 23:54:01 +08:00
16f34ac54e refactor(layout): update BasicLayout and LayoutHeader styling with ant design improvements
- Replace ant-design-vue message with vue-sonner toast notifications
- Remove LayoutHeader component import from BasicLayout
- Update CSS classes for better styling consistency
- Adjust padding and spacing in layout components
- Modify shadow and overflow properties in task management views
- Add hidden class utility for element visibility control
2026-03-16 01:52:38 +08:00
8fdce94c47 feat: 优化 2026-03-16 01:13:32 +08:00
1da5d283a9 feat: enhance prompt selector with category tags and improve benchmark task processing
Add visual indicators for prompt categories and source types in the prompt selector component, and refactor benchmark task execution to use Dify streaming analysis with proper error handling and text extraction from Alibaba Cloud transcription results.
2026-03-15 21:38:14 +08:00
52a1094144 feat(kling): add validation error display in timeline panel and update UI components
- Remove unused audio base64 reference and error message in VoiceSelector
- Rename CSS class from 'result-banner' to 'result-inline' and update button styling
- Pass validationError prop from GenerateStep to TimelinePanel
- Add validation error display in TimelinePanel with error state styling
- Update conditional rendering to show either validation error or duration diff
- Add CloseCircleOutlined icon for error status display
2026-03-05 23:43:27 +08:00
dff90abbb4 feat: 功能 2026-03-05 23:21:00 +08:00
2d7ba035ca 修复 2026-03-04 19:00:06 +08:00
8dc3501990 修复 2026-03-04 03:49:03 +08:00
0d85a43082 优化 2026-03-04 03:27:16 +08:00
7f5d9d9f19 feat: 优化 2026-03-04 02:13:16 +08:00
6ecc82b675 优化 2026-03-02 02:59:47 +08:00
00d60b78c4 优化 2026-03-01 17:10:41 +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
903dc7ce93 优化 2026-02-24 22:11:30 +08:00
5bd74a4628 feat: 功能优化 2026-02-23 20:36:50 +08:00
fe4b004e0c 优化 2026-02-11 00:39:16 +08:00
7edce5494d feat: 功能优化 2026-02-04 02:12:18 +08:00
bf12e70339 feat: 优化 2026-01-27 00:39:12 +08:00
b76367afed feat: 功能优化 2026-01-18 21:41:44 +08:00
961e4bcc77 fix: 修复问题 2026-01-18 02:15:08 +08:00
aa81a1aebc feat: 布局优化 2026-01-18 01:07:11 +08:00
bbf8093ca3 feat: 功能 2025-12-28 13:49:45 +08:00
b80de78d7c feat: 前端优化 2025-12-21 22:24:16 +08:00
fee84ce822 前端优化 2025-11-22 18:30:02 +08:00
6624627802 feat: 功能优化 2025-11-14 02:15:14 +08:00
c652d0ddf3 提示词保存 2025-11-13 01:06:28 +08:00