feat(status): load torrent_status data

This commit is contained in:
OldHawk
2017-05-26 14:33:05 +08:00
parent e162d8e48a
commit be03dc0cb6
5 changed files with 22 additions and 1 deletions

View File

@@ -343,6 +343,11 @@
MUSIC: 'Music',
OTHER: 'Other'
},
TORRENT_STATUS_LABEL: {
NEW: 'New',
REVIEWED: 'Reviewed',
},
//user message box
MESSAGES_INBOX: 'Messages Inbox',

View File

@@ -343,6 +343,10 @@
MUSIC: '音乐',
OTHER: '其它'
},
TORRENT_STATUS_LABEL: {
NEW: '未审核',
REVIEWED: '已审核',
},
//user message box
MESSAGES_INBOX: '消息收件箱',

View File

@@ -576,6 +576,13 @@ body {
}
}
.label-tstatus {
&:hover {
cursor: pointer;
color: #fff;
}
}
.label-sale {
&:hover {
cursor: pointer;