From 34f45c8c5a6c9067028dbf25c43c101c434a7bd8 Mon Sep 17 00:00:00 2001 From: Eamon-meng <17516219072@163.com> Date: Mon, 15 Jun 2026 14:07:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E5=8F=96IP=E9=A1=B5=E9=9D=A2=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=94=B9=E5=9B=9E=20ip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/components/composites/extract/index.tsx | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c375a2f..79dfbfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lanhu-web", - "version": "1.13.0", + "version": "1.13.1", "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 2a4a406..46e9c6f 100644 --- a/src/components/composites/extract/index.tsx +++ b/src/components/composites/extract/index.tsx @@ -53,7 +53,7 @@ export default function Extract(props: ExtractProps) { authType: '1', count: 1, distinct: '1', - hostFormat: 'domain', + hostFormat: 'ip', format: 'text', breaker: '13,10', separator: '124', @@ -228,14 +228,14 @@ const FormFields = memo(() => { defaultValue={field.value} className="flex gap-4" > - - - 域名 - IP + + + 域名 + )}