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())}
- {/* 操作 */}
-
-