Skip to content

Commit

Permalink
feat: 响应式支持移动端 (Chanzhaoyu#49)
Browse files Browse the repository at this point in the history
* feat: 响应式兼容 h5

* feat: 补充空状态

* feat: thinking

* chore: @vueuse/core 导致的类型检查错误

* chore: version 2.4.0
  • Loading branch information
Chanzhaoyu committed Feb 17, 2023
1 parent 405aeaa commit 3f4cb5c
Show file tree
Hide file tree
Showing 16 changed files with 358 additions and 87 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v2.4.0

`2023-02-17`

### Feature
- 响应式支持移动端
### Enhancement
- 修改部份描述错误
## v2.3.3

`2023-02-16`
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

使用 express 和 vue3 搭建的 ChartGPT 演示网页

![cover](./docs/cover-2.png)
![PC](./docs/c1.png)

![Mobile](./docs/c2.png)

> 提示:目前 `OpenAI` 开放的模型最高只有 `GPT-3`,和现在网页所使用的 `GPT-3.5``GPT-4` 有很大差距,需要等官方开放最新的模型接口。
Expand Down Expand Up @@ -112,9 +114,9 @@ docker build -t chatgpt-web .
```yml
version: '3'

service:
services:
app:
image: chenzhaoyu94/chatgpt-web
image: chenzhaoyu94/chatgpt-web:main
ports:
- 3002:3002
environment:
Expand Down
Binary file added docs/c1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/c2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatgpt-web",
"version": "2.3.3",
"version": "2.4.0",
"private": false,
"description": "ChatGPT Web",
"author": "ChenZhaoYu <[email protected]>",
Expand All @@ -23,6 +23,7 @@
"common:prepare": "husky install"
},
"dependencies": {
"@vueuse/core": "^9.12.0",
"highlight.js": "^11.7.0",
"naive-ui": "^2.34.3",
"pinia": "^2.0.30",
Expand All @@ -36,12 +37,14 @@
"@iconify/vue": "^4.1.0",
"@types/crypto-js": "^4.1.1",
"@types/node": "^18.13.0",
"@types/web-bluetooth": "^0.0.16",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"axios": "^1.3.3",
"crypto-js": "^4.1.1",
"eslint": "^8.34.0",
"husky": "^8.0.3",
"less": "^4.1.3",
"lint-staged": "^13.1.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
Expand Down
154 changes: 151 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3f4cb5c

Please sign in to comment.