mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-05 21:28:19 +02:00
feat(templates): invitations template
This commit is contained in:
@@ -1,7 +1,28 @@
|
||||
## This is the `INVITATIONS RULES` of %(appConfig.name)s
|
||||
### :orange_book: Invitations Rules Detail - %(appConfig.name)s
|
||||
---
|
||||
**%(appConfig.name)s** is a private torrents resource sharing platform, so we don't provide access to public registries from outside users, so if you want to join us, you have to go through the following ways:
|
||||
* The site may open public registration restrictions for a short period of time or in certain special periods. You can take advantage of the opportunity to quickly register to join.
|
||||
* By donating to the site, the site sends you an official invitation, and then registers and joins as a VIP user.
|
||||
* When the invitation is not restricted, you can send an invitation letter to your friends and then register to join.
|
||||
|
||||
The rules content is read from template file, it is support `markdown` style.
|
||||
**This rule only explains how to send ordinary invitations to other users and register to join.**
|
||||
|
||||
If you want to change these rules, please modify the .md file at `modules/about/client/templates/invitations-rules-xx.md`.
|
||||
 
|
||||
|
||||
The `xx` is the language flag, like `zh`,`en` etc.
|
||||
#### :white_small_square: How to send regular invitations
|
||||
|
||||
1. If you want to send invitations to your friends, you need to use scores to exchange an invitation before sending it to your friends. Currently exchange an invitation requires `%(inviteConfig.scoreExchange).2f` scores.
|
||||
1. The invitation has a certain period of validity. If it expires, the invitation will automatically expire, so you should send an invitation letter to your friend before it expires. The current invitation is set to `%(inviteConfig.expires_str)s`.
|
||||
1. The invitation letter must be sent via email. We may specify or exclude some special email addresses. Please pay attention to the message notifications.
|
||||
1. If the site closes the invitation sending feature, you will not be able to exchange and send invitations. The current invitation delivery status is:
|
||||
```javascript
|
||||
invite.openInvite: %(inviteConfig.openInvite)s
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
#### :white_small_square: How to register after receiving the invitation
|
||||
|
||||
1. If you receive an invitation from a friend, you must click the registered connection address within the `%(inviteConfig.expires_str)s` to complete the registration, otherwise the invitation will expire automatically.
|
||||
1. After registration is complete, you may need to complete the last account activation by registering the connection address in the email.
|
||||
1. For new ordinary users who just joined, you may need to understand the [user account rules detail](/about/manual/userAccountRules) and various rules and regulations within the site.
|
||||
@@ -1,7 +1,28 @@
|
||||
## 这是 `INVITATIONS RULES` 邀请函规则文档
|
||||
### :orange_book: 邀请函细则详细说明 - %(appConfig.name)s
|
||||
---
|
||||
**%(appConfig.name)s** 是一个私有的资源种子共享平台,所以不向站外用户提供公开注册的加入渠道,所以如果您想加入我们,你只有通过以下几种办法:
|
||||
* 站点可能会在某些特殊时期短时间打开公开注册限制,您可以瞅准机会快速注册加入。
|
||||
* 通过向站点捐赠,站点向你发送官方邀请,然后再行注册加入并获得 VIP 用户身份。
|
||||
* 在邀请限制打开的情况下通过站内的好友向您发送邀请函,然后再行注册加入。
|
||||
|
||||
这些规则内容是从模板文件读取, 它完全支持 `markdown` 语法风格.
|
||||
本细则只解释如何向其它用户发送普通邀请函并注册加入。
|
||||
|
||||
如果你想修改规则内容, 请编辑 .md 文件, 它存放于 `modules/about/client/templates/invitations-rules-xx.md`.
|
||||
 
|
||||
|
||||
`xx` 代表语言标识符, 如 `zh`,`en` 等.
|
||||
#### :white_small_square: 如何发送普通邀请函
|
||||
|
||||
1. 如果您想向您的朋友发送邀请函,您需要先使用站内积分来兑换一张邀请函,然后再发送给您的朋友,目前兑换一张邀请函需要 `%(inviteConfig.scoreExchange).2f` 积分。
|
||||
1. 兑换的邀请函有一定的有效期,如果超期,邀请函会自动失效,所以您应该在过期前将邀请函发送给您的朋友,目前邀请函的有效期设定为 `%(inviteConfig.expires_str)s`。
|
||||
1. 邀请函必须通过邮件进行发送,站点可能会指定或排除一些特殊的邮件地址,请注意相关的站内消息通知。
|
||||
1. 如果站点关闭邀请发送功能,您将不能兑换与发送邀请函,目前的邀请发送功能状态为:
|
||||
```javascript
|
||||
invite.openInvite: %(inviteConfig.openInvite)s
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
#### :white_small_square: 收到邀请函后如何注册
|
||||
|
||||
1. 如果您收到朋友发来的邀请函,您必须在 `%(inviteConfig.expires_str)s` 内点击邮件内的注册连接地址完成注册,否则收到的邀请连接会自动过期。
|
||||
1. 注册完成后,您可能需要通过注册邮件内的连接地址完成最后的帐户激活操作。
|
||||
1. 对于刚加入的普通新用户,您可能需要了解站内的 [用户帐号细则](/about/manual/userAccountRules) 以及站内的各项规章制度。
|
||||
Reference in New Issue
Block a user