Skip to content

Commit

Permalink
Merge pull request SonicCloudOrg#269 from lixf6/main
Browse files Browse the repository at this point in the history
增加最新系统版本筛选条件,包含安卓14/鸿蒙4/苹果17(用户对这块的筛选会需求比较强劲)
  • Loading branch information
ZhouYixun committed Dec 19, 2023
2 parents 23923f4 + 2c1aa72 commit 348ddc7
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 348ddc7

Please sign in to comment.