去除格式转换,仅下载图片;去除图片查询,不再参与在线看

This commit is contained in:
chuzhongzai
2023-12-27 17:34:29 +08:00
parent 45a0cee73c
commit 9b389d7756
9 changed files with 4 additions and 228 deletions
+1 -6
View File
@@ -33,12 +33,6 @@
<version>1.18.30</version>
</dependency>
<dependency>
<groupId>org.im4java</groupId>
<artifactId>im4java</artifactId>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
@@ -101,6 +95,7 @@
<buildArgs>
<arg>-H:+ReportExceptionStackTraces</arg>
<arg>--gc=G1</arg>
<arg>-Ob</arg>
<arg>--enable-url-protocols=https</arg>
<arg>-H:ReflectionConfigurationFiles=src/main/resources/reflect-config.json</arg>
</buildArgs>