update at 2026-01-22 20:20:47

This commit is contained in:
douboer
2026-01-22 20:20:47 +08:00
parent 1397ec5bf7
commit eedfe94bdb

View File

@@ -4,7 +4,7 @@
"background": "金", "background": "金",
"strokeWidth": 0.5, "strokeWidth": 0.5,
"strokeColor": "冷", "strokeColor": "冷",
"insetDistance": 1, "insetDistance": 2,
"strokeOpacity": 0.5, "strokeOpacity": 0.5,
"theme": { "theme": {
"name": "五行配色主题", "name": "五行配色主题",
@@ -41,12 +41,11 @@
"sectors": [ "sectors": [
{ {
"content": "阴", "content": "阴",
"innerFill": 1 "colorRef": "黑"
}, },
{ {
"content": "阳", "content": "阳",
"colorRef": "White", "colorRef": "白"
"innerFill": 0
} }
] ]
}, },