优化排行榜:隐藏管理员 + 盖世神豪榜单位改为枚
- 所有榜单查询排除 user_level >= superLevel 的管理员 - 盖世神豪榜单位从'万'改为'枚' - 缓存的查询也会过滤管理员(缓存到期后自动生效)
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
@include('leaderboard.partials.list', [
|
||||
'users' => $topWealth,
|
||||
'valueField' => 'jjb',
|
||||
'unit' => '万',
|
||||
'unit' => '枚',
|
||||
'color' => 'text-yellow-600',
|
||||
])
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user