From 127df93de9bfa63d5ef590dcfbedb2047748eccf Mon Sep 17 00:00:00 2001 From: METO Date: Thu, 27 Feb 2025 21:08:02 +0800 Subject: [PATCH] Update isp.js --- src/plugins/isp.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/plugins/isp.js b/src/plugins/isp.js index 20fa06b6..36052b18 100644 --- a/src/plugins/isp.js +++ b/src/plugins/isp.js @@ -12,12 +12,13 @@ const ISP_MAP = { 'cernet.edu.cn': 'cernet', // 中国教育网 'cstnet.cn': 'cstnet', // 中国科技网 // 常见云服务商 - 'aliyun.com': 'aliyun', - 'tencent.com': 'tencent', + 'aliyun.com': 'aliyun', // 阿里云 + 'tencent.com': 'tencent', // 腾讯云 'cloudflare.com': 'cloudflare', - 'huawei.com': 'huawei', + 'huawei.com': 'huawei', // 华为云 'microsoft.com': 'microsoft', - 'bytedance.com': 'bytedance', + 'bytedance.com': 'bytedance', // 字节跳动 + 'volcengine.com': 'volcengine', // 火山引擎 'cloud.google.com': 'googlecloud', }