From 69bb0e948eea39f5c19df9b2afa5ee9c0f4f7d4c Mon Sep 17 00:00:00 2001 From: 3cxc <81449257+3cxc@users.noreply.github.com> Date: Fri, 13 Feb 2026 01:12:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=B7=AF=E5=BE=84=E9=94=99=E8=AF=AF=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Configs/Config.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configs/Config.cs b/Configs/Config.cs index 80cfff5..a3e0f00 100644 --- a/Configs/Config.cs +++ b/Configs/Config.cs @@ -71,10 +71,10 @@ namespace EasyTools.Configs public bool EnableLogger { get; set; } = true; [Description("Player logger settings / 玩家日志保存路径")] - public string PlayerLogPath { get; set; } = Path.Combine(PathManager.Configs.FullName ?? Environment.CurrentDirectory, @$"{Server.Port}.txt"); + public string PlayerLogPath { get; set; } = Path.Combine(PathManager.Configs.FullName ?? Environment.CurrentDirectory, "/JoinLogs"); [Description("Management logger settings / 管理日志保存路径")] - public string AdminLogPath { get; set; } = Environment.GetFolderPath(Environment.SpecialFolder.Desktop); + public string AdminLogPath { get; set; } = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Desktop), "/AdminLogs"); /// ///////////////////////////////////////////////// [Description("Is 207 harmless? / 是否开启207(可乐)无害?")]