diff --git a/.gitignore b/.gitignore index de1db321..20292b53 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,6 @@ dist-ssr *.sln *.sw? src/tmp -bin -web/.env.development +src/bin src/data +web/.env.development diff --git a/README.md b/README.md index f6240be7..e1abc86b 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,29 @@ ## 功能截图 -### 1. +### 1. 角色版PC端 +![ChatGPT Plus](docs/imgs/chat-plus.png) +![ChatGPT admin](docs/imgs/gpt.gif) + +### 2. 角色版移动端 +![ChatGPT Mobile](docs/imgs/chat-mobile.png) + +### 3. 通用版 +![ChatGPT Free](docs/imgs/chat-free.png) + +### 4. 管理后台 +![ChatGPT admin](docs/imgs/admin-01.png) + +![ChatGPT admin](docs/imgs/admin-02.png) + +![ChatGPT admin](docs/imgs/admin-03.png) + +> 体验地址:[https://www.chat-plus.net/chat/#/free](https://www.chat-plus.net/chat/#/free)
+> 口令:GeekMaster ## TODOLIST -* [ ] 用户配置界面,配置用户的使用习惯,可以让用户配置自己的 API KEY,调用自己的 API Key,将不记 Token 的使用次数 +* [ ] 让用户配置自己的 API KEY,调用自己的 API Key,将不记 Token 的使用次数 * [ ] 嵌入 AI 绘画功能,支持根据描述词生成图片 * [ ] 接入自己训练的开源大语言模型 * [ ] 接入 Google 语音 API,支持语音聊天 diff --git a/docs/imgs/admin-01.png b/docs/imgs/admin-01.png new file mode 100644 index 00000000..55289e06 Binary files /dev/null and b/docs/imgs/admin-01.png differ diff --git a/docs/imgs/admin-02.png b/docs/imgs/admin-02.png new file mode 100644 index 00000000..005d45d3 Binary files /dev/null and b/docs/imgs/admin-02.png differ diff --git a/docs/imgs/admin-03.png b/docs/imgs/admin-03.png new file mode 100644 index 00000000..54b45d40 Binary files /dev/null and b/docs/imgs/admin-03.png differ diff --git a/docs/imgs/chat-free.png b/docs/imgs/chat-free.png new file mode 100644 index 00000000..682445c9 Binary files /dev/null and b/docs/imgs/chat-free.png differ diff --git a/docs/imgs/chat-mobile.png b/docs/imgs/chat-mobile.png new file mode 100644 index 00000000..7f0c0a7a Binary files /dev/null and b/docs/imgs/chat-mobile.png differ diff --git a/docs/imgs/chat-plus.png b/docs/imgs/chat-plus.png new file mode 100644 index 00000000..8c70a767 Binary files /dev/null and b/docs/imgs/chat-plus.png differ diff --git a/docs/imgs/gpt.gif b/docs/imgs/gpt.gif new file mode 100644 index 00000000..4c7c282e Binary files /dev/null and b/docs/imgs/gpt.gif differ