mirror of
https://github.com/wmn1525/grasscutterTools.git
synced 2024-11-21 22:58:26 +00:00
:fix 数量等级反了
This commit is contained in:
parent
d8d9725b01
commit
d6ed4e3fd1
@ -14,7 +14,7 @@ var grade = ref(80)
|
||||
var num = ref(10)
|
||||
|
||||
const value = computed(() => {
|
||||
return `/spawn ${value2.value} ${grade.value} ${num.value}`
|
||||
return `/spawn ${value2.value} ${num.value} ${grade.value}`
|
||||
})
|
||||
const options = reactive(
|
||||
monster
|
||||
|
Loading…
Reference in New Issue
Block a user