This commit is contained in:
2025-10-20 22:28:37 +08:00
parent eeb5af98eb
commit 7d148d79c9
429 changed files with 13624 additions and 586480 deletions

View File

@@ -49,8 +49,8 @@ QString gPageIndexStr12;
QString ConfigurationPath = "./";
TTSManager *ttsManager;
QStringList glMotorCurColor = {"rgb(0, 255, 255)","rgb(0, 255, 0)","rgb(255, 170, 0)","rgb(255, 0, 0)"};
QStringList glMotorTempColor= {"rgb(0, 255, 255)","rgb(0, 255, 0)","rgb(255, 170, 0)","rgb(255, 0, 0)"};
QStringList glMotorCurColor = {"#4fd1c5","#22c55e","#f59e0b","#ef4444"};
QStringList glMotorTempColor= {"#4fd1c5","#22c55e","#f59e0b","#ef4444"};
QList<QStringList> PumpConditionConfigFile;
QList<QStringList> CutConditionConfigFile;