mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-19 04:19:30 +08:00
修复装备栏的一个bug
This commit is contained in:
parent
9639f8670e
commit
70e7aae005
@ -75,6 +75,15 @@
|
|||||||
"hide": "该探索成就需要你自己探索如何达成",
|
"hide": "该探索成就需要你自己探索如何达成",
|
||||||
"progress": "",
|
"progress": "",
|
||||||
"point": 50
|
"point": 50
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "没货了!",
|
||||||
|
"text": [
|
||||||
|
"尝试连续购买已卖空的物品三次"
|
||||||
|
],
|
||||||
|
"hide": "该探索成就需要你自己探索如何达成",
|
||||||
|
"progress": "",
|
||||||
|
"point": 20
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -376,6 +376,9 @@ function loadEquip() {
|
|||||||
function update() {
|
function update() {
|
||||||
equiped.value = core.status.hero.equipment;
|
equiped.value = core.status.hero.equipment;
|
||||||
equips.value = getEquips();
|
equips.value = getEquips();
|
||||||
|
requestAnimationFrame(() => {
|
||||||
|
bind();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// ----- 绑定函数
|
// ----- 绑定函数
|
||||||
|
Loading…
Reference in New Issue
Block a user