From 455db7feb3306f118b3716fb50acf513fccf9f11 Mon Sep 17 00:00:00 2001 From: wmn <1525968046@qq.com> Date: Mon, 1 Aug 2022 21:48:48 +0800 Subject: [PATCH] =?UTF-8?q?:add=20=E9=80=82=E9=85=8D2.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components.d.ts | 4 --- src/pages/start/components/commuse.vue | 2 +- src/pages/start/components/holyrelic.vue | 3 +-- src/pages/start/components/other.vue | 32 +++++++++++++----------- src/pages/start/components/thing.vue | 2 +- src/pages/start/components/weapon.vue | 2 +- 6 files changed, 22 insertions(+), 23 deletions(-) diff --git a/src/components.d.ts b/src/components.d.ts index 35a3230..c71b1e3 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -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'] diff --git a/src/pages/start/components/commuse.vue b/src/pages/start/components/commuse.vue index b86140f..bbf8461 100644 --- a/src/pages/start/components/commuse.vue +++ b/src/pages/start/components/commuse.vue @@ -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([ { diff --git a/src/pages/start/components/holyrelic.vue b/src/pages/start/components/holyrelic.vue index e6057f1..e03e754 100644 --- a/src/pages/start/components/holyrelic.vue +++ b/src/pages/start/components/holyrelic.vue @@ -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) diff --git a/src/pages/start/components/other.vue b/src/pages/start/components/other.vue index dea0a55..6f5d8ef 100644 --- a/src/pages/start/components/other.vue +++ b/src/pages/start/components/other.vue @@ -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 diff --git a/src/pages/start/components/thing.vue b/src/pages/start/components/thing.vue index 6f5f9c0..09715b1 100644 --- a/src/pages/start/components/thing.vue +++ b/src/pages/start/components/thing.vue @@ -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([ diff --git a/src/pages/start/components/weapon.vue b/src/pages/start/components/weapon.vue index 662a53c..f7fec25 100644 --- a/src/pages/start/components/weapon.vue +++ b/src/pages/start/components/weapon.vue @@ -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)