cfg(torrent): config resourceTag

This commit is contained in:
OldHawk
2017-10-12 16:47:38 +08:00
parent 7a407dae29
commit d3617233df
3 changed files with 9 additions and 0 deletions

View File

@@ -847,6 +847,7 @@ module.exports = {
{name: 'OFFICE', icon: ''},
{name: 'TOOLS', icon: ''},
{name: 'MEDIA', icon: ''},
{name: 'DEVELOPMENT_IDE', icon: ''},
{name: 'MAP', icon: ''}
]
},
@@ -855,6 +856,8 @@ module.exports = {
cats: ['picture'],
value: [
{name: 'SCENERY', icon: ''},
{name: 'FASHION', icon: ''},
{name: 'SPORTS', icon: ''},
{name: 'ART_PORTRAIT', icon: ''}
]
},

View File

@@ -970,6 +970,8 @@
PICTURE_SUB_CAT: {
SELF: 'Picture Category',
SCENERY: 'Scenery',
FASHION: 'Fashion',
SPORTS: 'Sports',
ART_PORTRAIT: 'Art Portrait'
},
@@ -979,6 +981,7 @@
OFFICE: 'Office',
TOOLS: 'Tools',
MEDIA: 'Media',
DEVELOPMENT_IDE: 'Development IDE',
MAP: 'Map'
},

View File

@@ -970,6 +970,8 @@
PICTURE_SUB_CAT: {
SELF: '图片分类',
SCENERY: '风光',
FASHION: '时尚',
SPORTS: '体育运动',
ART_PORTRAIT: '艺术人像'
},
@@ -979,6 +981,7 @@
OFFICE: '办公软件',
TOOLS: '工具软件',
MEDIA: '多媒体',
DEVELOPMENT_IDE: '编程开发',
MAP: '地图'
},