From 7dab60f9b2fc53001fcfe79cfdfcd659ed6b3236 Mon Sep 17 00:00:00 2001 From: taobataoma Date: Sat, 17 Mar 2018 11:17:50 -0400 Subject: [PATCH] doc(templates): update templates score-rules --- .../about/client/templates/score-rules-en.md | 25 ++++++++++++++++--- .../about/client/templates/score-rules-zh.md | 24 +++++++++++++++--- 2 files changed, 41 insertions(+), 8 deletions(-) diff --git a/modules/about/client/templates/score-rules-en.md b/modules/about/client/templates/score-rules-en.md index 8611f783..e90a4b3b 100644 --- a/modules/about/client/templates/score-rules-en.md +++ b/modules/about/client/templates/score-rules-en.md @@ -1,7 +1,24 @@ -## This is the `SCORE RULES` of %(appConfig.name)s +### USER SCORE rules detail - %(appConfig.name)s +--- +%(appConfig.name)s provide a **user level** system, there are many ways for users to earn scores, and scores are also very useful. The user's scores are also the basis for calculating the user's level. Different user's levels correspond to different access rights. [Details of the user's level details can be viewed here](/about/manual/userLevelRules). -The rules content is read from template file, it is support `markdown` style. +  -If you want to change these rules, please modify the .md file at `modules/about/client/templates/score-rules-xx.md`. +#### Score increase rules +* Check-in every day to get `%(scoreConfig.checkInEveryDay)d` scores, continuous check-in to get additional `%(scoreConfig.checkInConsday)d` scores per day. -The `xx` is the language flag, like `zh`,`en` etc. \ No newline at end of file +  + +#### Score deduction rules +* Reactivate a long unused user account, account status changed from **inactive** to **normal**, deducted `%(signConfig.activeIdleAccountScore)d` scores. +* Exchange an invitation, need to deduct `%(inviteConfig.scoreExchange)d` scores. +* Each time a user post a request, the system will automatically reclaim `%(requestsConfig.scoreForAddRequest)d` scores. If the request is answered and accepted by the requester, the system will automatically deduct the scores the requester rewards. +* Remove an H&R warning, need to deduct `%(hnrConfig.scoreToRemoveWarning)d` scores. + +  + +#### Prohibited behavior + +  + +#### Penalties for violation \ No newline at end of file diff --git a/modules/about/client/templates/score-rules-zh.md b/modules/about/client/templates/score-rules-zh.md index bdb448ad..677b8e83 100644 --- a/modules/about/client/templates/score-rules-zh.md +++ b/modules/about/client/templates/score-rules-zh.md @@ -1,7 +1,23 @@ -## 这是 `SCORE RULES` 积分规则文档 +### :orange_book: 用户积分细则详细说明 - %(appConfig.name)s +--- +%(appConfig.name)s 提供一个 **用户积分** 系统,用户有很多种获取积分的办法,而且积分也有非常大的用处。用户积分也是计算用户等级的基础,不同的用户等级对应不同的访问权限,[这里可以查看有关用户等级的细则详情](/about/manual/userLevelRules)。 -这些规则内容是从模板文件读取, 它完全支持 `markdown` 语法风格. +  -如果你想修改规则内容, 请编辑 .md 文件, 它存放于 `modules/about/client/templates/score-rules-xx.md`. +#### 积分增加规则 +* 每日签到获得 `%(scoreConfig.checkInEveryDay)d` 积分,连续登记,每天额外增加 `%(scoreConfig.checkInConsday)d` 累计积分。 -`xx` 代表语言标识符, 如 `zh`,`en` 等. \ No newline at end of file +  + +#### 积分扣除规则 +* 重新激活长时间未使用的用户帐户,帐户状态由 **非激活** 变为 **正常**, 扣除 `%(signConfig.activeIdleAccountScore)d` 积分。 +* 兑换一张邀请函,需要扣除 `%(inviteConfig.scoreExchange)d` 积分。 +* 用户每发布一条请求,系统会自动回收 `%(requestsConfig.scoreForAddRequest)d` 积分,如果请求被回应而且被请求者采纳,系统会自动扣除请求者悬赏的积分。 +* 移除一条 H&R 警告,需要扣除 `%(hnrConfig.scoreToRemoveWarning)d` 积分 +  + +#### 禁止的行为 + +  + +#### 违规处罚 \ No newline at end of file