mirror of https://gitee.com/answerdev/answer.git
chore: Plugin Packaging & Deployment Testing
This commit is contained in:
parent
53a2a104a7
commit
bfcb2fa324
|
@ -7,8 +7,8 @@ import * as Type from '@/common/interface';
|
|||
|
||||
export interface FormProps {
|
||||
schema: JSONSchema | null;
|
||||
formData: Type.FormDataType | null;
|
||||
uiSchema?: UISchema;
|
||||
formData: Type.FormDataType | null;
|
||||
refreshConfig?: FormKit['refreshConfig'];
|
||||
hiddenSubmit?: boolean;
|
||||
onChange?: (data: Type.FormDataType) => void;
|
||||
|
|
|
@ -175,6 +175,9 @@ const Index: React.FC = () => {
|
|||
return (
|
||||
<Container style={{ paddingTop: '4rem', paddingBottom: '5rem' }}>
|
||||
<WelcomeTitle />
|
||||
<Col className="mx-auto" md={6} lg={4} xl={3}>
|
||||
<PluginRender slug_name="ui_plugin_demo" className="mb-5" />
|
||||
</Col>
|
||||
{step === 1 ? (
|
||||
<Col className="mx-auto" md={6} lg={4} xl={3}>
|
||||
{ucAgentInfo ? (
|
||||
|
|
Loading…
Reference in New Issue