js:狗粮批发 (#2427)

加个括号
This commit is contained in:
mno
2025-12-02 18:57:14 +08:00
committed by GitHub
parent 6bac544b06
commit 3c93fa08b7
2 changed files with 2 additions and 2 deletions

View File

@@ -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}`);

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "AAA狗粮批发",
"version": "1.4.8",
"version": "1.4.9",
"tags": [
"狗粮"
],