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');