mirror of
https://github.com/wmn1525/grasscutterTools.git
synced 2024-11-21 14:48:35 +00:00
:add 适配2.8
This commit is contained in:
parent
16e762954e
commit
455db7feb3
4
src/components.d.ts
vendored
4
src/components.d.ts
vendored
@ -10,12 +10,8 @@ declare module '@vue/runtime-core' {
|
||||
ACheckbox: typeof import('@arco-design/web-vue')['Checkbox']
|
||||
ADescriptions: typeof import('@arco-design/web-vue')['Descriptions']
|
||||
ADrawer: typeof import('@arco-design/web-vue')['Drawer']
|
||||
AForm: typeof import('@arco-design/web-vue')['Form']
|
||||
AFormItem: typeof import('@arco-design/web-vue')['FormItem']
|
||||
AInput: typeof import('@arco-design/web-vue')['Input']
|
||||
AInputGroup: typeof import('@arco-design/web-vue')['InputGroup']
|
||||
AInputNumber: typeof import('@arco-design/web-vue')['InputNumber']
|
||||
AInputPassword: typeof import('@arco-design/web-vue')['InputPassword']
|
||||
ALink: typeof import('@arco-design/web-vue')['Link']
|
||||
AMenu: typeof import('@arco-design/web-vue')['Menu']
|
||||
AMenuItem: typeof import('@arco-design/web-vue')['MenuItem']
|
||||
|
@ -13,7 +13,7 @@ var uid = ref('@')
|
||||
var num = ref(1000)
|
||||
|
||||
const value = computed(() => {
|
||||
return `give ${uid.value} ${value2.value} ${num.value}`
|
||||
return `give ${uid.value} ${value2.value} x${num.value}`
|
||||
})
|
||||
const options = reactive([
|
||||
{
|
||||
|
@ -25,8 +25,7 @@ const value = computed(() => {
|
||||
xct = xct + ` ${k.value},${k.num}`
|
||||
}
|
||||
})
|
||||
return `giveart ${uid.value} ${holyrelicnamevalue.value} ${holyrelicnmainvalue.value}${xct} ${grade.value + 1
|
||||
}`
|
||||
return `give ${uid.value} ${holyrelicnamevalue.value} lv${grade.value} ${holyrelicnmainvalue.value}${xct} `
|
||||
})
|
||||
const options = reactive(holyrelicname)
|
||||
|
||||
|
@ -10,33 +10,37 @@ const appStore = useAppStore()
|
||||
|
||||
const options = reactive([
|
||||
{
|
||||
title: '治疗队伍中所有角色',
|
||||
value: 'heal',
|
||||
title: '无敌',
|
||||
value: 'prop god on',
|
||||
},
|
||||
{
|
||||
title: '列出在线玩家',
|
||||
value: 'list',
|
||||
title: '无限体力',
|
||||
value: 'prop ns on',
|
||||
},
|
||||
{
|
||||
title: '获取当前坐标',
|
||||
value: 'position',
|
||||
title: '无限能量',
|
||||
value: 'prop ue on',
|
||||
},
|
||||
{
|
||||
title: '重载服务器配置',
|
||||
value: 'reload',
|
||||
title: '治疗',
|
||||
value: 'h',
|
||||
},
|
||||
{
|
||||
title: '重启服务端',
|
||||
isuse: '均可使用',
|
||||
value: 'restart',
|
||||
title: '设置纪行等级',
|
||||
// isuse: '均可使用',
|
||||
value: 'prop bp 50',
|
||||
},
|
||||
{
|
||||
title: '停止服务器',
|
||||
value: 'stop',
|
||||
title: '一键解锁深渊',
|
||||
value: 'prop ut 12',
|
||||
},
|
||||
{
|
||||
title: '世界等级8',
|
||||
value: 'setworldlevel 8',
|
||||
value: 'prop wl 8',
|
||||
},
|
||||
{
|
||||
title: '全队充能',
|
||||
value: 'spawn 2008 25',
|
||||
},
|
||||
])
|
||||
const message = Message
|
||||
|
@ -14,7 +14,7 @@ var uid = ref("@")
|
||||
var num = ref()
|
||||
|
||||
const value = computed(() => {
|
||||
return `${value3.value} ${uid.value} ${value2.value} ${num.value}`
|
||||
return `${value3.value} ${uid.value} ${value2.value} x${num.value}`
|
||||
})
|
||||
const options = reactive(thing)
|
||||
const options2 = reactive([
|
||||
|
@ -15,7 +15,7 @@ var grade = ref(90)
|
||||
var refined = ref(5)
|
||||
|
||||
const value = computed(() => {
|
||||
return `give ${uid.value} ${value2.value} ${num.value} ${grade.value} ${refined.value}`
|
||||
return `give ${uid.value} ${value2.value} x${num.value} lv${grade.value} r${refined.value}`
|
||||
})
|
||||
const options = reactive(weapon)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user