智能照明系统APP-本地串口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
LightingSystemApp-serial/.svn/pristine/ec/ecee0515d812b320fd5fb623ef2...

4 lines
594 B

AppData.AppDataPanel=class extends UI.Panel{constructor(){super('appdata');let lovelyAndHardPanelElement=createElement("div");lovelyAndHardPanelElement.style="top: 0; left: 0; right: 0; bottom: 0; position: absolute;";lovelyAndHardPanelElement.className="appdata-container";lovelyAndHardPanelElement.innerHTML=`
<iframe id="app_data" src="app_data/app_data/index.html" style="overflow:hidden;height:100%;width:100%" height="100%" width="100%"></iframe>
`;this.element.appendChild(lovelyAndHardPanelElement)}
static instance(){return(self.runtime.sharedInstance(AppData.AppDataPanel));}};;