geekai/web
2023-10-08 17:48:50 +08:00
..
public feat: midjourney page parameter ui is ready 2023-09-14 18:28:24 +08:00
src feat: add system config item for reward image, add app config item to use custom text2img param json file 2023-10-08 17:48:50 +08:00
.env.development fix: 采用弹窗的方式显示验证码,解决验证码在低分辨率下被掩盖的Bug 2023-09-05 16:47:40 +08:00
.env.production fix: replace session handler with jwt authorization 2023-09-05 11:47:03 +08:00
.gitignore refactor: refactor chat_handler, add support for Azure and ChatGLM 2023-09-04 06:43:15 +08:00
babel.config.js 完成前后端框架搭建,完成聊天页面布局 2023-03-17 14:17:27 +08:00
jsconfig.json 完成前后端框架搭建,完成聊天页面布局 2023-03-17 14:17:27 +08:00
package-lock.json opt: upgrade element-plus to 2.3.0, optimize the styles for for element dialog 2023-08-22 07:14:13 +08:00
package.json opt: upgrade element-plus to 2.3.0, optimize the styles for for element dialog 2023-08-22 07:14:13 +08:00
README.md docs: 更新文档,新增移动端预览图 2023-06-27 14:28:00 +08:00
vue.config.js feat: admin login page is ready 2023-06-19 11:09:23 +08:00

chatgpt-plus-web

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

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