From 5126c6c7f542806020b9386bb0edbf62b00aaa33 Mon Sep 17 00:00:00 2001 From: touchscale <11134128+touchscale@user.noreply.gitee.com> Date: Mon, 17 Apr 2023 01:48:32 +0000 Subject: [PATCH 1/3] =?UTF-8?q?icqq=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=EF=BC=8C=E8=A7=A3=E5=86=B3=E7=89=88=E6=9C=AC=E8=BF=87=E4=BD=8E?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: touchscale <11134128+touchscale@user.noreply.gitee.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e306471..380fecb 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "chalk": "^5.2.0", "chokidar": "^3.5.3", "https-proxy-agent": "5.0.1", - "icqq": "^0.0.31", + "icqq": "^0.2.1", "image-size": "^1.0.2", "inquirer": "^8.2.5", "lodash": "^4.17.21", From 22fb67c40a1f4d0bb792a8f615e0d1f96f16a137 Mon Sep 17 00:00:00 2001 From: touchscale <11134128+touchscale@user.noreply.gitee.com> Date: Mon, 17 Apr 2023 01:54:52 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=E5=8D=87=E7=BA=A7puppeteer=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: touchscale <11134128+touchscale@user.noreply.gitee.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e306471..4822fdd 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "node-xlsx": "^0.21.0", "oicq": "^2.3.1", "pm2": "^5.3.0", - "puppeteer": "^19.8.0", + "puppeteer": "^19.9.0", "redis": "^4.6.5", "sequelize": "^6.29.3", "sqlite3": "^5.1.6", From 2dca9582fc4f1d13658d1ca165d6448b0b274f8c Mon Sep 17 00:00:00 2001 From: ikuaki1009 Date: Mon, 17 Apr 2023 03:08:23 +0000 Subject: [PATCH 3/3] !20 update docker/docker-entrypoint.sh. * update docker/docker-entrypoint.sh. --- docker/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-entrypoint.sh b/docker/docker-entrypoint.sh index cc0692b..be14404 100644 --- a/docker/docker-entrypoint.sh +++ b/docker/docker-entrypoint.sh @@ -71,7 +71,7 @@ if [ -d $MIAO_PLUGIN_PATH"/.git" ]; then if [[ ! -f "$HOME/.ovo/miao.ok" ]]; then set -e echo -e "\n ================ \n ${Info} ${GreenBG} 更新 喵喵插件 运行依赖 ${Font} \n ================ \n" - pnpm add image-size -w + pnpm install -P touch ~/.ovo/miao.ok set +e fi