From d362ec98ec0db2039944da31729ad8efcd72834a Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期四, 02 一月 2025 14:19:36 +0800 Subject: [PATCH] 1.20250102合并; --- SourceCode/Bond/BondEq/Common.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/BondEq/Common.h b/SourceCode/Bond/BondEq/Common.h index 5a559d2..2a54d66 100644 --- a/SourceCode/Bond/BondEq/Common.h +++ b/SourceCode/Bond/BondEq/Common.h @@ -161,6 +161,9 @@ #define BTN_SOUND_OFF_BKGND_NORMAL RGB(255, 127, 39) #define BTN_SOUND_OFF_BKGND_HOVER RGB(255, 157, 59) #define BTN_SOUND_OFF_BKGND_PRESS RGB(255, 100, 29) +#define BTN_SOUND_ON_BKGND_NORMAL RGB(100, 200, 100) +#define BTN_SOUND_ON_BKGND_HOVER RGB(150, 250, 150) +#define BTN_SOUND_ON_BKGND_PRESS RGB(50, 150, 50) /* 按钮id */ -- Gitblit v1.9.3