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 + + + 域名 + )}