From edc3e4ffbdb05eec3e65d7b2d6704a9da2ee9591 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期四, 05 六月 2025 17:31:18 +0800
Subject: [PATCH] 统一文件夹名称

---
 util/Settings.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/util/Settings.cs b/util/Settings.cs
index 20b169b..4072f54 100644
--- a/util/Settings.cs
+++ b/util/Settings.cs
@@ -19,7 +19,7 @@
         public static int TCPServerPort { get; set; }
         //public static List<Config.Area> Areas { get; set; }
         public static List<List<string>> Areas { get; set; } = new List<List<string>>();
-        public static List<Config.Snap> Snaps { get; set; }
+        public static List<Config.Snap> Snaps { get; set; } = new List<Config.Snap>();
         public static string CaptureUrl { get; set; }
 
         /// <summary>

--
Gitblit v1.9.1