BUG修复

This commit is contained in:
kron
2025-11-05 17:48:38 +08:00
parent 3ac184f8cd
commit 49c1447942

View File

@@ -153,6 +153,8 @@ const loadConfig = () => {
const formatSetAndAmount = computed(() => {
if (selectedIndex.value === -1 || secondSelectIndex.value === -1)
return itemTexts[props.itemIndex];
if(selectedIndex.value === 99 && !sets.value) return itemTexts[props.itemIndex];
if(secondSelectIndex.value === 99 && !arrowAmount.value) return itemTexts[props.itemIndex];
return `${selectedIndex.value === 99 ? sets.value : selectedIndex.value}组/${
secondSelectIndex.value === 99
? arrowAmount.value