From 8633a0b6e52d9899fda4f3ec2decc1c39b960e5f Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期二, 27 五月 2025 14:42:00 +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