This commit is contained in:
2025-11-03 11:54:11 +08:00
parent 5f75603532
commit 6b36f0ee52
9 changed files with 741 additions and 2 deletions

12
pom.xml
View File

@@ -113,6 +113,18 @@
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
</dependency>
<!-- 图片处理库 Thumbnailator -->
<dependency>
<groupId>net.coobird</groupId>
<artifactId>thumbnailator</artifactId>
<version>0.4.20</version>
</dependency>
<!-- WebP图片格式支持 -->
<dependency>
<groupId>com.github.gotson</groupId>
<artifactId>webp-imageio</artifactId>
<version>0.1.0</version>
</dependency>
</dependencies>
<build>