style(config): 统一宏定义格式并更新文档

调整 config.h 中 UI_DLG_SIZE 宏定义的对齐格式以保持代码风格一致。
在 README.md 中新增“架构与二次开发”章节,说明项目的模块化设计和配置管理方式。
This commit is contained in:
2026-03-18 21:06:55 +08:00
parent 7fac2aab35
commit a9339f9b9f
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
// ============================================================================
// 对话框设置
#define UI_DLG_SIZE "500x400"
#define UI_DLG_SIZE "500x400"
// 列表控件设置
#define UI_LIST_ITEM_PADDING "5x5"