This commit is contained in:
Looly
2023-03-03 21:21:36 +08:00
parent 772d80a8be
commit cf8c890e8d
9 changed files with 37 additions and 2139 deletions

View File

@@ -27,6 +27,12 @@
<version>${project.parent.version}</version>
</dependency>
<!-- 图片 -->
<dependency>
<groupId>com.madgag</groupId>
<artifactId>animated-gif-lib</artifactId>
<version>1.4</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.drewnoakes</groupId>
<artifactId>metadata-extractor</artifactId>