Skip to content

Commit aeca168

Browse files
committed
311红标先暂时注释掉截图部分
1 parent 759f176 commit aeca168

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/common/funcList/311_红标.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,13 @@ export class Func311 implements IFuncOrigin {
212212
}
213213
return true;
214214
} else if (thisScript.global.jietu) {
215-
const now = new Date().getTime();
216-
const ajImg = com.stardust.autojs.core.image.ImageWrapper.ofBitmap(thisScript.helperBridge.helper.GetBitmap());
217-
const path = `/sdcard//Pictures/批量截图/${now}.png`;
218-
files.ensureDir(path);
219-
ajImg.saveTo(path);
220-
ajImg.recycle();
221-
thisScript.global.jietu = false;
215+
// const now = new Date().getTime();
216+
// const ajImg = com.stardust.autojs.core.image.ImageWrapper.ofBitmap(thisScript.helperBridge.helper.GetBitmap());
217+
// const path = `/sdcard//Pictures/批量截图/${now}.png`;
218+
// files.ensureDir(path);
219+
// ajImg.saveTo(path);
220+
// ajImg.recycle();
221+
// thisScript.global.jietu = false;
222222
}
223223
}
224224
}

0 commit comments

Comments
 (0)