mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-23 23:59:17 +01:00
feat(torrents): add movie new sub type and sports new sub type
This commit is contained in:
19
config/env/torrents.js
vendored
19
config/env/torrents.js
vendored
@@ -780,6 +780,25 @@ module.exports = {
|
||||
{name: 'T2D_3D', icon: ''}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'MOVIE_SUB_CAT',
|
||||
cats: ['movie', 'tvserial'],
|
||||
value: [
|
||||
{name: 'CARTOON', icon: ''},
|
||||
{name: 'DOCUMENTARY', icon: ''}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'SPORTS_SUB_CAT',
|
||||
cats: ['sports'],
|
||||
value: [
|
||||
{name: 'FOOTBALL', icon: ''},
|
||||
{name: 'BASKETBALL', icon: ''},
|
||||
{name: 'RUGBY', icon: ''},
|
||||
{name: 'TENNIS', icon: ''},
|
||||
{name: 'SNOOKER', icon: ''}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'REGION',
|
||||
cats: ['movie', 'tvserial', 'music', 'sports', 'variety'],
|
||||
|
||||
@@ -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