From 6957245b1738abedd8a1b48b7859f35d6eec1780 Mon Sep 17 00:00:00 2001 From: lrhh123 Date: Wed, 21 Aug 2024 20:48:49 +0800 Subject: [PATCH] 2222222 --- README.md | 2 +- package.json | 2 +- release/app/package-lock.json | 6 +++--- release/app/package.json | 2 +- release/app/pnpm-lock.yaml | 4 ++-- src/main/backend/entities/plugin.ts | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5d4283a..5c9e11f 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ ## 下载地址 -点击下载 +点击下载 如果网络环境导致下载不了,可以使用下面的地址下载: diff --git a/package.json b/package.json index 42c46fd..38ae432 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chatgpt-on-cs", "description": "多平台智能客服,允许使用 ChatGPT 作为客服机器人", - "version": "1.4.1", + "version": "1.4.2", "keywords": [ "electron", "boilerplate", diff --git a/release/app/package-lock.json b/release/app/package-lock.json index 4cf8cd6..726b3b7 100644 --- a/release/app/package-lock.json +++ b/release/app/package-lock.json @@ -1,6 +1,6 @@ { "name": "chatgpt-on-cs", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 3, "requires": true, "packages": { @@ -606,8 +606,8 @@ } }, "node_modules/minipass-fetch": { - "version": "1.4.1", - "resolved": "https://registry.npmmirror.com/minipass-fetch/-/minipass-fetch-1.4.1.tgz", + "version": "1.4.2", + "resolved": "https://registry.npmmirror.com/minipass-fetch/-/minipass-fetch-1.4.2.tgz", "integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==", "optional": true, "dependencies": { diff --git a/release/app/package.json b/release/app/package.json index cc63943..dd9d01f 100644 --- a/release/app/package.json +++ b/release/app/package.json @@ -1,6 +1,6 @@ { "name": "chatgpt-on-cs", - "version": "1.4.1", + "version": "1.4.2", "description": "多平台智能客服,允许使用 ChatGPT 作为客服机器人", "license": "AGPL-3.0", "author": { diff --git a/release/app/pnpm-lock.yaml b/release/app/pnpm-lock.yaml index 32cec6c..ea2c146 100644 --- a/release/app/pnpm-lock.yaml +++ b/release/app/pnpm-lock.yaml @@ -497,7 +497,7 @@ packages: lru-cache: 6.0.0 minipass: 3.3.6 minipass-collect: 1.0.2 - minipass-fetch: 1.4.1 + minipass-fetch: 1.4.2 minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 negotiator: 0.6.3 @@ -536,7 +536,7 @@ packages: dev: false optional: true - /minipass-fetch@1.4.1: + /minipass-fetch@1.4.2: resolution: {integrity: sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==} engines: {node: '>=8'} requiresBuild: true diff --git a/src/main/backend/entities/plugin.ts b/src/main/backend/entities/plugin.ts index 06ef936..792f791 100644 --- a/src/main/backend/entities/plugin.ts +++ b/src/main/backend/entities/plugin.ts @@ -93,7 +93,7 @@ export async function checkAndAddFields(sequelize: Sequelize) { // 再更新字段的默认版本号 await sequelize.getQueryInterface().changeColumn('plugins', 'version', { type: DataTypes.STRING(255), - defaultValue: '1.4.1', + defaultValue: '1.4.2', allowNull: true, }); } @@ -135,7 +135,7 @@ export function initPlugin(sequelize: Sequelize) { }, version: { type: DataTypes.STRING(255), - defaultValue: '1.4.1', + defaultValue: '1.4.2', allowNull: true, }, source: {