From 85f241e8e302f1b255d905926f3f9d9cb88eac0a Mon Sep 17 00:00:00 2001 From: Eamon-meng <17516219072@163.com> Date: Wed, 21 Jan 2026 10:12:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8F=91=E5=B8=83v1.1.1?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/components/composites/extract/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 925432b..09ba214 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lanhu-web", - "version": "1.1.0", + "version": "1.1.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 d34ec3a..3144035 100644 --- a/src/components/composites/extract/index.tsx +++ b/src/components/composites/extract/index.tsx @@ -18,7 +18,7 @@ import {toast} from 'sonner' import {merge} from '@/lib/utils' import {Combobox} from '@/components/ui/combobox' import cities from './_assets/cities.json' -import ExtractDocs from '@/app/(home)/docs/product/api-docs/page.md' +import ExtractDocs from '@/app/(home)/docs/(product)/api-docs/page.md' import Link from 'next/link' import {useProfileStore} from '@/components/stores/profile'