Commit Graph

4 Commits

Author SHA1 Message Date
Lexcubia 5269716d84 feat(mock): 开发环境下启用 mock 数据
- 在 package.json 中添加 mockjs 依赖
- 新增 chatModes.json 文件,定义聊天模式配置
- 修改 main.js,引入 mock 模块
- 新增 mock 目录,实现模拟数据接口
- 更新 store/chat.js,调整聊天模式数据
- 在 vite.config.js 中添加 mock 环境变量
2025-04-24 17:57:59 +08:00
Lexcubia 1958abd246 update: 更新 2025-04-21 11:01:18 +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
Lexcubia ce52a06ee7 初始化项目:添加基础项目结构和配置 2025-04-18 20:09:21 +08:00