From cd92df8b7b383a6a3218f50b3b62264db8332899 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期三, 14 五月 2025 17:21:49 +0800
Subject: [PATCH] 引入NETSDKCS,修复版本兼容问题;完成拍照逻辑开发,跑通待调试

---
 AppStart/Settings.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/AppStart/Settings.cs b/AppStart/Settings.cs
index 2b8a254..9f0a7ad 100644
--- a/AppStart/Settings.cs
+++ b/AppStart/Settings.cs
@@ -19,12 +19,18 @@
         /// </summary>
         public static Dictionary<string, List<string>> AreaMap { get; set; } = new Dictionary<string, List<string>>();
 
+        //public static Snap Snap { get; set; }
+        public static string CaptureUrl { get; set; }
+
         public static void Init() {
             // 鍔犺浇閰嶇疆鏂囦欢
             LoadJson();
 
             // 閽堝 Areas 杩涜杞崲锛氬皢 Config 鐨�List 鍔犺浇鍒�Dict 涓�             LoadAreas();
+
+            //Snap = Config.Snap[0]; // 鐩墠鏈」鐩彧鏈変竴涓浉鏈�+            CaptureUrl = Config.CaptureUrl; // 淇濆瓨鍥剧墖鐨勬牴鐩綍
         }
 
         private static void LoadJson() {

--
Gitblit v1.9.1