更新名称

This commit is contained in:
LittleBoy 2025-07-16 13:03:47 +08:00
parent c6bec78165
commit bdd88c4cb1
3 changed files with 3 additions and 4 deletions

Binary file not shown.

View File

@ -36,7 +36,7 @@ namespace AIProofread
public class Config public class Config
{ {
public static readonly string APP_NAME = "AI校对王(公告版)"; public static readonly string APP_NAME = "AI校对王(公告版)";
public static readonly string APP_VERSION = "3.1.0"; public static readonly string APP_VERSION = "1.1.0";
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;
@ -52,7 +52,7 @@ namespace AIProofread
/// <summary> /// <summary>
/// 网页访问地址 /// 网页访问地址
/// </summary> /// </summary>
public static string WEB_PATH = AppServer.TEST; //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.Prod;
#else #else

View File

@ -247,10 +247,9 @@ namespace AIProofread
this.menuSencenDect.Items.Add(this.btnDetectionAll); this.menuSencenDect.Items.Add(this.btnDetectionAll);
this.menuSencenDect.Items.Add(this.btnDetectionParagraph); this.menuSencenDect.Items.Add(this.btnDetectionParagraph);
this.menuSencenDect.Items.Add(this.btnDetectionHistory); this.menuSencenDect.Items.Add(this.btnDetectionHistory);
this.menuSencenDect.Label = "常识性检测\r\n"; this.menuSencenDect.Label = "一键校对\r\n";
this.menuSencenDect.Name = "menuSencenDect"; this.menuSencenDect.Name = "menuSencenDect";
this.menuSencenDect.ShowImage = true; this.menuSencenDect.ShowImage = true;
this.menuSencenDect.Visible = false;
// //
// btnDetectionAll // btnDetectionAll
// //