chore: Plugin Packaging & Deployment Testing

This commit is contained in:
haitaoo 2023-06-08 16:46:46 +08:00
parent 53a2a104a7
commit bfcb2fa324
2 changed files with 4 additions and 1 deletions

View File

@ -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;

View File

@ -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 ? (