77 lines
1.3 KiB
TypeScript
77 lines
1.3 KiB
TypeScript
/* eslint-disable */
|
|
|
|
export const popups = [
|
|
{
|
|
id: '1',
|
|
index: 10,
|
|
title: '악성배팅 제제 안내',
|
|
widthSize: 500,
|
|
heightSize: 830,
|
|
topMargin: 100,
|
|
leftMargin: 100,
|
|
site: 'all',
|
|
useOrNot: 'N',
|
|
content: 'test',
|
|
},
|
|
{
|
|
id: '2',
|
|
index: 10,
|
|
title: '악성배팅 제제 안내2',
|
|
widthSize: 500,
|
|
heightSize: 830,
|
|
topMargin: 100,
|
|
leftMargin: 100,
|
|
site: 'all',
|
|
useOrNot: 'N',
|
|
content: 'test',
|
|
},
|
|
{
|
|
id: '3',
|
|
index: 10,
|
|
title: '악성배팅 제제 안내3',
|
|
widthSize: 500,
|
|
heightSize: 830,
|
|
topMargin: 100,
|
|
leftMargin: 100,
|
|
site: 'all',
|
|
useOrNot: 'N',
|
|
content: 'test',
|
|
},
|
|
{
|
|
id: '4',
|
|
index: 10,
|
|
title: '악성배팅 제제 안내4',
|
|
widthSize: 500,
|
|
heightSize: 830,
|
|
topMargin: 100,
|
|
leftMargin: 100,
|
|
site: 'all',
|
|
useOrNot: 'N',
|
|
content: 'test',
|
|
},
|
|
{
|
|
id: '5',
|
|
index: 10,
|
|
title: '악성배팅 제제 안내5',
|
|
widthSize: 500,
|
|
heightSize: 830,
|
|
topMargin: 100,
|
|
leftMargin: 100,
|
|
site: 'all',
|
|
useOrNot: 'N',
|
|
content: 'test',
|
|
},
|
|
{
|
|
id: '6',
|
|
index: 10,
|
|
title: '악성배팅 제제 안내6',
|
|
widthSize: 500,
|
|
heightSize: 830,
|
|
topMargin: 100,
|
|
leftMargin: 100,
|
|
site: 'all',
|
|
useOrNot: 'N',
|
|
content: 'test',
|
|
},
|
|
];
|