mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-07-20 04:21:47 +08:00
Compare commits
1 Commits
7882fb66d0
...
4c16cac379
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4c16cac379 |
@ -92,8 +92,7 @@ export const Tip = defineComponent<TipProps>((props, { expose }) => {
|
||||
const num = texture.idNumberMap[iconId];
|
||||
iconNum.value = num;
|
||||
} else {
|
||||
// 样板竟然会传 null 进来,然后报错
|
||||
iconNum.value = iconId ?? 0;
|
||||
iconNum.value = iconId;
|
||||
}
|
||||
text.value = core.replaceText(tipText);
|
||||
alpha.set(0, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user