From 942f8537d9a433e2b4d3b34a242bf0e1849f61eb Mon Sep 17 00:00:00 2001
From: zqy <2522236926@qq.com>
Date: 星期一, 05 一月 2026 09:44:58 +0800
Subject: [PATCH] 修改接口为json

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

diff --git a/zhang-content/pom.xml b/zhang-content/pom.xml
index 09b5fce..396abeb 100644
--- a/zhang-content/pom.xml
+++ b/zhang-content/pom.xml
@@ -119,6 +119,20 @@
             <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>
+
     </dependencies>
 
     <build>

--
Gitblit v1.9.1