Skip to content

Commit

Permalink
fix: new real subject platform
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Dec 16, 2023
1 parent 34f0934 commit 49559f3
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions pkg/vars/platform.go.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,38 @@
"type": "cn",
"type_cn": "华语剧",
"wiki_tpl": "TV"
},
"6001": {
"id": 6001,
"type": "tv",
"type_cn": "电视剧",
"alias": "tv",
"enable_header": true,
"wiki_tpl": "TV"
},
"6002": {
"id": 6002,
"type": "movie",
"type_cn": "电影",
"alias": "movie",
"enable_header": true,
"wiki_tpl": "realMovie"
},
"6003": {
"id": 6003,
"type": "live",
"type_cn": "演出",
"alias": "live",
"enable_header": true,
"wiki_tpl": "TV"
},
"6004": {
"id": 6004,
"type": "show",
"type_cn": "综艺",
"alias": "show",
"enable_header": true,
"wiki_tpl": "TV"
}
}
}

0 comments on commit 49559f3

Please sign in to comment.