diff --git a/todolist.md b/todolist.md index 2a5be6e..a0254ae 100644 --- a/todolist.md +++ b/todolist.md @@ -125,11 +125,11 @@ { "content": "辰" }, { "content": "巳", "colorRef": "火", "innerFill": 1 }, -- 高优先级着色:火 { "content": "午", "colorRef": "火", "innerFill": 0 }, -- 高优先级着色:火 - { "content": "未", "innerFill": 1 }, + { "content": "未", "innerFill": 1 }, -- 只要 layer 配了 colorRef,所有未指定 sector.colorRef 的扇区都用 layer 颜色 { "content": "申", "colorRef": "金", "innerFill": 0 }, -- 高优先级着色:金 { "content": "酉", "colorRef": "金", "innerFill": 1 }, -- 高优先级着色:金 { "content": "戌" }, - { "content": "亥", "innerFill": 0 } + { "content": "亥", "innerFill": 0 } -- 只要 layer 配了 colorRef,所有未指定 sector.colorRef 的扇区都用 layer 颜色 ] }, -- ========================================