This commit is contained in:
Mocca
2025-01-21 00:40:48 +07:00
parent 232c6a958a
commit b2b36a475f
94 changed files with 921746 additions and 98505 deletions

View File

@@ -1,6 +1,25 @@
{
"ProducePlanType_Common|name": "Common",
"ProducePlanType_Plan1|name": "【Sense Exclusive】",
"ProducePlanType_Plan2|name": "【Logic Exclusive】",
"ProducePlanType_Plan3|name": "【Anomaly Exclusive】"
"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】"
}
]
}