fix(core): hide all info in app public tracker mode

user uploaded
user download
user ratio
user seeded
user leeched
user finished
This commit is contained in:
OldHawk
2017-08-14 12:46:55 +08:00
parent 71989d3285
commit 23168f2cb3
21 changed files with 253 additions and 195 deletions

View File

@@ -12,6 +12,7 @@
marked, ModalConfirmService, $stateParams, TopicsService, localStorageService, $compile, RepliesService, $filter, Upload, DownloadService) {
var vm = this;
vm.forumsConfig = MeanTorrentConfig.meanTorrentConfig.forumsConfig;
vm.announce = MeanTorrentConfig.meanTorrentConfig.announce;
vm.scoreConfig = MeanTorrentConfig.meanTorrentConfig.score;
vm.itemsPerPageConfig = MeanTorrentConfig.meanTorrentConfig.itemsPerPage;
vm.appConfig = MeanTorrentConfig.meanTorrentConfig.app;