Browse Source

feat: 更新文档

master
yuanjs@qutke.com 1 month ago
parent
commit
7c4da37e35
  1. 2609
      README.md
  2. BIN
      img/1-5916295.png
  3. BIN
      img/image-20250429170519143.png
  4. BIN
      img/image-20250429175110088.png
  5. BIN
      img/image-20250429205355439.png
  6. BIN
      img/image-20250502230152621.png
  7. BIN
      img/image-20250502230846228.png
  8. BIN
      img/image-20250503105739654.png
  9. BIN
      img/image-20250503110127541.png
  10. BIN
      img/image-20250503110211729.png
  11. BIN
      img/image-20250503112608773.png
  12. BIN
      img/image-20250503121359088.png
  13. BIN
      img/image-20250503155805463.png
  14. BIN
      img/image-20250503160856611.png
  15. BIN
      img/image-20250504135738921.png
  16. BIN
      img/image-20250504140455882.png
  17. BIN
      img/image-20250505175523502.png
  18. BIN
      img/image-20250505175611890.png
  19. BIN
      img/image-20250505175724176.png
  20. BIN
      img/image-20250505180150494.png
  21. 2
      src/test/java/org/ycloud/aipan/ChangeImages.java

2609
README.md

File diff suppressed because it is too large

BIN
img/1-5916295.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

BIN
img/image-20250429170519143.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

BIN
img/image-20250429175110088.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 KiB

BIN
img/image-20250429205355439.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 KiB

BIN
img/image-20250502230152621.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 KiB

BIN
img/image-20250502230846228.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 KiB

BIN
img/image-20250503105739654.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 KiB

BIN
img/image-20250503110127541.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

BIN
img/image-20250503110211729.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB

BIN
img/image-20250503112608773.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

BIN
img/image-20250503121359088.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 KiB

BIN
img/image-20250503155805463.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
img/image-20250503160856611.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

BIN
img/image-20250504135738921.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

BIN
img/image-20250504140455882.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 KiB

BIN
img/image-20250505175523502.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 KiB

BIN
img/image-20250505175611890.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

BIN
img/image-20250505175724176.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 KiB

BIN
img/image-20250505180150494.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 KiB

2
src/test/java/org/ycloud/aipan/ChangeImages.java

@ -13,7 +13,7 @@ public class ChangeImages {
private static final Path TARGET_DIR = Paths.get("D:/IdeaProjects/learn/ycloud-aipan/img"); private static final Path TARGET_DIR = Paths.get("D:/IdeaProjects/learn/ycloud-aipan/img");
public static void main(String[] args) { public static void main(String[] args) {
List<String> images = List.of("1-3069367.png", "3-3070285.png"); List<String> images = List.of("1-5916295.png","image-20250429170519143.png","image-20250429205355439.png","image-20250429175110088.png","image-20250418190055953.png","image-20250503110127541.png","image-20250503110211729.png","image-20250503112608773.png","image-20250503121359088.png","image-20250503105739654.png","image-20250503155805463.png","image-20250502230152621.png","image-20250502230846228.png","image-20250503160856611.png","image-20250505175724176.png","image-20250505175523502.png","image-20250505175611890.png","image-20250504135738921.png","image-20250504140455882.png","image-20250505180150494.png");
try { try {
for (String image : images) { for (String image : images) {
Path sourceFile = SOURCE_DIR.resolve(image); Path sourceFile = SOURCE_DIR.resolve(image);

Loading…
Cancel
Save