From 34f7b8424ef77814eb0baee4e37872450bd4853f Mon Sep 17 00:00:00 2001 From: uye <2396806385@qq.com> Date: Thu, 10 Nov 2022 20:50:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B8=85=E7=A9=BA=E4=BD=9C=E4=B8=9A?= =?UTF-8?q?=E6=88=96=E8=BE=93=E5=85=A5=E9=94=99=E8=AF=AF=E6=97=B6=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E5=8F=98=E4=B8=BA=E4=BD=9C=E4=B8=9A=E7=AB=99=E7=BD=91?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MeoAsstGui/ViewModels/CopilotViewModel.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MeoAsstGui/ViewModels/CopilotViewModel.cs b/src/MeoAsstGui/ViewModels/CopilotViewModel.cs index 6553946417..c7326492bc 100644 --- a/src/MeoAsstGui/ViewModels/CopilotViewModel.cs +++ b/src/MeoAsstGui/ViewModels/CopilotViewModel.cs @@ -137,6 +137,7 @@ namespace MeoAsstGui private void UpdateFileDoc(string filename) { ClearLog(); + Url = CopilotUiUrl; string jsonStr = string.Empty; if (File.Exists(filename))