idraw/scripts/screen.config.ts

11 lines
548 B
TypeScript
Raw Permalink Normal View History

2022-12-31 15:21:57 +00:00
export const pageList = [
2022-04-28 15:46:07 +00:00
{ path: 'board/test/main.html', w: 620, h: 270, delay: 500 },
{ path: 'board/test/scale.html', w: 930, h: 540, delay: 500 },
2023-02-12 06:44:56 +00:00
{ path: 'board/test/scroll.html', w: 620, h: 270, delay: 800 },
2022-04-28 15:46:07 +00:00
{ 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 },
2023-02-12 06:44:56 +00:00
{ path: 'idraw/test/api.html', w: 930, h: 540, delay: 800 }
2022-12-31 15:21:57 +00:00
];