diff --git a/modules/users/client/templates/sign-up-closed-message-en.md b/modules/users/client/templates/sign-up-closed-message-en.md index 72fc4d2f..587d997a 100644 --- a/modules/users/client/templates/sign-up-closed-message-en.md +++ b/modules/users/client/templates/sign-up-closed-message-en.md @@ -3,5 +3,5 @@ The tracker server is private, we only accepted invite sign up, you can join us in the following ways: 1. Let the friend has joined to invite you join us. -1. [Donate VIP to us](/vip), the system will auto send an invite mail to you, then you can sign up and join us. +1. [Donate VIP to us](/vip/rules), the system will auto send an invite mail to you, then you can sign up and join us. 1. Please focus on our site, and sometimes we will open the register, then you can sign up and join us. \ No newline at end of file diff --git a/modules/users/client/templates/sign-up-closed-message-zh.md b/modules/users/client/templates/sign-up-closed-message-zh.md index bf2482df..41e72840 100644 --- a/modules/users/client/templates/sign-up-closed-message-zh.md +++ b/modules/users/client/templates/sign-up-closed-message-zh.md @@ -3,5 +3,5 @@ 这是一个私有的 Tracker 服务器,目前我们只接受邀请注册加入,你可以通过如下方式加入我们: 1. 通过已经加入的朋友向你发送邀请邮件来加入。 -1. [通过捐赠获得一个VIP身份](/vip), 系统会自动给你发送邀请邮件, 然后加入我们. +1. [通过捐赠获得一个VIP身份](/vip/rules), 系统会自动给你发送邀请邮件, 然后加入我们. 1. 请关注我们的站点,有时候我们会开放注册,注册开放时,你随时可以加入我们。 \ No newline at end of file diff --git a/modules/users/client/templates/status-hnr-warning-en.md b/modules/users/client/templates/status-hnr-warning-en.md index 00af684a..a4de333e 100644 --- a/modules/users/client/templates/status-hnr-warning-en.md +++ b/modules/users/client/templates/status-hnr-warning-en.md @@ -1,4 +1,4 @@ #### Note: 1. If the HnR warning numbers is more than `%(hnrConfig.forbiddenDownloadMinWarningNumber)s`, you can not to download any torrents. 1. You can remove a warning with `%(hnrConfig.scoreToRemoveWarning)s` scores. -1. If you have no enough scores, you can [donate a vip](/vip), The HnR warning is immune to VIP user. \ No newline at end of file +1. If you have no enough scores, you can [donate a vip](/vip/rules), The HnR warning is immune to VIP user. \ No newline at end of file diff --git a/modules/users/client/templates/status-hnr-warning-zh.md b/modules/users/client/templates/status-hnr-warning-zh.md index 6c85af8d..4688c613 100644 --- a/modules/users/client/templates/status-hnr-warning-zh.md +++ b/modules/users/client/templates/status-hnr-warning-zh.md @@ -2,4 +2,4 @@ 1. 如果您的 HnR 警告数超过 `%(hnrConfig.forbiddenDownloadMinWarningNumber)d` 个, 您将不能再下载任何种子文件. 1. 您可以使用 `%(hnrConfig.scoreToRemoveWarning)d` 积分来消除一个 HnR 警告. -1. 如果您的积分不足, 你还可以 [捐赠一个VIP](/vip), HnR 警告对 VIP 用户不生效. \ No newline at end of file +1. 如果您的积分不足, 你还可以 [捐赠一个VIP](/vip/rules), HnR 警告对 VIP 用户不生效. \ No newline at end of file diff --git a/modules/vip/client/templates/vip-en.md b/modules/vip/client/templates/vip-en.md index 3eb04362..db5d8a5f 100644 --- a/modules/vip/client/templates/vip-en.md +++ b/modules/vip/client/templates/vip-en.md @@ -1,7 +1,28 @@ -## This is the `VIP RULES` of %(appConfig.name)s +### :orange_book: VIP Rights Rules Detail - %(appConfig.name)s +--- +**%(appConfig.name)s** users are divided into common users and VIP users, and VIP is an identity and rights sign. The system has designed a series of rights and interests for VIP users to provide convenient services for VIP users in all aspects, and also to thank all VIP users for their contributions to the development of the site. -The rules content is read from vip.md file, it is support `markdown` style. + -If you want to change these rules, please modify the .md file at `modules/vip/client/templates/vip-xx.md`. +#### :white_small_square: VIP user rights -The `xx` is the language flag, like `zh`,`en` etc. \ No newline at end of file +1. Proprietary VIP user resources download area and forum discussion area. +1. Special proprietary identity tags. +1. Faster customer service response. +1. Administrators can set or cancel VIP-specific attributes for any torrent resource, and VIP attribute resources can only be downloaded by VIP users. +1. VIP can download any resources in the station without the limitation of sharing rate. +1. The VIP user enjoys a bonus upload of `%(salesGlobalConfig.vip.value.Ur).2f`, and a bonus download of `%(salesGlobalConfig.vip.value.Dr).2f`. +1. The VIP user enjoys a bonus upload scores of `%(scoreConfig.action.seedUpDownload.vipRatio).2f` ,and a bonus download scores of `%(scoreConfig.action.seedUpDownload.vipRatio).2f`。 +1. The VIP user enjoys a bonus seed times scores of `%(scoreConfig.action.seedUpDownload.vipRatio).2f` 。 +1. The VIP user is immune to the H&R warning, which is not restricted by the warning limit `%(hnrConfig.forbiddenDownloadMinWarningNumber)d`. You can check the [H&R Rules Detail](/about/manual/hnrRules) here. +1. VIP users do not participate in regular incremental task examination held within the site. +1. The management team is developing more VIP user rights, so stay tuned. + + + +#### :white_small_square: How to join VIP club + +1. VIP users in the station only accept donations, if you want to join our VIP club, [click here to join](/vip/rules)。 +1. After your VIP identity is confirmed successfully, you will receive notification message sent automatically by the system. +1. The VIP status is calculated on a monthly basis. Upon expiration, the VIP status automatically becomes an ordinary user and no longer enjoys all the rights of VIP users. +1. For additional help, please [send us an email](mailto:%(appConfig.admin)s) and we will send someone to serve you. \ No newline at end of file diff --git a/modules/vip/client/templates/vip-zh.md b/modules/vip/client/templates/vip-zh.md index be70a0e9..ee385308 100644 --- a/modules/vip/client/templates/vip-zh.md +++ b/modules/vip/client/templates/vip-zh.md @@ -1,8 +1,28 @@ -## 这是 `VIP RULES` 规则文档 +### :orange_book: VIP 用户权益细则 - %(appConfig.name)s +--- +**%(appConfig.name)s** 用户分为普通用户与VIP用户,VIP是一种身份与权利的像征,系统为VIP用户设计了一系列的权益条款,为VIP用户在各方面提供便捷的服务,同时也感谢所有VIP用户为站点的发展所做出的贡献。 -这些规则内容是从 vip.md 文件读取, 它完全支持 `markdown` 语法风格. + -如果你想修改规则内容, 请编辑 .md 文件, 它存放于 `modules/vip/client/templates/vip-xx.md`. +#### :white_small_square: VIP 用户权益 -`xx` 代表语言标识符, 如 `zh`,`en` 等. +1. 专有的 VIP 用户资源下载专区及论坛讨论专区。 +1. 特殊的专有的身份标签。 +1. 更加快速的专人客服响应。 +1. 管理员可对任何种子资源设置或取消 VIP 专属属性,VIP 属性的资源只能 VIP 用户下载。 +1. VIP 可以不受分享率的限制下载站内任何资源。 +1. VIP 用户特享 `%(salesGlobalConfig.vip.value.Ur).2f` 倍的上传量加成,`%(salesGlobalConfig.vip.value.Dr).2f` 倍的下载量加成。 +1. VIP 用户特享 `%(scoreConfig.action.seedUpDownload.vipRatio).2f` 倍的上传量积分加成,`%(scoreConfig.action.seedUpDownload.vipRatio).2f` 倍的下载量积分加成。 +1. VIP 用户特享 `%(scoreConfig.action.seedUpDownload.vipRatio).2f` 倍的做种时间积分加成。 +1. VIP 用户对 H&R 黑种警告免疫,不受警告上限 `%(hnrConfig.forbiddenDownloadMinWarningNumber)d` 条的限制,这里可查看 [H&R 黑种细则](/about/manual/hnrRules)。 +1. VIP 用户不参加站点内举行的定期增量任务考核。 +1. 管理组正在制定更多 VIP 用户权益,敬请期待。 + + +#### :white_small_square: 如何加入 VIP 俱乐部 + +1. 站内 VIP 用户只接受捐赠加入,如果您想加入我们的 VIP 俱乐部,[请点这里加入](/vip/rules)。 +1. 当您的 VIP 身份确认成功后,会收到系统自动发送的站内确认消息通知。 +1. VIP 身份按月计算,期满后,自动变成普通用户身份,不再享受 VIP 用户的所有权益。 +1. 如需其它帮助, 请 [给我们发邮件](mailto:%(appConfig.admin)s),我们将派专人为您服务。 \ No newline at end of file diff --git a/modules/vip/client/views/rules.client.view.html b/modules/vip/client/views/rules.client.view.html index 889a5e7f..499d6b12 100644 --- a/modules/vip/client/views/rules.client.view.html +++ b/modules/vip/client/views/rules.client.view.html @@ -19,8 +19,10 @@