Commit Graph

12 Commits

Author SHA1 Message Date
duanshuwen
d915fcd61a feat: add avatars for user and assistant in chat message list 2026-04-22 22:37:26 +08:00
duanshuwen
18f12d6ce3 feat: enhance channel configuration UI and validation
- Updated ChannelInstructionsPanel to include a button for viewing documentation, improving user guidance.
- Enhanced ChannelTokenField to support showing/hiding secret values with appropriate labels and icons.
- Refined ChannelTypeSelector to display connection type icons and improved layout for better user experience.
- Added new messages for documentation links, validation feedback, and secret management in i18n.
- Extended ChannelMeta to include optional documentation URLs for better context on configuration fields.
- Implemented credential validation logic in ChannelsPage to ensure user inputs are validated before saving.
- Introduced ChannelLogo component to display channel icons in the UI.
- Added tests for channel credential validation to ensure proper error handling and feedback.
2026-04-19 16:43:07 +08:00
DEV_DSW
79bea4f107 Refactor UUID generation, remove unused logger and encryption utilities, and clean up request handling
- Updated `generateUUID` function for improved readability and performance.
- Deleted `logger.ts`, `other.ts`, `request.ts`, `storage.ts`, `tansParams.ts`, and `validate.ts` as they were no longer needed.
- Simplified TypeScript configuration by removing unnecessary paths and aliases.
- Enhanced Vite configuration for better project structure and maintainability.
2026-04-17 15:38:08 +08:00
DEV_DSW
804a49036b feat: 更新icon 2026-04-08 09:14:37 +08:00
906b4ff6f4 Merge branch 'main' of https://git.nianxx.cn/duanshuwen/zn-ai into feature/lishaohua
# Conflicts:
#	src/renderer/components/TaskList/index.vue
#	src/renderer/views/home/index.vue
2025-12-08 19:00:47 +08:00
378b881c76 feat: 任务列表 2025-12-08 17:39:27 +08:00
duanshuwen
9379a5d6bc feat: 新增系统设置页面 2025-12-07 20:56:20 +08:00
duanshuwen
f0097b84d1 feat: 评价页面搭建 2025-12-02 22:42:15 +08:00
duanshuwen
aaed2abfd8 feat: 登录页面布局 2025-11-27 22:12:03 +08:00
duanshuwen
62efe40359 feat: 登录也布局调整 2025-11-25 23:24:24 +08:00
DEV_DSW
bf83e95b7b feat: 调整项目目录结构 2025-09-24 17:15:02 +08:00
DEV_DSW
329fc3eb0e feat: 初始化项目 2025-09-22 17:05:21 +08:00