mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 10:08:34 +00:00
12 lines
No EOL
551 B
JavaScript
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 },
|
|
];
|
|
|
|
|