From 5cf87391b6a1b8e23b39d3617b63d03315058495 Mon Sep 17 00:00:00 2001 From: lkddi Date: Sun, 1 Mar 2026 15:52:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E5=95=86=E5=BA=97?= =?UTF-8?q?=E5=88=86=E7=BB=84=E6=8E=92=E5=BA=8F=E8=B0=83=E6=95=B4=EF=BC=8C?= =?UTF-8?q?=E6=94=B9=E5=90=8D=E5=8D=A1=EF=BC=88=E9=81=93=E5=85=B7=EF=BC=89?= =?UTF-8?q?=E7=A7=BB=E8=87=B3=E6=88=92=E6=8C=87=E5=90=8E=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/chat/partials/shop-panel.blade.php | 10 +++++----- resources/views/chat/partials/toolbar.blade.php | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/views/chat/partials/shop-panel.blade.php b/resources/views/chat/partials/shop-panel.blade.php index 749ab82..18562ff 100644 --- a/resources/views/chat/partials/shop-panel.blade.php +++ b/resources/views/chat/partials/shop-panel.blade.php @@ -330,16 +330,16 @@ desc: '同时只能激活一种,购新旧失效无退款', type: 'duration' }, - { - label: '🎭 道具', - desc: '', - type: 'one_time' - }, { label: '💍 求婚戒指', desc: '购买后存入背包,求婚时消耗(若被拒绝则遗失)', type: 'ring' }, + { + label: '🎭 道具', + desc: '', + type: 'one_time' + }, ]; const itemsEl = document.getElementById('shop-items-list'); diff --git a/resources/views/chat/partials/toolbar.blade.php b/resources/views/chat/partials/toolbar.blade.php index dd6efbf..6e2605a 100644 --- a/resources/views/chat/partials/toolbar.blade.php +++ b/resources/views/chat/partials/toolbar.blade.php @@ -794,16 +794,16 @@ desc: '同时只能激活一种,购新旧失效不退款', type: 'duration' }, - { - label: '🎭 道具', - desc: '', - type: 'one_time' - }, { label: '💍 求婚戒指', desc: '存入背包,求婚时消耗(被拒则遗失)', type: 'ring' }, + { + label: '🎭 道具', + desc: '', + type: 'one_time' + }, ]; const list = document.getElementById('shop-items-list');