chore: 优化作业缓存路径

This commit is contained in:
MistEO
2023-03-21 14:23:04 +08:00
committed by GitHub
parent 50d37a5828
commit 4853a6151f

View File

@@ -221,7 +221,7 @@ namespace MaaWpfGui
}
}
private const string TempCopilotFile = "resource/_temp_copilot.json";
private const string TempCopilotFile = "cache/_temp_copilot.json";
private string TaskType = "General";
private void ParseJsonAndShowInfo(string jsonStr)