mirror of
https://github.com/NatsumeLS/Gakumas-Translation-Data-EN.git
synced 2026-02-07 02:02:31 +00:00
Revert "chore(format): Format and Sort JSON files"
This reverts commit 22b5de455b.
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"name": "Mini Live",
|
||||
"type": "WorkType_MiniLive"
|
||||
},
|
||||
{
|
||||
"name": "Livestream",
|
||||
"type": "WorkType_LiveStreaming"
|
||||
}
|
||||
],
|
||||
"rules": {
|
||||
"primaryKeys": [
|
||||
"type"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"data": [
|
||||
{
|
||||
"type": "WorkType_MiniLive",
|
||||
"name": "Mini Live"
|
||||
},
|
||||
{
|
||||
"type": "WorkType_LiveStreaming",
|
||||
"name": "Livestream"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user