Commit Graph

35 Commits

Author SHA1 Message Date
Lexcubia f65dd67087 feat(settings): 实现主题切换和显示模式功能
- 新增主题切换功能,支持多种主题颜色配置
- 实现显示模式切换,包括系统、深色和浅色模式
- 添加动画效果开关功能
- 优化设置面板组件,集中管理所有设置项
- 重构部分代码以支持新功能,包括 store、样式和组件
2025-04-22 16:36:54 +08:00
Lexcubia 9d4d52260f update:调整聊天头部的历史按钮显示逻辑,确保在侧边栏未收起时也能正常显示 2025-04-21 19:15:37 +08:00
Lexcubia ca8532815a update:替换网站图标为新设计的 logo.svg,删除旧的 vite.svg 文件,调整聊天界面样式以增强移动端适配,修改聊天模式选择器的布局和样式,优化主布局以隐藏侧边栏组件 2025-04-21 19:12:10 +08:00
Lexcubia fcd3cbdee4 update: 修改 package.json 中的开发和生产模式脚本,添加 --host 参数以支持主机设置 2025-04-21 16:47:06 +08:00
Lexcubia 9f55780796 update: 修改聊天模式的token值,确保与新配置一致,增强系统安全性 2025-04-21 16:45:28 +08:00
Lexcubia d6decd1979 update: 在配置文件中添加服务器端口设置,更新聊天模式的客户信息背景,增强对话场景的真实感 2025-04-21 16:30:44 +08:00
Lexcubia 6537775767 update: 在代理设置中添加对聊天消息的支持,设置相应的请求和响应头以处理事件流 2025-04-21 14:37:57 +08:00
Lexcubia e6832941d5 update: 在项目中添加 vite-plugin-mkcert 插件,配置 HTTPS 和 CORS,优化代理设置,调整构建选项以支持手动分块和压缩设置 2025-04-21 14:17:50 +08:00
Lexcubia ecaca53dfa update: 调整新会话按钮样式,增加按钮的内边距和最小宽度,优化按钮在不同状态下的表现 2025-04-21 12:11:55 +08:00
Lexcubia ce61528088 update: 优化聊天界面,替换按钮为 Element Plus 组件,调整输入框样式,增强移动端适配 2025-04-21 11:57:11 +08:00
Lexcubia 6bc2b53381 update: 更新样式以支持移动端适配,添加底部安全区域和隐藏横向溢出 2025-04-21 11:47:15 +08:00
Lexcubia 3b842e0b48 update 2025-04-21 11:39:35 +08:00
Lexcubia 403d6499b1 update 2025-04-21 11:24:56 +08:00
Lexcubia 34926c7270 update 2025-04-21 11:23:59 +08:00
Lexcubia a7fc7b8007 fix 2025-04-21 11:17:30 +08:00
Lexcubia 57a9b5adc5 update 2025-04-21 11:11:08 +08:00
Lexcubia 1958abd246 update: 更新 2025-04-21 11:01:18 +08:00
Lexcubia 226f3ff476 update: 移除 CustomerBackground 组件中的头部模板 2025-04-21 10:36:30 +08:00
Lexcubia 8dfa86e466 update: 注释掉 Electron 插件配置 2025-04-21 10:36:17 +08:00
Lexcubia 7f02bd7c9b update: 修改发送消息逻辑,增加发送按钮未禁用时的输入验证 2025-04-21 09:34:52 +08:00
Lexcubia 3e44acb508 Merge branch 'master' of http://222.186.21.35:32012/jianguo/wx 2025-04-20 22:07:20 +08:00
Lexcubia 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 2025-04-20 22:07:15 +08:00
李建国 ec4c9a3639 Merge branch 'master' of http://222.186.21.35:32012/jianguo/wx 2025-04-20 21:16:56 +08:00
李建国 c822c2b95a 修改背景 2025-04-20 21:16:52 +08:00
Lexcubia d395352947 update: Change build script in package.json to include development mode 2025-04-20 21:10:46 +08:00
Lexcubia 7ca70cb8e6 update: Modify API base URL in .env and .env.production files for consistency across environments 2025-04-20 21:09:59 +08:00
Lexcubia b0d9c7f521 update: Add conditional rendering for delete button and user info button in ChatHeader for improved functionality 2025-04-20 21:02:30 +08:00
Lexcubia d860176c37 update: Improve mobile responsiveness of CustomerBackground component with dynamic width and enhanced styling 2025-04-20 20:59:38 +08:00
Lexcubia 2c70882647 update: Implement global route guard to redirect root path to /chat 2025-04-20 20:56:00 +08:00
Lexcubia 0d3d30952d update: Enhance mobile responsiveness and sidebar functionality across chat components 2025-04-20 20:49:21 +08:00
Lexcubia f0ee5102af update: Comment out min-width in MainLayout for flexible layout adjustments 2025-04-20 20:21:58 +08:00
Lexcubia 1fcc3432c1 update: Add persistence configuration for sidebar state in settings store 2025-04-20 20:21:50 +08:00
Lexcubia f6555e5726 update: HistoryButton icon from Document to Clock for improved clarity 2025-04-20 19:50:24 +08:00
Lexcubia 0601a3a166 update: 更新样式和主题配置,新增设置管理,优化聊天界面,支持历史会话和背景信息展示 2025-04-20 19:46:51 +08:00
Lexcubia ce52a06ee7 初始化项目:添加基础项目结构和配置 2025-04-18 20:09:21 +08:00