优化:商店分组排序调整,改名卡(道具)移至戒指后面
This commit is contained in:
@@ -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');
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user