Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
chore: v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chanzhaoyu committed Feb 18, 2023
1 parent ea887ad commit 6216d84
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 22 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v2.4.1

`2023-02-18`

### Enhancement
- 调整部份移动端上的样式
- 输入框支持换行

## v2.4.0

`2023-02-17`
Expand All @@ -6,6 +14,7 @@
- 响应式支持移动端
### Enhancement
- 修改部份描述错误

## v2.3.3

`2023-02-16`
Expand Down
40 changes: 19 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,26 +78,7 @@ pnpm dev
```

## 打包

### 后端服务
> 如果你不需要本项目的 `node` 接口,可以省略如下操作
复制 `service` 文件夹到你有 `node` 服务环境的服务器上。(搜索关键字:`express部署`

```shell
# 安装
pnpm install

# 打包
pnpm build

# 运行
pnpm prod
```

PS: 不进行打包,直接在服务器上运行 `pnpm start` 也可

## Docker build & run
## Docker build

[参考信息](https://github.com/Chanzhaoyu/chatgpt-web/pull/42)

Expand All @@ -121,8 +102,25 @@ services:
OPENAI_API_KEY: xxxxxx
```
### 后端服务
> 如果你不需要本项目的 `node` 接口,可以省略如下操作

### 网页
复制 `service` 文件夹到你有 `node` 服务环境的服务器上。(搜索关键字:`express部署`)

```shell
# 安装
pnpm install
# 打包
pnpm build
# 运行
pnpm prod
```

PS: 不进行打包,直接在服务器上运行 `pnpm start` 也可

### 前端打包

根目录下运行以下命令,然后将 `dist` 文件夹复制到你的托管服务器上

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatgpt-web",
"version": "2.4.0",
"version": "2.4.1",
"private": false,
"description": "ChatGPT Web",
"author": "ChenZhaoYu <[email protected]>",
Expand Down

0 comments on commit 6216d84

Please sign in to comment.