Skip to content

Commit

Permalink
feat: 更新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
lrhh123 committed Jun 21, 2024
1 parent 0d3b8eb commit 5c9b127
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .erb/configs/webpack.config.renderer.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const configuration: webpack.Configuration = {
}),

new MiniCssExtractPlugin({
filename: 'style.css',
filename: '[name].[contenthash].css',
}),

new BundleAnalyzerPlugin({
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

## 下载地址

<a href="https://github.com/cs-lazy-tools/ChatGPT-On-CS/releases/download/v1.1.0-beta.2/1.1.0-beta.2.exe" style="display: inline-block; background-color: #008CBA; color: white; padding: 10px 20px; text-align: center; text-decoration: none; font-weight: bold; border-radius: 5px; margin: 4px 2px; cursor: pointer;">点击下载</a>
<a href="https://github.com/cs-lazy-tools/ChatGPT-On-CS/releases/download/v1.1.0/1.1.0.exe" style="display: inline-block; background-color: #008CBA; color: white; padding: 10px 20px; text-align: center; text-decoration: none; font-weight: bold; border-radius: 5px; margin: 4px 2px; cursor: pointer;">点击下载</a>

如果网络环境导致下载不了,可以使用百度云盘下载:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chatgpt-on-cs",
"description": "多平台智能客服,允许使用 ChatGPT 作为客服机器人",
"version": "1.1.0-beta.2",
"version": "1.1.0",
"keywords": [
"electron",
"boilerplate",
Expand Down
4 changes: 2 additions & 2 deletions release/app/package-lock.json

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

2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatgpt-on-cs",
"version": "1.1.0-beta.2",
"version": "1.1.0",
"description": "多平台智能客服,允许使用 ChatGPT 作为客服机器人",
"license": "AGPL-3.0",
"author": {
Expand Down

0 comments on commit 5c9b127

Please sign in to comment.