版本号升级至2.2.5,FormWebView 隐藏窗口图标
This commit is contained in:
parent
16c24c10ec
commit
5c52c1a87a
Binary file not shown.
@ -37,7 +37,7 @@ namespace AIProofread
|
|||||||
{
|
{
|
||||||
public static readonly string APP_NAME = "AI校对王";
|
public static readonly string APP_NAME = "AI校对王";
|
||||||
public static readonly string APP_VERSION = "2.2.5";
|
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 IS_WPS = false;
|
||||||
public static bool UpgradeForcedNotice = false;
|
public static bool UpgradeForcedNotice = false;
|
||||||
public static readonly string APP_BASE_DIR = AppDomain.CurrentDomain.BaseDirectory;
|
public static readonly string APP_BASE_DIR = AppDomain.CurrentDomain.BaseDirectory;
|
||||||
@ -54,9 +54,9 @@ namespace AIProofread
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 网页访问地址
|
/// 网页访问地址
|
||||||
/// </summary>
|
/// </summary>
|
||||||
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 bool RUN_IN_DEBUG = true;
|
||||||
public static AppEnvironment APP_ENV = AppEnvironment.Prod;
|
public static AppEnvironment APP_ENV = AppEnvironment.Dev;
|
||||||
#else
|
#else
|
||||||
public static string WEB_PATH = AppServer.PROD; // gm-plugin.gachafun.com pre-gm-plugin.gachafun.com
|
public static string WEB_PATH = AppServer.PROD; // gm-plugin.gachafun.com pre-gm-plugin.gachafun.com
|
||||||
public static bool RUN_IN_DEBUG = false;
|
public static bool RUN_IN_DEBUG = false;
|
||||||
|
@ -1,14 +1,9 @@
|
|||||||
using log4net;
|
using log4net;
|
||||||
using Microsoft.Web.WebView2.Core;
|
using Microsoft.Web.WebView2.Core;
|
||||||
using Microsoft.Web.WebView2.WinForms;
|
using Microsoft.Web.WebView2.WinForms;
|
||||||
using NPOI.SS.Util;
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Net;
|
using System.Net;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace AIProofread.Controls
|
namespace AIProofread.Controls
|
||||||
|
1
AIProofread/Controls/FormWebView.Designer.cs
generated
1
AIProofread/Controls/FormWebView.Designer.cs
generated
@ -52,6 +52,7 @@
|
|||||||
this.ClientSize = new System.Drawing.Size(800, 450);
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
||||||
this.Controls.Add(this.WebView);
|
this.Controls.Add(this.WebView);
|
||||||
this.Name = "FormWebView";
|
this.Name = "FormWebView";
|
||||||
|
this.ShowIcon = false;
|
||||||
this.Text = "FormWebView";
|
this.Text = "FormWebView";
|
||||||
this.Load += new System.EventHandler(this.FormWebView_Load);
|
this.Load += new System.EventHandler(this.FormWebView_Load);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.WebView)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.WebView)).EndInit();
|
||||||
|
@ -34,5 +34,5 @@ using System.Security;
|
|||||||
// 方法是按如下所示使用“*”: :
|
// 方法是按如下所示使用“*”: :
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("2.0")]
|
[assembly: AssemblyVersion("2.0")]
|
||||||
[assembly: AssemblyFileVersion("2.2.4.0")]
|
[assembly: AssemblyFileVersion("2.2.5.0")]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user