File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments