diff --git a/BeWo/BeWoApp.xaml.cs b/BeWo/BeWoApp.xaml.cs index 0831c6042..065fce1e0 100644 --- a/BeWo/BeWoApp.xaml.cs +++ b/BeWo/BeWoApp.xaml.cs @@ -56,7 +56,7 @@ namespace BeWo public static LoginControl LoginControl; public static MainControl MainControl; - public static string ShortVersion = "3.30.2"; + public static string ShortVersion = "3.31"; public static string Version => BeWoAppInfo.BeWoAppVersion.ToString(); public static int RenderTier = 0; @@ -788,6 +788,10 @@ namespace BeWo { url += "/service"; } + //if (url.IndexOf("/service_ai") < 0) + //{ + // url += "/service_ai"; + //} return new Uri(String.Format("https://{0}", url)); } diff --git a/BeWo/View/Controls/AI/AiChatButton.xaml b/BeWo/View/Controls/AI/AiChatButton.xaml index 2e0ceb0a9..2bcfcbbb6 100644 --- a/BeWo/View/Controls/AI/AiChatButton.xaml +++ b/BeWo/View/Controls/AI/AiChatButton.xaml @@ -23,17 +23,14 @@ - - -