From a9f6d659bd2161322470452e7f560fb88a8af04b Mon Sep 17 00:00:00 2001 From: liusiyang Date: Wed, 17 Jun 2026 14:45:10 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=88=A0=E9=99=A4=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ConfigModule/src/ConfigManager.cpp | 56 ------------------------------ 1 file changed, 56 deletions(-) diff --git a/ConfigModule/src/ConfigManager.cpp b/ConfigModule/src/ConfigManager.cpp index 70439ce..dfcc692 100644 --- a/ConfigModule/src/ConfigManager.cpp +++ b/ConfigModule/src/ConfigManager.cpp @@ -22,62 +22,6 @@ ConfigManager::~ConfigManager() { } -std::vector QX_Result_Names = - { - "OK", - "AD_YX", - "X_Line", - "Y_Line", - "fangge", - "Rubbing_Mura", - "Broken_line", - "ZARA", - "MTX", - "POL_Cell", - "Bright_Point", - "Dark_Point", - "BLack_Point", - "White_Point", - "Scratch", - "Weak_Bright_Mura", - "No_Label", - "Bright_Mura_Exe", - "Sweak_Line_Dark", - "STEAM_POCKET", - "Dirty", - "other", - "Cell_W", - "Cell_B", - "LackPol"}; -std::vector QX_Result_Code = - { - "P1153", - "P6873", - "P3351", - "P3452", - "P3453", - "P1550", - "P3379", - "P1153", - "P1164", - "P1101", - "P1112", - "P1111", - "P1104", - "P1103", - "P1557", - "P1654", - "P2833", - "P1549", - "P1204", - "P2534", - "P2534", - "P1101", - "P1103", - "P1104", - "P8001", -}; - int ReadFlawCodeConfig(std::string json_path) { m_FlawCodeList.erase(m_FlawCodeList.begin(), m_FlawCodeList.end());