From 574ad0e6629dcd90d6cbdf9088a97233b89c4e9f Mon Sep 17 00:00:00 2001
From: Eamon-meng <17516219072@163.com>
Date: Mon, 27 Apr 2026 17:08:41 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E4=B9=B0=E9=A1=B5=E9=9D=A2=20&=20IP?=
=?UTF-8?q?=E6=8F=90=E5=8F=96=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=E8=B0=83?=
=?UTF-8?q?=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package.json | 2 +-
src/components/composites/extract/index.tsx | 47 ++++++++++-----
.../composites/purchase/long/center.tsx | 59 +++++++++----------
.../composites/purchase/long/form.tsx | 2 +-
.../purchase/shared/billing-method-field.tsx | 18 +++---
.../composites/purchase/short/center.tsx | 59 +++++++++----------
.../composites/purchase/short/form.tsx | 2 +-
7 files changed, 102 insertions(+), 87 deletions(-)
diff --git a/package.json b/package.json
index acf4d44..987247e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "lanhu-web",
- "version": "1.10.0",
+ "version": "1.11.0",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0 --turbopack",
diff --git a/src/components/composites/extract/index.tsx b/src/components/composites/extract/index.tsx
index 90fcf02..496d1a3 100644
--- a/src/components/composites/extract/index.tsx
+++ b/src/components/composites/extract/index.tsx
@@ -71,7 +71,7 @@ export default function Extract(props: ExtractProps) {
)}
>
-
+ {/*
提取IP前需要将本机IP添加到白名单后才可使用
@@ -83,7 +83,7 @@ export default function Extract(props: ExtractProps) {
添加白名单
-
+ */}
@@ -494,6 +494,8 @@ function SelectRegion() {
const regionType = useWatch({control, name: 'regionType'})
const prov = useWatch({control, name: 'prov'})
const city = useWatch({control, name: 'city'})
+ console.log(regionType, 'regionType')
+ console.log(prov, 'prov', city, 'city')
return (
@@ -604,25 +606,40 @@ function ApplyLink() {
}
return (
-
-
API 链接
+
+
+
+
+
+ 提取 IP 前需要将本机 IP 添加到白名单后才可使用
+
+
+
+ 添加白名单
+
+
+
- {/* 展示链接地址 */}
-
+
+
+
+
端口同时支持 socks5 和 http 协议
+
+
+
+
API 链接
+
+
{link(form.getValues())}
- {/* 操作 */}
-
-