UNPKG

web-portals

Version:

web-portals

32 lines (31 loc) 654 B
const html = ` <div style="position: absolute; top: 0; left: 0; width: 100%; height: 40px; z-index: 999; background: #fff"> <a href="https://www.google.com"><h1>点我到home</h1></a> </div>` export default { debug: 1, version: "1.0.2", resources: { }, config: { index: "test", singleFlow: false, singlelocking: false, absolute: false, style: [], script: [], // source: { // html: html // }, src: '', data: [], prerender: ['home'], sandbox: false, shadowbox: false, animation: 'slide', background: '#333', render: (target) => { target.innerHTML = html } } }