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,4 +1,17 @@
{
"WorkType_MiniLive|name": "Mini Live",
"WorkType_LiveStreaming|name": "Livestream"
"rules": {
"primaryKeys": [
"type"
]
},
"data": [
{
"type": "WorkType_MiniLive",
"name": "Mini Live"
},
{
"type": "WorkType_LiveStreaming",
"name": "Livestream"
}
]
}