风险系数判断修复

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
+27
View File
@@ -0,0 +1,27 @@
<?php
namespace WhichBrowser\Data;
DeviceModels::$BADA_INDEX = array (
'@GT' =>
array (
0 => 'GT- ?S52(50|53)!',
1 => 'GT-S53(30|33)!',
2 => 'GT-S5380!',
3 => 'GT-S57(50|53)!',
4 => 'GT-S57(80)!',
5 => 'GT-S72(30|33)!',
6 => 'GT-S7250!',
7 => 'GT-S8500!',
8 => 'GT- ?S8530!',
9 => 'GT- ?S8600!',
),
'@SC' =>
array (
0 => 'SCH-F859!',
),
'@SH' =>
array (
0 => 'SHW-M410',
),
);