🚑 修复可能导致输入法特定场景卡顿的问题

This commit is contained in:
BookerLiu
2022-08-30 09:06:27 +08:00
parent cbaeb71a0c
commit e82af431b5
31 changed files with 2687 additions and 430 deletions

View File

@@ -13,7 +13,7 @@ namespace GeekDesk.Constant
public static string MY_NAME = DEV ? "GeekDesk-D" : "GeekDesk";
public static string MY_UUID = "8400A17AEEF7C029";
/// <summary>
/// app数据文件路径
/// </summary>
@@ -30,6 +30,12 @@ namespace GeekDesk.Constant
public static string ERROR_FILE_PATH = APP_DIR + "logs\\error.log"; // 错误日志
/// <summary>
/// 插件文件夹
/// </summary>
public static string PLUGINS_PATH = APP_DIR + "plugins\\";
public static int SHADOW_WIDTH = 20;
//系统图标