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,23 +4,23 @@
"background": "金", "background": "金",
"strokeWidth": 0.5, "strokeWidth": 0.5,
"strokeColor": "冷", "strokeColor": "冷",
"insetDistance": 1, "insetDistance": 2,
"strokeOpacity": 0.5, "strokeOpacity": 0.5,
"theme": { "theme": {
"name": "五行配色主题", "name": "五行配色主题",
"colorPalettes": { "colorPalettes": {
"黑": "#000000", "黑": "#000000",
"灰": "#757575", "灰": "#757575",
"白": "#ffffff", "白": "#ffffff",
"木": "#43A047", "木": "#43A047",
"火": "#E53935", "火": "#E53935",
"土": "#8D6E63", "土": "#8D6E63",
"金": "#D4AF37", "金": "#D4AF37",
"水": "#0288D1", "水": "#0288D1",
"热": "#FF8F00", "热": "#FF8F00",
"冷": "#1976D2", "冷": "#1976D2",
"强": "#D32F2F", "强": "#D32F2F",
"软": "#FFE0B2" "软": "#FFE0B2"
} }
}, },
"layers": [ "layers": [
@@ -33,20 +33,19 @@
} }
}, },
{ {
"divisions": 2, "divisions": 2,
"rInner": 90, "rInner": 90,
"rOuter": 120, "rOuter": 120,
"startAngle": 0, "startAngle": 0,
"sectors": [ "sectors": [
{ {
"content": "阴", "content": "阴",
"innerFill": 1 "colorRef": "黑"
}, },
{ {
"content": "阳", "content": "阳",
"colorRef": "White", "colorRef": "白"
"innerFill": 0
} }
] ]
}, },
@@ -76,17 +75,17 @@
"num": 3, "num": 3,
"interval": 1, "interval": 1,
"sectors": [ "sectors": [
{ "content": "子", "colorRef": "水", "innerFill": 1 }, { "content": "子", "colorRef": "水", "innerFill": 1 },
{ "content": "丑" }, { "content": "丑" },
{ "content": "寅", "colorRef": "木", "innerFill": 0 }, { "content": "寅", "colorRef": "木", "innerFill": 0 },
{ "content": "卯", "colorRef": "木", "innerFill": 1 }, { "content": "卯", "colorRef": "木", "innerFill": 1 },
{ "content": "辰" }, { "content": "辰" },
{ "content": "巳", "colorRef": "火", "innerFill": 1 }, { "content": "巳", "colorRef": "火", "innerFill": 1 },
{ "content": "午", "colorRef": "火", "innerFill": 0 }, { "content": "午", "colorRef": "火", "innerFill": 0 },
{ "content": "未", "innerFill": 1 }, { "content": "未", "innerFill": 1 },
{ "content": "申", "colorRef": "金", "innerFill": 0 }, { "content": "申", "colorRef": "金", "innerFill": 0 },
{ "content": "酉", "colorRef": "金", "innerFill": 1 }, { "content": "酉", "colorRef": "金", "innerFill": 1 },
{ "content": "戌" }, { "content": "戌" },
{ "content": "亥", "innerFill": 0 } { "content": "亥", "innerFill": 0 }
] ]
}, },
@@ -96,7 +95,7 @@
"rOuter": 240, "rOuter": 240,
"startAngle": 0, "startAngle": 0,
"sectors": [ "sectors": [
{ "content": "甲乙|子|丙丁", "colorRef": "木", "innerFill": 1 }, { "content": "甲乙|子|丙丁", "colorRef": "木", "innerFill": 1 },
{ "content": "丑" }, { "content": "丑" },
{ "content": "戊己|寅|庚辛", "colorRef": "土", "innerFill": 0 }, { "content": "戊己|寅|庚辛", "colorRef": "土", "innerFill": 0 },
{ "content": "卯" }, { "content": "卯" },
@@ -128,7 +127,7 @@
"rOuter": 270, "rOuter": 270,
"startAngle": 0, "startAngle": 0,
"sectors": [ "sectors": [
{ "content": "甲乙|丙丁|戊己|庚辛", "colorRef": "木", "innerFill": 1 }, { "content": "甲乙|丙丁|戊己|庚辛", "colorRef": "木", "innerFill": 1 },
{ "content": "壬癸|甲乙|丙丁|戊己", "colorRef": "土", "innerFill": 0 }, { "content": "壬癸|甲乙|丙丁|戊己", "colorRef": "土", "innerFill": 0 },
{ "content": "庚辛|壬癸|甲乙|丙丁", "innerFill": 1 }, { "content": "庚辛|壬癸|甲乙|丙丁", "innerFill": 1 },
{ "content": "戊己|庚辛|壬癸|甲乙", "colorRef": "火", "innerFill": 0 }, { "content": "戊己|庚辛|壬癸|甲乙", "colorRef": "火", "innerFill": 0 },