优化:全站金币图标由 🪙(银灰色)统一替换为 💰(金黄色)
🪙 在多数平台/字体上渲染为银灰色,与「金币」语义不符; 💰 各平台均渲染为金黄色,更直观传达金币概念。 涉及文件(43处): - app/Jobs:百家乐、赛马结算广播 - app/Http/Controllers:管理员命令、红包、老虎机、神秘箱子 - app/Listeners - resources/views:聊天室各游戏面板、商店、toolbar、后台页面等
This commit is contained in:
@@ -744,7 +744,7 @@
|
||||
style="flex:1; padding: 7px 10px; border-radius: 5px; font-size: 12px; font-weight: bold; cursor: pointer;
|
||||
background: linear-gradient(135deg,#f59e0b,#d97706); color:#fff; border:none;"
|
||||
x-on:click="openRewardModal(userInfo.username)">
|
||||
🪙 送金币
|
||||
💰 送金币
|
||||
</button>
|
||||
|
||||
{{-- 求婚按钮:对方未婚 + 双方均已设置性别 + 异性 --}}
|
||||
@@ -1059,7 +1059,7 @@
|
||||
style="background:linear-gradient(135deg,#f59e0b,#d97706); padding:14px 20px;
|
||||
display:flex; align-items:center; justify-content:space-between;">
|
||||
<div>
|
||||
<div style="color:#fff; font-weight:bold; font-size:16px;">🪙 发放奖励金币</div>
|
||||
<div style="color:#fff; font-weight:bold; font-size:16px;">💰 发放奖励金币</div>
|
||||
<div style="color:rgba(255,255,255,.9); font-size:12px; margin-top:2px;"
|
||||
x-text="'发给:' + targetUsername"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user