mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-02-03 04:59:25 +01:00
cfg(torrent): config resourceTag
This commit is contained in:
3
config/env/torrents.js
vendored
3
config/env/torrents.js
vendored
@@ -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: ''}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -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'
|
||||
},
|
||||
|
||||
|
||||
@@ -970,6 +970,8 @@
|
||||
PICTURE_SUB_CAT: {
|
||||
SELF: '图片分类',
|
||||
SCENERY: '风光',
|
||||
FASHION: '时尚',
|
||||
SPORTS: '体育运动',
|
||||
ART_PORTRAIT: '艺术人像'
|
||||
},
|
||||
|
||||
@@ -979,6 +981,7 @@
|
||||
OFFICE: '办公软件',
|
||||
TOOLS: '工具软件',
|
||||
MEDIA: '多媒体',
|
||||
DEVELOPMENT_IDE: '编程开发',
|
||||
MAP: '地图'
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user