From 419c45d4ae0a1815208c101c3e09788ec1698dc2 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期五, 23 五月 2025 17:28:08 +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