chg(templates): add uploader access desc into uploader rules template

This commit is contained in:
OldHawk
2018-04-24 12:53:16 +08:00
parent 133ae353d0
commit d59d0c6fe1
3 changed files with 4 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
1. Any torrents you uploaded, administrators can set more additional attributes, such as recommended levels, sales levels, resource tags, and so on.
1. When uploading torrents, you should select the attribute tags accurately and as comprehensively as possible, because users will index small areas according to different tags at any time. If tags and resources do not actually match, they will be deleted and punished by the administrator.
1. After the torrent is released successfully, the system will give a certain scores reward. Similarly, when the torrent is deleted, the reward scores will be deducted. [User score rules detail is here](/about/manual/scoreRules).
1. Sometimes system only accepts resource maker group to upload torrents, current setting value is: `%(accessConfig.upload.limitToMakerGroup)s`.
1. It is forbidden to upload images and texts that are not related to the content of the resources in the seed description area.
1. Unauthorized commercial promotion in any area is strictly prohibited.
1. If you have 0-day resources or superb repression skills, please do not hesitate to please contact our {{'%(supportConfig.supportGroupNameDesc)s' | translate}} by **[Message](/messages/send?to=%(supportConfig.supportGroupName)s)** or **[Email](mailto: %(supportConfig.supportMailAddress)s)**.

View File

@@ -13,6 +13,7 @@
1. 您上传的任何种子,管理员都可以对其设置更多的附加属性,比如推荐级别、促销级别、资源标签等。
1. 请在上传种子时,准确且尽可能全面的选择各项属性标签,因为用户会随时根据不同的标签进行小范围的索引,如果标签与资源实际不符,同样会被管理员直接删除并给予处罚。
1. 种子发布成功后,系统会给予一定的积分奖励,同样,种子被删除时,奖励的积分会被扣除,具体的 [积分细则请看这里](/about/manual/scoreRules)。
1. 有时候系统可能限制为只有资源制作小组的成员才能上传种子,当前设置值为:`%(accessConfig.upload.limitToMakerGroup)s`
1. 严禁在种子描述区域内上传与资源内容无关的图片和文字。
1. 严禁在任何区域进行未经许可的商业推广行为。
1. 如果您有0-day资源途径或者高超的压制本领请不要迟疑立即向{{'%(supportConfig.supportGroupNameDesc)s' | translate}}发送 **[消息](/messages/send?to=%(supportConfig.supportGroupName)s)** 或 **[邮件](mailto: %(supportConfig.supportMailAddress)s)** 与我们联系。

View File

@@ -31,6 +31,7 @@
vm.passwordConfig = MeanTorrentConfig.meanTorrentConfig.password;
vm.examinationConfig = MeanTorrentConfig.meanTorrentConfig.examination;
vm.chatConfig = MeanTorrentConfig.meanTorrentConfig.chat;
vm.accessConfig = MeanTorrentConfig.meanTorrentConfig.access;
/**
* cmOption
@@ -252,6 +253,7 @@
passwordConfig: vm.passwordConfig,
examinationConfig: vm.examinationConfig,
chatConfig: vm.chatConfig,
accessConfig: vm.accessConfig,
user: vm.user
});