The content of this page has been automatically translated by AI. If you encounter any problems while reading, you can view the corresponding content in Chinese.
The <div id="app"></div> node, the H5 panel needs to be rendered under this DOM node.
The general components of the H5 panel (such as the device details page, modal prompt dialog box, top notification, etc.) can be called through the H5 SDK.
JS files and CSS files are uploaded by developers.
Developers need to implement the logic of rendering the H5 panel to the <div id="app"></div> node in the JS file. They can choose to use any technical solution for front-end rendering. Finally, they only need to output a JS file and a CSS file (the CSS file is optional), which can be loaded by the H5 panel.
Parameters required by the H5 panel, standard components of the H5 panel, and capabilities provided by the platform can be obtained through the H5 SDK.