pages-cook
Version:
web-portals
27 lines (26 loc) • 593 B
JavaScript
const html = `
<div style="position: absolute; top: 100px; left: 0; width: 100%; height: 40px; z-index: 999; background: #fff">
<a href="https://google.com" target='_bank' title='rrrrr' preset='slide'><h3>我是模块,点我到home</h3></a>
</div>`
export default {
debug: 1,
version: "1.0.2",
resources: {
},
config: {
level: 19,
singleflow: false,
singlelocking: false,
absolute: false,
style: [],
script: [],
source: {
html
},
data: [],
sandbox: false,
shadowbox: false,
animation: 'slide',
background: '#000'
}
}