Skip to content

Commit

Permalink
增加最新系统版本筛选条件,包含安卓14/鸿蒙4/苹果17
Browse files Browse the repository at this point in the history
  • Loading branch information
lixf6 committed Dec 13, 2023
1 parent 23923f4 commit 2c1aa72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/Devices.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2c1aa72

Please sign in to comment.