From 0a5b8ffbad2828add2d2b50108aa3e6bae4ba59e Mon Sep 17 00:00:00 2001 From: Mizore Date: Sat, 1 Apr 2023 16:08:52 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=B7=BB=E5=8A=A0=E8=BF=90?= =?UTF-8?q?=E8=90=A5=E5=95=86=2046008?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/util_mobile.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/script/util_mobile.lua b/script/util_mobile.lua index 49d9bfc..a8d8b7a 100644 --- a/script/util_mobile.lua +++ b/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", "中国广电"} }