refactor(*):03LaserCut_V00.00.01,Spark100项目发货前功能提取

This commit is contained in:
adminwu
2024-03-14 14:21:18 +08:00
parent 1dda4f24ad
commit d045ed5fd8
46 changed files with 3457 additions and 938 deletions

View File

@@ -44,7 +44,7 @@ void DeviceSystemInfoWidget::insertInformationToText(const QString text,SYS_INFO
switch (level)
{
case D_NOTHING:
fmt.setForeground(QColor(255, 255, 255));
fmt.setForeground(QColor(0, 0, 0));
break;
case D_WARNING:
fmt.setForeground(QColor(255, 160, 14));