From ba7c60df01e365859d651eedc25c1fbe37da3e2b Mon Sep 17 00:00:00 2001
From: zqy <2522236926@qq.com>
Date: 星期一, 19 一月 2026 11:02:55 +0800
Subject: [PATCH] 修改缩略图翻转问题

---
 zhang-content/pom.xml |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/zhang-content/pom.xml b/zhang-content/pom.xml
index 09b5fce..d813f4f 100644
--- a/zhang-content/pom.xml
+++ b/zhang-content/pom.xml
@@ -119,6 +119,26 @@
             <scope>runtime</scope>
         </dependency>
 
+        <!-- 瀵逛簬Linux鏈嶅姟鍣� -->
+        <dependency>
+            <groupId>ws.schild</groupId>
+            <artifactId>jave-native-linux64</artifactId>
+            <version>2.4.6</version>
+            <scope>runtime</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.bytedeco</groupId>
+            <artifactId>javacv-platform</artifactId>
+            <version>1.5.8</version>
+        </dependency>
+
+        <dependency>
+            <groupId>com.drewnoakes</groupId>
+            <artifactId>metadata-extractor</artifactId>
+            <version>2.18.0</version>
+        </dependency>
+
     </dependencies>
 
     <build>

--
Gitblit v1.9.1