mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 10:08:34 +00:00
14 lines
No EOL
646 B
JavaScript
14 lines
No EOL
646 B
JavaScript
const pageList = [
|
|
{ path: 'board/examples/test/main.html', w: 620, h: 270, delay: 500 },
|
|
{ path: 'board/examples/test/scale.html', w: 930, h: 540, delay: 500 },
|
|
{ path: 'board/examples/test/scroll.html', w: 620, h: 270, delay: 500 },
|
|
{ path: 'board/examples/test/event.html', w: 620, h: 270, delay: 500 },
|
|
{ path: 'core/examples/test/elements.html', w: 930, h: 810, delay: 800 },
|
|
{ path: 'core/examples/test/api.html', w: 930, h: 1570, delay: 800 },
|
|
{ path: 'core/examples/test/resource.html', w: 930, h: 540, delay: 800 },
|
|
{ path: 'idraw/examples/test/api.html', w: 930, h: 270, delay: 800 },
|
|
]
|
|
|
|
module.exports = {
|
|
pageList,
|
|
} |