mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-10 08:51:34 +08:00
Change the record files storage location
This commit is contained in:
@@ -208,7 +208,7 @@ namespace GrasscutterTools.Pages
|
||||
/// <summary>
|
||||
/// 获取物品记录文件路径
|
||||
/// </summary>
|
||||
private readonly string MailListPath = Path.Combine(Application.LocalUserAppDataPath, "MailList.json");
|
||||
private readonly string MailListPath = Common.GetAppDataFile("MailList.json");
|
||||
|
||||
/// <summary>
|
||||
/// 邮件列表
|
||||
|
||||
Reference in New Issue
Block a user