From 6c26e15402686269044653fe7480db529cdc1720 Mon Sep 17 00:00:00 2001 From: douboer Date: Thu, 22 Jan 2026 21:05:45 +0800 Subject: [PATCH] update at 2026-01-22 21:05:45 --- todolist.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 颜色 ] }, -- ========================================