idraw/scripts/screen.config.js
2022-12-31 23:21:57 +08:00

12 lines
No EOL
551 B
JavaScript

export const pageList = [
{ path: 'board/test/main.html', w: 620, h: 270, delay: 500 },
{ path: 'board/test/scale.html', w: 930, h: 540, delay: 500 },
{ path: 'board/test/scroll.html', w: 620, h: 270, delay: 500 },
{ path: 'board/test/event.html', w: 620, h: 270, delay: 500 },
{ path: 'core/test/elements.html', w: 930, h: 810, delay: 800 },
{ path: 'core/test/api.html', w: 930, h: 1570, delay: 800 },
{ path: 'core/test/resource.html', w: 930, h: 540, delay: 800 },
{ path: 'idraw/test/api.html', w: 930, h: 540, delay: 800 },
];