增加force_real_time_rank的提示

This commit is contained in:
virusdefender 2016-04-01 21:26:56 +08:00
parent 2e6a65d071
commit f7b5359c40
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@
<label>实时排名</label>
<div class="form-group">
<label class="text"><input type="checkbox" ms-duplex-checked="realTimeRank">
<small>如果不勾选,排名会被缓存,不会更新,而且只显示自己的提交。用于 acm 封榜。</small>
<small>如果不勾选,排名会被缓存,不会更新,而且只显示自己的提交。用于 acm 封榜。rank页面url后面增加?force_real_time_rank=true可以在管理员身份下查看最新排名。</small>
</label>
</div>
</div>

View File

@ -96,7 +96,7 @@
<div class="form-group">
<label class="text"><input type="checkbox" ms-duplex-checked="realTimeRank">
<small>不勾选则排名不更新,且只显示自己的提交</small>
<small>如果不勾选,排名会被缓存,不会更新,而且只显示自己的提交。用于 acm 封榜。rank页面url后面增加?force_real_time_rank=true可以在管理员身份下查看最新排名</small>
</label>
</div>
</div>