using XFEExtension.NetCore.AutoPath; using XFEExtension.NetCore.WinUIHelper.Utilities.Helper; namespace HaloPixelToolBox.Backend.Utilities; public partial class AppPath { /// /// 应用程序日志路径 /// [AutoPath] private static readonly string logDictionary = $@"{AppPathHelper.AppLocalData}\Log"; }