mirror of
https://github.com/wmn1525/grasscutterTools.git
synced 2024-11-21 22:58:26 +00:00
:fix 修改物品
This commit is contained in:
parent
dc19669a78
commit
8882fda1c1
@ -7,7 +7,7 @@ import { Message } from '@arco-design/web-vue'
|
||||
const { text, isSupported, copy } = useClipboard()
|
||||
|
||||
var value2 = ref()
|
||||
var value3 = ref('/give')
|
||||
var value3 = ref('give')
|
||||
var uid = ref("@")
|
||||
var num = ref()
|
||||
|
||||
@ -18,11 +18,11 @@ const options = reactive(thing)
|
||||
const options2 = reactive([
|
||||
{
|
||||
label: '给予指定玩家一定数量的物品',
|
||||
value: '/give',
|
||||
value: 'give',
|
||||
},
|
||||
{
|
||||
label: '在指定玩家周围掉落指定物品',
|
||||
value: '/drop',
|
||||
value: 'drop',
|
||||
},
|
||||
])
|
||||
const message = Message
|
||||
|
Loading…
Reference in New Issue
Block a user