Update introduction text about scores

This commit is contained in:
printempw 2018-07-06 14:09:17 +08:00
parent f2477f437b
commit 12b32fce3d
3 changed files with 18 additions and 18 deletions

View File

@ -18,14 +18,16 @@ score-intro:
title: What is score? title: What is score?
introduction: | introduction: |
We use score system to prevent the behaviors like uplaoding huge amount of textures and registering players casually. We use score system to prevent the behaviors like uplaoding huge amount of textures and registering players casually.
Both adding players and uplaoding textures will consume your score. :return-score Either adding players, uplaoding textures or adding a skinlib item to your closet will consume scores.
:return-score
The inital score of user on this site is :initial_score, you can acquire :score-from ~ :score-to scores by signing in. New users will get :initial_score scores initially, and you can acquire :score-from ~ :score-to scores by daily signing in.
will-return-score: The score will be returned if you deleted them. will-return-score: The score will be returned if you deleted players, uploaded textures or closet items.
no-return-score: But the score will NOT be returned if you deleted them. no-return-score: The score will NOT be returned if you deleted players, uploaded textures or closet items.
rates: rates:
storage: :score scores = 1 KB storage storage: :score scores = 1 KB storage
player: :score scores = 1 player player: :score scores = 1 player
closet: :score socres = 1 closet item
closet: closet:
upload: Upload Texture upload: Upload Texture

View File

@ -17,22 +17,17 @@ announcement: 公告
score-intro: score-intro:
title: 积分是个啥? title: 积分是个啥?
introduction: | introduction: |
「既然你诚心诚意地发问了!」 为了防止用户滥用材质上传功能导致占用过多的存储空间,本站已启用积分系统。
「那我们就大发慈悲地告诉你!」 添加角色、上传材质,以及添加皮肤库里的材质到衣柜等操作均会消耗积分。
「为了守护皮肤站的和平」 :return-score
「为了防止皮肤站被破坏」
「贯彻爱与真实的。。呸!」上面只是卖下萌~
为了不出现用户一个劲上传材质导致存储空间爆满,我们决定启用积分系统。 本站用户初始积分为 :initial_score每日签到可以随机获得 :score-from ~ :score-to 积分。
添加角色以及上传材质都会消耗积分,:return-score。 will-return-score: 删除已经添加的角色、已上传的材质、衣柜中的收藏物品时将会返还相应积分。
no-return-score: 删除已经添加的角色、已上传的材质、衣柜中的收藏物品时不会返还相应积分。
本站用户初始积分为 :initial_score每日签到可以随机获得 :score-from ~ :score-to 积分
添加皮肤库里的材质到衣柜不消耗积分。
will-return-score: 而删除已经添加的角色和已上传的材质时积分将会被返还
no-return-score: 但删除已经添加的角色和已上传的材质时积分不会被返还
rates: rates:
storage: :score 积分 = 1 KB 存储空间 storage: :score 积分 = 1 KB 存储空间
player: :score 积分 = 1 个角色 player: :score 积分 = 1 个角色
closet: :score 积分 = 1 个衣柜收藏
closet: closet:
upload: 上传材质 upload: 上传材质

View File

@ -123,12 +123,15 @@
<hr /> <hr />
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-4">
<p class="text-center">{{ trans('user.score-intro.rates.storage', ['score' => option('score_per_storage')]) }}</p> <p class="text-center">{{ trans('user.score-intro.rates.storage', ['score' => option('score_per_storage')]) }}</p>
</div> </div>
<div class="col-md-6"> <div class="col-md-4">
<p class="text-center">{{ trans('user.score-intro.rates.player', ['score' => option('score_per_player')]) }}</p> <p class="text-center">{{ trans('user.score-intro.rates.player', ['score' => option('score_per_player')]) }}</p>
</div> </div>
<div class="col-md-4">
<p class="text-center">{{ trans('user.score-intro.rates.closet', ['score' => option('score_per_closet_item')]) }}</p>
</div>
</div> </div>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">