-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: 响应式兼容 h5 * feat: 补充空状态 * feat: thinking * chore: @vueuse/core 导致的类型检查错误 * chore: version 2.4.0
- Loading branch information
1 parent
405aeaa
commit 3f4cb5c
Showing
16 changed files
with
358 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>", | ||
|
@@ -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", | ||
|
@@ -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", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.