Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 348ddc7

Browse files
authored
Merge pull request #269 from lixf6/main
增加最新系统版本筛选条件,包含安卓14/鸿蒙4/苹果17(用户对这块的筛选会需求比较强劲)
2 parents 23923f4 + 2c1aa72 commit 348ddc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/views/Devices.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ const agentIds = ref([]);
6969
const cpus = ref([]);
7070
const sizes = ref([]);
7171
const isFlush = ref('0');
72-
const androidSystemVersion = ref([5, 6, 7, 8, 9, 10, 11, 12, 13]);
73-
const iOSSystemVersion = ref([9, 10, 11, 12, 13, 14, 15, 16]);
74-
const harmonySystemVersion = ref([1, 2, 3]);
72+
const androidSystemVersion = ref([5, 6, 7, 8, 9, 10, 11, 12, 13, 14]);
73+
const iOSSystemVersion = ref([9, 10, 11, 12, 13, 14, 15, 16, 17]);
74+
const harmonySystemVersion = ref([1, 2, 3, 4]);
7575
const manufacturer = ref([
7676
'APPLE',
7777
'HUAWEI',

0 commit comments

Comments
 (0)