Skip to content

Commit

Permalink
build: v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
79E committed Jun 7, 2023
1 parent 3c7e71e commit 961b165
Show file tree
Hide file tree
Showing 4 changed files with 640 additions and 20 deletions.
6 changes: 1 addition & 5 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@
VITE_APP_ENV=development

# 请求地址
VITE_APP_REQUEST_HOST=http://127.0.0.1:3200

# APP 名称&Logo
VITE_APP_TITLE=ChatGpt
VITE_APP_LOGO=https://u1.dl0.cn/icon/openailogo.svg
VITE_APP_REQUEST_HOST=http://127.0.0.1:3200
4 changes: 0 additions & 4 deletions .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@ VITE_APP_ENV=production

# 请求地址
VITE_APP_REQUEST_HOST=https://aiapi.dl0.cn

# APP 名称&Logo
VITE_APP_TITLE=ChatGpt
VITE_APP_LOGO=https://u1.dl0.cn/icon/openailogo.svg
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chatgpt-web",
"private": false,
"version": "1.2.1",
"version": "1.2.2",
"description": "ChatGPT Web",
"author": "79E",
"keywords": [
Expand Down Expand Up @@ -32,12 +32,16 @@
"bull": "^4.10.4",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"form-data": "^4.0.0",
"gpt-tokens": "^1.0.7",
"highlight.js": "^11.7.0",
"html2canvas": "^1.4.1",
"ioredis": "^5.3.2",
"jimp": "^0.22.8",
"markdown-it": "^13.0.1",
"markdown-it-link-attributes": "^4.0.1",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.3.1",
"node-fetch": "^2.6.11",
"node-schedule": "^2.1.1",
Expand Down
Loading

0 comments on commit 961b165

Please sign in to comment.