From b4f62ca6b9b6cf33f93bd9488751ae513381c47b Mon Sep 17 00:00:00 2001 From: lkddi Date: Sat, 28 Mar 2026 17:26:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=87=91=E5=B8=81=E6=B5=81=E6=B0=B4?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E7=B1=BB=E5=9E=8B=E6=A0=8F=E4=BD=8D=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E4=B8=8E=E6=96=87=E5=AD=97=E4=BF=9D=E6=8C=81=E5=90=8C?= =?UTF-8?q?=E8=A1=8C=E4=B8=8D=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/admin/currency-logs/index.blade.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/views/admin/currency-logs/index.blade.php b/resources/views/admin/currency-logs/index.blade.php index 8412654..3b199a2 100644 --- a/resources/views/admin/currency-logs/index.blade.php +++ b/resources/views/admin/currency-logs/index.blade.php @@ -119,16 +119,16 @@ @if($log->currency === 'gold') - - 💰 金币 + + 💰金币 @elseif($log->currency === 'exp') - - ⭐ 经验 + + 经验 @elseif($log->currency === 'charm') - - 💖 魅力 + + 💖魅力 @else {{ $log->currency }}