Commit Graph

  • 5e4f45333b feat(chat): 重构聊天模块并添加新功能 develop Lexcubia 2025-04-29 17:41:20 +0800
  • 5a8c819c35 refactor: 不知道改了什么 Lexcubia 2025-04-29 16:34:08 +0800
  • 953038723d Merge pull request 'feat(mock): 重构 mock 数据处理并添加用户相关 API' (#7) from develop into master master jianguo 2025-04-29 14:02:50 +0800
  • 8d75703422 feat(mock): 重构 mock 数据处理并添加用户相关 API Lexcubia 2025-04-28 19:41:55 +0800
  • 2005e8c11b build: 添加 ESLint 和 Prettier 配置文件 Lexcubia 2025-04-28 16:11:23 +0800
  • 635658bb50 refactor(chat): 移除会话总结中的打分动画图标 Lexcubia 2025-04-28 15:48:26 +0800
  • 2ab63f8d84 fix(chat): 修复语音输入框初始化问题 Lexcubia 2025-04-28 15:47:57 +0800
  • f3f72ae654 feat(VoiceInput): 优化语音识别功能 Lexcubia 2025-04-28 11:54:13 +0800
  • 118c2805ad refactor(src): 重命名 mock 文件夹为 mocks Lexcubia 2025-04-28 10:28:17 +0800
  • 6a976fcb12 refactor(chat): 优化语音输入组件逻辑 Lexcubia 2025-04-28 10:26:21 +0800
  • 276d358250 style(chat): 移除评价按钮的 class 属性 Lexcubia 2025-04-27 20:42:03 +0800
  • a1b82d3cf8 feat(speak): 实现语音播报功能 Lexcubia 2025-04-27 20:26:30 +0800
  • dbb45fb1bc refactor(cursor): 规则文件 Lexcubia 2025-04-27 18:13:23 +0800
  • 07a203ab91 refactor(chat): 重构评价按钮并添加全局样式 Lexcubia 2025-04-27 18:12:29 +0800
  • a048f4bc2b feat(settings): 增加自动语音播报设置选项 Lexcubia 2025-04-27 18:11:57 +0800
  • a101fc182b refactor(chat): 优化时间戳显示和处理 Lexcubia 2025-04-27 16:59:58 +0800
  • 009d16d5c3 fix(chat): 调整聊天输入框禁用逻辑 Lexcubia 2025-04-27 15:58:03 +0800
  • 3ff35c104c refactor(components): 修改语音输入设置标题为语音设置 Lexcubia 2025-04-27 15:32:42 +0800
  • d56ee78dc3 feat(vioce): 添加语音输入功能并优化相关设置 Lexcubia 2025-04-27 15:28:04 +0800
  • 15514759e2 feat(voice): 实现语音输入功能 Lexcubia 2025-04-27 11:51:47 +0800
  • 6a20e26e5d feat(components): 添加音频波形组件 Lexcubia 2025-04-27 11:51:11 +0800
  • f7dd3b43fe feat(chat): 增加语音输入功能 Lexcubia 2025-04-25 17:03:12 +0800
  • 2616b53858 refactor(chat): 重构聊天输入 Lexcubia 2025-04-25 14:32:24 +0800
  • c22eaf781c feat(chat): 优化历史会话列表并添加新建会话功能 Lexcubia 2025-04-25 14:28:01 +0800
  • 5aead55840 refactor(components): 重构历史会话组件 Lexcubia 2025-04-25 12:16:02 +0800
  • 5269716d84 feat(mock): 开发环境下启用 mock 数据 Lexcubia 2025-04-24 17:57:59 +0800
  • 80defc98d8 chore: 删除 dist.zip 文件 Lexcubia 2025-04-22 20:55:49 +0800
  • 0203d8513c refactor(.gitignore): 添加 dist.zip 文件到忽略列表 Lexcubia 2025-04-22 20:53:12 +0800
  • d6b06b5242 feat(style): 优化主题和显示模式 Lexcubia 2025-04-22 20:36:03 +0800
  • 995eb85166 refactor(settings): 将设置面板拆分为多个组件 Lexcubia 2025-04-22 16:43:32 +0800
  • f65dd67087 feat(settings): 实现主题切换和显示模式功能 Lexcubia 2025-04-22 16:36:54 +0800
  • 9d4d52260f update:调整聊天头部的历史按钮显示逻辑,确保在侧边栏未收起时也能正常显示 Lexcubia 2025-04-21 19:15:37 +0800
  • ca8532815a update:替换网站图标为新设计的 logo.svg,删除旧的 vite.svg 文件,调整聊天界面样式以增强移动端适配,修改聊天模式选择器的布局和样式,优化主布局以隐藏侧边栏组件 Lexcubia 2025-04-21 19:12:10 +0800
  • fcd3cbdee4 update: 修改 package.json 中的开发和生产模式脚本,添加 --host 参数以支持主机设置 Lexcubia 2025-04-21 16:47:06 +0800
  • 9f55780796 update: 修改聊天模式的token值,确保与新配置一致,增强系统安全性 Lexcubia 2025-04-21 16:45:28 +0800
  • d6decd1979 update: 在配置文件中添加服务器端口设置,更新聊天模式的客户信息背景,增强对话场景的真实感 Lexcubia 2025-04-21 16:30:44 +0800
  • 6537775767 update: 在代理设置中添加对聊天消息的支持,设置相应的请求和响应头以处理事件流 Lexcubia 2025-04-21 14:37:57 +0800
  • e6832941d5 update: 在项目中添加 vite-plugin-mkcert 插件,配置 HTTPS 和 CORS,优化代理设置,调整构建选项以支持手动分块和压缩设置 Lexcubia 2025-04-21 14:17:50 +0800
  • ecaca53dfa update: 调整新会话按钮样式,增加按钮的内边距和最小宽度,优化按钮在不同状态下的表现 Lexcubia 2025-04-21 12:11:55 +0800
  • ce61528088 update: 优化聊天界面,替换按钮为 Element Plus 组件,调整输入框样式,增强移动端适配 Lexcubia 2025-04-21 11:57:11 +0800
  • 6bc2b53381 update: 更新样式以支持移动端适配,添加底部安全区域和隐藏横向溢出 Lexcubia 2025-04-21 11:47:15 +0800
  • 3b842e0b48 update Lexcubia 2025-04-21 11:39:35 +0800
  • 403d6499b1 update Lexcubia 2025-04-21 11:24:56 +0800
  • 34926c7270 update Lexcubia 2025-04-21 11:23:59 +0800
  • a7fc7b8007 fix Lexcubia 2025-04-21 11:17:30 +0800
  • 57a9b5adc5 update Lexcubia 2025-04-21 11:11:08 +0800
  • 1958abd246 update: 更新 Lexcubia 2025-04-21 11:01:18 +0800
  • 226f3ff476 update: 移除 CustomerBackground 组件中的头部模板 Lexcubia 2025-04-21 10:36:30 +0800
  • 8dfa86e466 update: 注释掉 Electron 插件配置 Lexcubia 2025-04-21 10:36:17 +0800
  • 7f02bd7c9b update: 修改发送消息逻辑,增加发送按钮未禁用时的输入验证 Lexcubia 2025-04-21 09:34:52 +0800
  • 3e44acb508 Merge branch 'master' of http://222.186.21.35:32012/jianguo/wx Lexcubia 2025-04-20 22:07:20 +0800
  • 756c380d7b update: Integrate Electron support with new main and preload scripts, update package.json for Electron build configurations, and adjust API base URL handling in request utility for compatibility Lexcubia 2025-04-20 22:07:15 +0800
  • ec4c9a3639 Merge branch 'master' of http://222.186.21.35:32012/jianguo/wx 李建国 2025-04-20 21:16:56 +0800
  • c822c2b95a 修改背景 李建国 2025-04-20 21:16:52 +0800
  • d395352947 update: Change build script in package.json to include development mode Lexcubia 2025-04-20 21:10:46 +0800
  • 7ca70cb8e6 update: Modify API base URL in .env and .env.production files for consistency across environments Lexcubia 2025-04-20 21:09:59 +0800
  • b0d9c7f521 update: Add conditional rendering for delete button and user info button in ChatHeader for improved functionality Lexcubia 2025-04-20 21:02:30 +0800
  • d860176c37 update: Improve mobile responsiveness of CustomerBackground component with dynamic width and enhanced styling Lexcubia 2025-04-20 20:59:38 +0800
  • 2c70882647 update: Implement global route guard to redirect root path to /chat Lexcubia 2025-04-20 20:56:00 +0800
  • 0d3d30952d update: Enhance mobile responsiveness and sidebar functionality across chat components Lexcubia 2025-04-20 20:49:21 +0800
  • f0ee5102af update: Comment out min-width in MainLayout for flexible layout adjustments Lexcubia 2025-04-20 20:21:58 +0800
  • 1fcc3432c1 update: Add persistence configuration for sidebar state in settings store Lexcubia 2025-04-20 20:21:50 +0800
  • f6555e5726 update: HistoryButton icon from Document to Clock for improved clarity Lexcubia 2025-04-20 19:50:24 +0800
  • 0601a3a166 update: 更新样式和主题配置,新增设置管理,优化聊天界面,支持历史会话和背景信息展示 Lexcubia 2025-04-20 19:46:51 +0800
  • ce52a06ee7 初始化项目:添加基础项目结构和配置 Lexcubia 2025-04-18 20:09:21 +0800