feat(undo): 添加撤销/重做按钮的 UI 常量

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-01 22:47:14 +08:00
parent 8bd8c0a0aa
commit 256e793ee4
+4
View File
@@ -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