From 2c1aa7219ee15b50a1843ebe25921d473f00f8bf Mon Sep 17 00:00:00 2001 From: lixf6 Date: Wed, 13 Dec 2023 15:07:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9C=80=E6=96=B0=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E7=89=88=E6=9C=AC=E7=AD=9B=E9=80=89=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E5=8C=85=E5=90=AB=E5=AE=89=E5=8D=9314/=E9=B8=BF?= =?UTF-8?q?=E8=92=994/=E8=8B=B9=E6=9E=9C17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Devices.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/Devices.vue b/src/views/Devices.vue index f63486bf..1e772ed6 100644 --- a/src/views/Devices.vue +++ b/src/views/Devices.vue @@ -69,9 +69,9 @@ const agentIds = ref([]); const cpus = ref([]); const sizes = ref([]); const isFlush = ref('0'); -const androidSystemVersion = ref([5, 6, 7, 8, 9, 10, 11, 12, 13]); -const iOSSystemVersion = ref([9, 10, 11, 12, 13, 14, 15, 16]); -const harmonySystemVersion = ref([1, 2, 3]); +const androidSystemVersion = ref([5, 6, 7, 8, 9, 10, 11, 12, 13, 14]); +const iOSSystemVersion = ref([9, 10, 11, 12, 13, 14, 15, 16, 17]); +const harmonySystemVersion = ref([1, 2, 3, 4]); const manufacturer = ref([ 'APPLE', 'HUAWEI',