风险系数判断修复

This commit is contained in:
root
2026-06-14 18:30:06 +08:00
parent 235bf939b8
commit eb2724e3de
143 changed files with 68315 additions and 73 deletions
+24
View File
@@ -0,0 +1,24 @@
<?php
namespace WhichBrowser\Data;
DeviceModels::$ASHA_INDEX = array (
'@50' =>
array (
0 => 500,
1 => 501,
2 => '501s',
3 => '501.1',
4 => '501.2',
5 => 502,
6 => 503,
7 => '503s',
),
'@AS' =>
array (
0 => 'Asha230SingleSIM',
1 => 'Asha230DualSIM',
2 => 'Asha500SingleSIM',
3 => 'Asha500DualSIM',
),
);