From dd7094a7feaab104af6d67a150baf2fa34a7e2d8 Mon Sep 17 00:00:00 2001 From: Mizore Date: Sun, 16 Apr 2023 23:18:02 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=B7=BB=E5=8A=A0=E4=B8=80?= =?UTF-8?q?=E4=BA=9B=E8=BF=90=E8=90=A5=E5=95=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/util_mobile.lua | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/script/util_mobile.lua b/script/util_mobile.lua index a8d8b7a..4e160d1 100644 --- a/script/util_mobile.lua +++ b/script/util_mobile.lua @@ -2,10 +2,19 @@ local util_mobile = {} -- 运营商数据 local oper_data = { + -- 中国移动 ["46000"] = {"CM", "中国移动", {"10086", "CXLL"}}, + ["46002"] = {"CM", "中国移动", {"10086", "CXLL"}}, + ["46007"] = {"CM", "中国移动", {"10086", "CXLL"}}, + -- 中国联通 ["46001"] = {"CU", "中国联通", {"10010", "2082"}}, - ["46008"] = {"CM", "中国移动", {"10086", "CXLL"}}, - ["46011"] = {"CT", "中国电信"}, + ["46006"] = {"CU", "中国联通", {"10010", "2082"}}, + ["46009"] = {"CU", "中国联通", {"10010", "2082"}}, + -- 中国电信 + ["46003"] = {"CT", "中国电信", {"10001", "108"}}, + ["46005"] = {"CT", "中国电信", {"10001", "108"}}, + ["46011"] = {"CT", "中国电信", {"10001", "108"}}, + -- 中国广电 ["46015"] = {"CB", "中国广电"} }