完善通道创建功能,添加参数验证与格式化输出
This commit is contained in:
@@ -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>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user