From aeb4b40768164ebf38bc3cd64b17c06681356d68 Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期六, 04 一月 2025 15:53:05 +0800 Subject: [PATCH] 1.增加日志窗口和模块; --- SourceCode/Bond/Servo/Common.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/Servo/Common.h b/SourceCode/Bond/Servo/Common.h index 3fbaa5e..394b577 100644 --- a/SourceCode/Bond/Servo/Common.h +++ b/SourceCode/Bond/Servo/Common.h @@ -12,6 +12,7 @@ /* 颜色 */ #define APPDLG_BACKGROUND_COLOR RGB(255, 255, 255) +#define LOGDLG_BACKGROUND_COLOR RGB(255, 255, 255) /* LOG BTN */ -- Gitblit v1.9.3