目录结构与表单组件结构调整

This commit is contained in:
2025-03-24 12:29:52 +08:00
parent 60155e9d9d
commit e16ef8e509
9 changed files with 530 additions and 615 deletions

View File

@@ -1,6 +1,6 @@
import BreadCrumb from '@/components/bread-crumb'
import Wrap from '@/components/wrap'
import FormSection from '@/app/(root)/collect/form-section'
import FormSection from '@/app/(root)/collect/_client/form-section'
export type CollectPageProps = {}
@@ -11,7 +11,6 @@ export default function CollectPage(props: CollectPageProps) {
<BreadCrumb items={[
{label: 'IP 提取', href: '/collect'},
]}/>
<h2 className={`text-3xl text-center`}> IP</h2>
<FormSection/>
</Wrap>
</main>