From 256e793ee40bd0ff887eb4725c27a215cf3b2136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E8=88=AA=E5=AE=87?= <3364451258@qq.com> Date: Fri, 1 May 2026 22:47:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(undo):=20=E6=B7=BB=E5=8A=A0=E6=92=A4?= =?UTF-8?q?=E9=94=80/=E9=87=8D=E5=81=9A=E6=8C=89=E9=92=AE=E7=9A=84=20UI=20?= =?UTF-8?q?=E5=B8=B8=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- include/utils/ui_constants.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/utils/ui_constants.h b/include/utils/ui_constants.h index b34ed9e..ecf89e8 100644 --- a/include/utils/ui_constants.h +++ b/include/utils/ui_constants.h @@ -35,4 +35,8 @@ #define CTRL_BTN_HELP "BTN_HELP" #define CTRL_BTN_LANG "BTN_LANG" +// 撤销/重做按钮 +#define CTRL_BTN_UNDO "BTN_UNDO" +#define CTRL_BTN_REDO "BTN_REDO" + #endif // UI_CONSTANTS_H