mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-08 23:46:23 +02:00
feat(torrents): add movie new sub type and sports new sub type
This commit is contained in:
@@ -946,6 +946,21 @@
|
||||
MTV: 'MTV'
|
||||
},
|
||||
|
||||
MOVIE_SUB_CAT: {
|
||||
SELF: 'Video Category',
|
||||
CARTOON: 'Cartoon',
|
||||
DOCUMENTARY: 'Documentary'
|
||||
},
|
||||
|
||||
SPORTS_SUB_CAT: {
|
||||
SELF: 'Sports Event',
|
||||
FOOTBALL: 'Football',
|
||||
BASKETBALL: 'Basketball',
|
||||
RUGBY: 'Rugby',
|
||||
TENNIS: 'Tennis',
|
||||
SNOOKER: 'Snooker'
|
||||
},
|
||||
|
||||
PLATFORM: {
|
||||
SELF: 'Platform',
|
||||
Windows: 'Windows',
|
||||
|
||||
@@ -946,6 +946,21 @@
|
||||
MTV: 'MTV'
|
||||
},
|
||||
|
||||
MOVIE_SUB_CAT: {
|
||||
SELF: '视频分类',
|
||||
CARTOON: '卡通片',
|
||||
DOCUMENTARY: '记录片'
|
||||
},
|
||||
|
||||
SPORTS_SUB_CAT: {
|
||||
SELF: '运动项目',
|
||||
FOOTBALL: '篮球',
|
||||
BASKETBALL: '足球',
|
||||
RUGBY: '橄榄球',
|
||||
TENNIS: '网球',
|
||||
SNOOKER: '斯诺克'
|
||||
},
|
||||
|
||||
PLATFORM: {
|
||||
SELF: 'Platform',
|
||||
Windows: 'Windows',
|
||||
|
||||
Reference in New Issue
Block a user