diff --git a/.vs/AIProofread/v17/.suo b/.vs/AIProofread/v17/.suo index 3c79b69..f2591a0 100644 Binary files a/.vs/AIProofread/v17/.suo and b/.vs/AIProofread/v17/.suo differ diff --git a/AIProofread/Config.cs b/AIProofread/Config.cs index ea81c2d..539c558 100644 --- a/AIProofread/Config.cs +++ b/AIProofread/Config.cs @@ -37,7 +37,7 @@ namespace AIProofread { public static readonly string APP_NAME = "AI校对王"; public static readonly string APP_VERSION = "2.2.5"; - public static readonly string BuildVersion = "20250509_1656"; + public static readonly string BuildVersion = "20250620_1532"; public static bool IS_WPS = false; public static bool UpgradeForcedNotice = false; public static readonly string APP_BASE_DIR = AppDomain.CurrentDomain.BaseDirectory; @@ -54,9 +54,9 @@ namespace AIProofread /// /// 网页访问地址 /// - public static string WEB_PATH = AppServer.PRE; //pre-gm-plugin.gachafun.com localhost:5173 gm2-plugin.zverse.group + public static string WEB_PATH = AppServer.DEV; //pre-gm-plugin.gachafun.com localhost:5173 gm2-plugin.zverse.group public static bool RUN_IN_DEBUG = true; - public static AppEnvironment APP_ENV = AppEnvironment.Prod; + public static AppEnvironment APP_ENV = AppEnvironment.Dev; #else public static string WEB_PATH = AppServer.PROD; // gm-plugin.gachafun.com pre-gm-plugin.gachafun.com public static bool RUN_IN_DEBUG = false; diff --git a/AIProofread/Controls/BaseWinForm.cs b/AIProofread/Controls/BaseWinForm.cs index e891c1e..1b8adfe 100644 --- a/AIProofread/Controls/BaseWinForm.cs +++ b/AIProofread/Controls/BaseWinForm.cs @@ -1,14 +1,9 @@ using log4net; using Microsoft.Web.WebView2.Core; using Microsoft.Web.WebView2.WinForms; -using NPOI.SS.Util; using System; -using System.Collections.Generic; -using System.Linq; using System.Net; using System.Runtime.InteropServices; -using System.Text; -using System.Threading.Tasks; using System.Windows.Forms; namespace AIProofread.Controls diff --git a/AIProofread/Controls/FormWebView.Designer.cs b/AIProofread/Controls/FormWebView.Designer.cs index fb8159f..0564401 100644 --- a/AIProofread/Controls/FormWebView.Designer.cs +++ b/AIProofread/Controls/FormWebView.Designer.cs @@ -52,6 +52,7 @@ this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.WebView); this.Name = "FormWebView"; + this.ShowIcon = false; this.Text = "FormWebView"; this.Load += new System.EventHandler(this.FormWebView_Load); ((System.ComponentModel.ISupportInitialize)(this.WebView)).EndInit(); diff --git a/AIProofread/Properties/AssemblyInfo.cs b/AIProofread/Properties/AssemblyInfo.cs index 5f3f4d9..fdb10ef 100644 --- a/AIProofread/Properties/AssemblyInfo.cs +++ b/AIProofread/Properties/AssemblyInfo.cs @@ -34,5 +34,5 @@ using System.Security; // 方法是按如下所示使用“*”: : // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("2.0")] -[assembly: AssemblyFileVersion("2.2.4.0")] +[assembly: AssemblyFileVersion("2.2.5.0")]