mirror of
https://github.com/cs-lazy-tools/ChatGPT-On-CS.git
synced 2026-08-28 10:00:27 +08:00
feat: 更新版本
This commit is contained in:
@@ -116,7 +116,7 @@ const configuration: webpack.Configuration = {
|
||||
}),
|
||||
|
||||
new MiniCssExtractPlugin({
|
||||
filename: 'style.css',
|
||||
filename: '[name].[contenthash].css',
|
||||
}),
|
||||
|
||||
new BundleAnalyzerPlugin({
|
||||
|
||||
@@ -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>
|
||||
|
||||
如果网络环境导致下载不了,可以使用百度云盘下载:
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "chatgpt-on-cs",
|
||||
"description": "多平台智能客服,允许使用 ChatGPT 作为客服机器人",
|
||||
"version": "1.1.0-beta.2",
|
||||
"version": "1.1.0",
|
||||
"keywords": [
|
||||
"electron",
|
||||
"boilerplate",
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "chatgpt-on-cs",
|
||||
"version": "1.1.0-beta.2",
|
||||
"version": "1.1.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "chatgpt-on-cs",
|
||||
"version": "1.1.0-beta.2",
|
||||
"version": "1.1.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user