From 3c93fa08b7f49508d10a517585de84d7f7ffb6c1 Mon Sep 17 00:00:00 2001 From: mno <718135749@qq.com> Date: Tue, 2 Dec 2025 18:57:14 +0800 Subject: [PATCH] =?UTF-8?q?js=EF=BC=9A=E7=8B=97=E7=B2=AE=E6=89=B9=E5=8F=91?= =?UTF-8?q?=20(#2427)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 加个括号 --- repo/js/AAA-Artifacts-Bulk-Supply/main.js | 2 +- repo/js/AAA-Artifacts-Bulk-Supply/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/repo/js/AAA-Artifacts-Bulk-Supply/main.js b/repo/js/AAA-Artifacts-Bulk-Supply/main.js index 4f52e9ec6..6a860348b 100644 --- a/repo/js/AAA-Artifacts-Bulk-Supply/main.js +++ b/repo/js/AAA-Artifacts-Bulk-Supply/main.js @@ -606,7 +606,7 @@ async function mora() { // 尝试识别图像 const gameRegion = captureGameRegion(); let imageResult = gameRegion.find(recognitionObject); - gameRegion.dispose; + gameRegion.dispose(); if (imageResult) { // log.info(`成功识别图像,坐标: x=${imageResult.x}, y=${imageResult.y}`); // log.info(`图像尺寸: width=${imageResult.width}, height=${imageResult.height}`); diff --git a/repo/js/AAA-Artifacts-Bulk-Supply/manifest.json b/repo/js/AAA-Artifacts-Bulk-Supply/manifest.json index 8336117da..929967f09 100644 --- a/repo/js/AAA-Artifacts-Bulk-Supply/manifest.json +++ b/repo/js/AAA-Artifacts-Bulk-Supply/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "AAA狗粮批发", - "version": "1.4.8", + "version": "1.4.9", "tags": [ "狗粮" ],