完善通道创建功能,添加参数验证与格式化输出

This commit is contained in:
2025-04-14 16:00:46 +08:00
parent e928b5a270
commit 4315c8eba9
5 changed files with 233 additions and 36 deletions

View File

@@ -5,8 +5,8 @@ export type ExtractPageProps = {}
export default async function ExtractPage(props: ExtractPageProps) {
return (
<Page>
<Extract/>
<Page className={`p-0`}>
<Extract className={`p-8`}/>
</Page>
)
}