geekai/web
2025-05-22 09:00:20 +08:00
..
public 增加移动端登录页面 2024-12-26 16:52:20 +08:00
src fix: correct the import path of the style file to ensure that the style file is loaded correctly 2025-05-21 11:43:56 +08:00
.env.development fix: reset env 2025-05-22 09:00:20 +08:00
.env.production chore: initialize Vite setup 2025-05-21 11:37:16 +08:00
.gitignore refactor: refactor chat_handler, add support for Azure and ChatGLM 2023-09-04 06:43:15 +08:00
babel.config.js feat: optimize chat page data list style, support list style and chat style 2024-06-28 15:53:49 +08:00
index.html chore: initialize Vite setup 2025-05-21 11:37:16 +08:00
jsconfig.json 完成前后端框架搭建,完成聊天页面布局 2023-03-17 14:17:27 +08:00
package.json chore: initialize Vite setup 2025-05-21 11:37:16 +08:00
pnpm-lock.yaml chore: initialize Vite setup 2025-05-21 11:37:16 +08:00
postcss.config.js 引入tailwind css,调整样式 2024-12-24 11:07:04 +08:00
README.md docs: 更新文档,新增移动端预览图 2023-06-27 14:28:00 +08:00
tailwind.config.js 引入tailwind css,调整样式 2024-12-24 11:07:04 +08:00
vite.config.js feat: Access environment variables using import.meta 2025-05-21 11:41:50 +08:00
vue.config.js 引入tailwind css,调整样式 2024-12-24 11:07:04 +08:00

chatgpt-plus-web

chatgpt-plus 项目前端实现,采用 Vue3 + element-plus 架构。

移动端是采用 Vue3 + Vant 移动开发框架实现的。