feat: 清空作业或输入错误时链接变为作业站网址

This commit is contained in:
uye
2022-11-10 20:50:11 +08:00
parent b4e81a30b5
commit 34f7b8424e

View File

@@ -137,6 +137,7 @@ namespace MeoAsstGui
private void UpdateFileDoc(string filename)
{
ClearLog();
Url = CopilotUiUrl;
string jsonStr = string.Empty;
if (File.Exists(filename))