feat: 更新版本

This commit is contained in:
lrhh123
2024-09-07 19:17:29 +08:00
parent fd8b2c8584
commit 264f0b0d96
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -67,7 +67,7 @@
## 下载地址
<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>
<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>
如果网络环境导致下载不了,可以使用下面的地址下载:
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "chatgpt-on-cs",
"description": "多平台智能客服,允许使用 ChatGPT 作为客服机器人",
"version": "1.4.4",
"version": "1.4.5",
"keywords": [
"electron",
"boilerplate",
+3 -3
View File
@@ -7288,7 +7288,7 @@ packages:
iconv-lite: 0.6.3
optional: true
/end-of-stream@1.4.4:
/end-of-stream@1.4.5:
resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==}
dependencies:
once: 1.4.0
@@ -12298,7 +12298,7 @@ packages:
/pump@3.0.0:
resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==}
dependencies:
end-of-stream: 1.4.4
end-of-stream: 1.4.5
once: 1.4.0
/punycode@2.3.1:
@@ -13833,7 +13833,7 @@ packages:
engines: {node: '>=6'}
dependencies:
bl: 4.1.0
end-of-stream: 1.4.4
end-of-stream: 1.4.5
fs-constants: 1.0.0
inherits: 2.0.4
readable-stream: 3.6.2
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "chatgpt-on-cs",
"version": "1.4.4",
"version": "1.4.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "chatgpt-on-cs",
"version": "1.4.4",
"version": "1.4.5",
"description": "多平台智能客服,允许使用 ChatGPT 作为客服机器人",
"license": "AGPL-3.0",
"author": {
+3 -3
View File
@@ -258,7 +258,7 @@ packages:
dev: false
optional: true
/end-of-stream@1.4.4:
/end-of-stream@1.4.5:
resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==}
dependencies:
once: 1.4.0
@@ -751,7 +751,7 @@ packages:
/pump@3.0.0:
resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==}
dependencies:
end-of-stream: 1.4.4
end-of-stream: 1.4.5
once: 1.4.0
dev: false
@@ -942,7 +942,7 @@ packages:
engines: {node: '>=6'}
dependencies:
bl: 4.1.0
end-of-stream: 1.4.4
end-of-stream: 1.4.5
fs-constants: 1.0.0
inherits: 2.0.4
readable-stream: 3.6.2
+2 -2
View File
@@ -93,7 +93,7 @@ export async function checkAndAddFields(sequelize: Sequelize) {
// 再更新字段的默认版本号
await sequelize.getQueryInterface().changeColumn('plugins', 'version', {
type: DataTypes.STRING(255),
defaultValue: '1.4.4',
defaultValue: '1.4.5',
allowNull: true,
});
}
@@ -135,7 +135,7 @@ export function initPlugin(sequelize: Sequelize) {
},
version: {
type: DataTypes.STRING(255),
defaultValue: '1.4.4',
defaultValue: '1.4.5',
allowNull: true,
},
source: {