mirror of
https://github.com/LHY0125/PathEditor.git
synced 2026-05-10 02:09:46 +08:00
style(config): 统一宏定义格式并更新文档
调整 config.h 中 UI_DLG_SIZE 宏定义的对齐格式以保持代码风格一致。 在 README.md 中新增“架构与二次开发”章节,说明项目的模块化设计和配置管理方式。
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
// ============================================================================
|
||||
|
||||
// 对话框设置
|
||||
#define UI_DLG_SIZE "500x400"
|
||||
#define UI_DLG_SIZE "500x400"
|
||||
|
||||
// 列表控件设置
|
||||
#define UI_LIST_ITEM_PADDING "5x5"
|
||||
|
||||
Reference in New Issue
Block a user