优化:全站金币图标由 🪙(银灰色)统一替换为 💰(金黄色)
🪙 在多数平台/字体上渲染为银灰色,与「金币」语义不符; 💰 各平台均渲染为金黄色,更直观传达金币概念。 涉及文件(43处): - app/Jobs:百家乐、赛马结算广播 - app/Http/Controllers:管理员命令、红包、老虎机、神秘箱子 - app/Listeners - resources/views:聊天室各游戏面板、商店、toolbar、后台页面等
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
{{-- ── 汇总统计卡片 ── --}}
|
||||
@php
|
||||
$statCards = [
|
||||
'reward' => ['label' => '奖励发放', 'icon' => '🪙', 'color' => 'yellow'],
|
||||
'reward' => ['label' => '奖励发放', 'icon' => '💰', 'color' => 'yellow'],
|
||||
'kick' => ['label' => '踢出操作', 'icon' => '🚫', 'color' => 'red'],
|
||||
'mute' => ['label' => '禁言操作', 'icon' => '🔇', 'color' => 'purple'],
|
||||
'warn' => ['label' => '警告操作', 'icon' => '⚠️', 'color' => 'orange'],
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
{{-- 奖励配置 --}}
|
||||
<div class="mb-6">
|
||||
<h3 class="text-sm font-bold text-gray-700 mb-3 pb-2 border-b">🪙 奖励配置</h3>
|
||||
<h3 class="text-sm font-bold text-gray-700 mb-3 pb-2 border-b">💰 奖励配置</h3>
|
||||
<div class="grid grid-cols-2 gap-4">
|
||||
<div>
|
||||
<label class="block text-xs font-bold text-gray-600 mb-1">总金币奖池 <span
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
@endif
|
||||
</td>
|
||||
<td class="p-3 font-bold text-amber-600">
|
||||
🪙 {{ number_format($event->total_amount) }}
|
||||
💰 {{ number_format($event->total_amount) }}
|
||||
</td>
|
||||
<td class="p-3">
|
||||
@if ($event->distribute_type === 'random')
|
||||
|
||||
@@ -138,7 +138,7 @@
|
||||
}">
|
||||
<div class="flex items-center gap-6 flex-wrap">
|
||||
<div class="flex-1 min-w-0">
|
||||
<h3 class="text-sm font-bold text-amber-800 mb-1">🪙 全局奖励接收上限</h3>
|
||||
<h3 class="text-sm font-bold text-amber-800 mb-1">💰 全局奖励接收上限</h3>
|
||||
<p class="text-xs text-amber-700 leading-relaxed">
|
||||
每位用户单日内可从<b>所有职务持有者</b>处累计接收奖励金币的最高次数。
|
||||
设为 <code class="bg-amber-100 px-1 rounded">0</code> 表示不限制。
|
||||
|
||||
Reference in New Issue
Block a user