From 1dbe46cd9d0f181d08d5a69f72d8548628a13b9d Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期三, 16 七月 2025 17:13:50 +0800 Subject: [PATCH] 优化:显示在流程中解锁,并且把文件字符集统一替换成UTF-8(BOM) --- EdgeInspector_App/Defect.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EdgeInspector_App/Defect.h b/EdgeInspector_App/Defect.h index 026e37a..067544f 100644 --- a/EdgeInspector_App/Defect.h +++ b/EdgeInspector_App/Defect.h @@ -1,4 +1,4 @@ -#pragma once +锘�#pragma once #define DEFECTIMAGE_WIDTH 1024 #define DEFECTIMAGE_HEIGHT 500 @@ -190,7 +190,7 @@ int m_nJudge_Type; // Exception Area - int m_nExceptionArea; // 0 : 固器窃, 1 : 混娄 吧魔, 2 : 肯傈 器窃 + int m_nExceptionArea; // 0 : 鍥哄櫒绐�, 1 : 娣峰▌ 鍚ч瓟, 2 : 鑲倛 鍣ㄧ獌 // User Defect Idx int m_nUserDefectAreaIdx; -- Gitblit v1.9.3