Browse Source

:sparkles: 添加运营商 46008

Mizore 2 years ago
parent
commit
0a5b8ffbad
1 changed files with 1 additions and 0 deletions
  1. 1 0
      script/util_mobile.lua

+ 1 - 0
script/util_mobile.lua

@@ -4,6 +4,7 @@ local util_mobile = {}
 local oper_data = {
     ["46000"] = {"CM", "中国移动", {"10086", "CXLL"}},
     ["46001"] = {"CU", "中国联通", {"10010", "2082"}},
+    ["46008"] = {"CM", "中国移动", {"10086", "CXLL"}},
     ["46011"] = {"CT", "中国电信"},
     ["46015"] = {"CB", "中国广电"}
 }