Skip to content

Commit

Permalink
feat: 更新测试用例
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyueyi committed Jan 10, 2025
1 parent 6be6279 commit 244b3c6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public boolean test(Integer color) {
blockSize += 1;
continue;
}
System.out.println("选中的blockSize = " + blockSize);
return s;
}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
package com.github.hui.quick.plugin.test.pixel.auto;

/**
* @author YiHui
* @date 2025/1/10
*/
public class PixelPop {

public void pop() {
System.out.println("PixelPop pop");
}

private void moveDown() {

}


public static class Item {
int row = 101;
int column = 118;
int[][] matrix = new int[][]{

};
}

}

0 comments on commit 244b3c6

Please sign in to comment.