mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-20 04:10:00 +08:00
@@ -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}`);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "AAA狗粮批发",
|
||||
"version": "1.4.8",
|
||||
"version": "1.4.9",
|
||||
"tags": [
|
||||
"狗粮"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user