diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
index 78b0220..0f65cab 100644
--- a/.idea/codeStyles/Project.xml
+++ b/.idea/codeStyles/Project.xml
@@ -12,6 +12,14 @@
+
+
+
+
+
+
+
+
diff --git a/.idea/data_source_mapping.xml b/.idea/data_source_mapping.xml
index 7ba958c..cc982ab 100644
--- a/.idea/data_source_mapping.xml
+++ b/.idea/data_source_mapping.xml
@@ -6,5 +6,6 @@
+
\ No newline at end of file
diff --git a/packages/core/net/delegate.ts b/packages/core/net/delegate.ts
index 043077f..98f7a5b 100644
--- a/packages/core/net/delegate.ts
+++ b/packages/core/net/delegate.ts
@@ -23,7 +23,7 @@ import {
type ProxyType = "native" | "alicloud-fc" | "ip-proxy";
-const aliRegions = ["hangzhou", "shanghai", "beijing", "chengdu", "qingdao"] as const;
+const aliRegions = ["hangzhou"] as const;
type AliRegion = (typeof aliRegions)[number];
function createAliProxiesObject(regions: T) {