chore(format): Format and Sort JSON files

This commit is contained in:
NatsumeLS
2025-01-20 17:45:56 +00:00
parent c8d7ffa0cd
commit 22b5de455b
94 changed files with 890117 additions and 890117 deletions

View File

@@ -1,25 +1,25 @@
{
"data": [
{
"name": "Common",
"type": "ProducePlanType_Common"
},
{
"name": "【Sense Exclusive】",
"type": "ProducePlanType_Plan1"
},
{
"name": "【Logic Exclusive】",
"type": "ProducePlanType_Plan2"
},
{
"name": "【Anomaly Exclusive】",
"type": "ProducePlanType_Plan3"
}
],
"rules": {
"primaryKeys": [
"type"
]
},
"data": [
{
"type": "ProducePlanType_Common",
"name": "Common"
},
{
"type": "ProducePlanType_Plan1",
"name": "【Sense Exclusive】"
},
{
"type": "ProducePlanType_Plan2",
"name": "【Logic Exclusive】"
},
{
"type": "ProducePlanType_Plan3",
"name": "【Anomaly Exclusive】"
}
]
}
}
}