mirror of
https://github.com/idrawjs/idraw
synced 2026-05-22 00:58:27 +00:00
10 lines
548 B
TypeScript
10 lines
548 B
TypeScript
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: 800 },
|
|
{ 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 }
|
|
];
|