添加运营商 46008

This commit is contained in:
Mizore 2023-04-01 16:08:52 +08:00
parent 9653277602
commit 0a5b8ffbad

View File

@ -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", "中国广电"}
}