Feat: create - support simulated Android device preview
This commit is contained in:
@@ -379,6 +379,7 @@ const Create = () => {
|
||||
<Playground.Output.Preview.Render
|
||||
iframeKey={previewTemplate}
|
||||
compiledCode={compiledCode}
|
||||
mobileMode={formValues.platform === 'ANDROID'}
|
||||
/>
|
||||
) : (
|
||||
<span className={'no-preview'}>暂无预览</span>
|
||||
|
||||
Reference in New Issue
Block a user