Skip to content

Commit 264f0b0

Browse files
author
lrhh123
committed
feat: 更新版本
1 parent fd8b2c8 commit 264f0b0

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
## 下载地址
6969

70-
<a href="https://github.com/cs-lazy-tools/ChatGPT-On-CS/releases/download/v1.4.4/1.4.4.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>
70+
<a href="https://github.com/cs-lazy-tools/ChatGPT-On-CS/releases/download/v1.4.5/1.4.5.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>
7171

7272
如果网络环境导致下载不了,可以使用下面的地址下载:
7373

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chatgpt-on-cs",
33
"description": "多平台智能客服,允许使用 ChatGPT 作为客服机器人",
4-
"version": "1.4.4",
4+
"version": "1.4.5",
55
"keywords": [
66
"electron",
77
"boilerplate",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/app/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chatgpt-on-cs",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "多平台智能客服,允许使用 ChatGPT 作为客服机器人",
55
"license": "AGPL-3.0",
66
"author": {

release/app/pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/backend/entities/plugin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export async function checkAndAddFields(sequelize: Sequelize) {
9393
// 再更新字段的默认版本号
9494
await sequelize.getQueryInterface().changeColumn('plugins', 'version', {
9595
type: DataTypes.STRING(255),
96-
defaultValue: '1.4.4',
96+
defaultValue: '1.4.5',
9797
allowNull: true,
9898
});
9999
}
@@ -135,7 +135,7 @@ export function initPlugin(sequelize: Sequelize) {
135135
},
136136
version: {
137137
type: DataTypes.STRING(255),
138-
defaultValue: '1.4.4',
138+
defaultValue: '1.4.5',
139139
allowNull: true,
140140
},
141141
source: {

0 commit comments

Comments
 (0)