Skip to content

Commit

Permalink
fix: add key of webcams
Browse files Browse the repository at this point in the history
  • Loading branch information
Najeong-Kim committed Dec 1, 2024
1 parent 352143c commit e7435cb
Show file tree
Hide file tree
Showing 12 changed files with 165 additions and 82 deletions.
1 change: 1 addition & 0 deletions src/entities/slope/model/model.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export type ResortConstant = {

export type WebcamConstant = {
id: number;
key?: string;
scale: number;
position: {
top: string;
Expand Down
3 changes: 3 additions & 0 deletions src/entities/slope/model/resorts/eden.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export const EDEN: ResortConstant = {
webcams: [
{
id: 1,
key: '베이직 슬로프',
position: {
top: 'top-[52%]',
left: 'left-[35%]',
Expand All @@ -53,6 +54,7 @@ export const EDEN: ResortConstant = {
},
{
id: 2,
key: '쥬피터 슬로프',
position: {
top: 'top-[16%]',
left: 'left-[50%]',
Expand All @@ -61,6 +63,7 @@ export const EDEN: ResortConstant = {
},
{
id: 3,
key: '우라누스 슬로프',
position: {
top: 'top-[32%]',
left: 'left-[77%]',
Expand Down
11 changes: 7 additions & 4 deletions src/entities/slope/model/resorts/elysian-gangchon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,22 +60,25 @@ export const ELYSIAN_GANGCHON: ResortConstant = {
webcams: [
{
id: 1,
key: '알프하우스',
position: {
top: 'top-[86%]',
left: 'left-[19%]',
top: 'top-[7%]',
left: 'left-[27%]',
},
scale: 1,
},
{
id: 2,
key: '서브하우스',
position: {
top: 'top-[7%]',
left: 'left-[27%]',
top: 'top-[86%]',
left: 'left-[19%]',
},
scale: 1,
},
{
id: 3,
key: '스키하우스',
position: {
top: 'top-[83%]',
left: 'left-[80%]',
Expand Down
24 changes: 15 additions & 9 deletions src/entities/slope/model/resorts/gonjiam.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,40 +60,46 @@ export const GONJIAM: ResortConstant = {
webcams: [
{
id: 1,
key: '정상 휴게소',
position: {
top: 'top-[82%]',
left: 'left-[51%]',
top: 'top-[7%]',
left: 'left-[20%]',
},
scale: 1,
},
{
id: 2,
key: '정상부 슬로프',
position: {
top: 'top-[85%]',
left: 'left-[43%]',
top: 'top-[34%]',
left: 'left-[21%]',
},
scale: 1,
},

{
id: 3,
key: '중간 슬로프',
position: {
top: 'top-[34%]',
left: 'left-[21%]',
top: 'top-[60%]',
left: 'left-[43%]',
},
scale: 1,
},
{
id: 4,
key: '초중급 베이스',
position: {
top: 'top-[7%]',
left: 'left-[20%]',
top: 'top-[82%]',
left: 'left-[51%]',
},
scale: 1,
},
{
id: 5,
key: '중상급 베이스',
position: {
top: 'top-[60%]',
top: 'top-[85%]',
left: 'left-[43%]',
},
scale: 1,
Expand Down
18 changes: 18 additions & 0 deletions src/entities/slope/model/resorts/high1.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export const HIGH1: ResortConstant = {
webcams: [
{
id: 1,
key: '제우스2번 슬로프 입구',
position: {
top: 'top-[6%]',
left: 'left-[45%]',
Expand All @@ -98,6 +99,7 @@ export const HIGH1: ResortConstant = {
},
{
id: 2,
key: '헤라2번 슬로프 입구',
position: {
top: 'top-[10%]',
left: 'left-[50%]',
Expand All @@ -106,6 +108,7 @@ export const HIGH1: ResortConstant = {
},
{
id: 3,
key: '하이원 탑',
position: {
top: 'top-[6%]',
left: 'left-[54%]',
Expand All @@ -114,6 +117,7 @@ export const HIGH1: ResortConstant = {
},
{
id: 4,
key: '아테나1번 슬로프',
position: {
top: 'top-[30%]',
left: 'left-[65%]',
Expand All @@ -122,6 +126,7 @@ export const HIGH1: ResortConstant = {
},
{
id: 5,
key: '마운틴 허브 베이스',
position: {
top: 'top-[35%]',
left: 'left-[61%]',
Expand All @@ -130,6 +135,7 @@ export const HIGH1: ResortConstant = {
},
{
id: 6,
key: '아테나2번 슬로프',
position: {
top: 'top-[40%]',
left: 'left-[66%]',
Expand All @@ -138,6 +144,7 @@ export const HIGH1: ResortConstant = {
},
{
id: 7,
key: '마운틴 베이스',
position: {
top: 'top-[68%]',
left: 'left-[78%]',
Expand All @@ -146,6 +153,7 @@ export const HIGH1: ResortConstant = {
},
{
id: 8,
key: '아테나2번 슬로프 하단',
position: {
top: 'top-[76%]',
left: 'left-[73%]',
Expand All @@ -154,6 +162,7 @@ export const HIGH1: ResortConstant = {
},
{
id: 9,
key: '빅토리아 상단',
position: {
top: 'top-[17%]',
left: 'left-[17%]',
Expand All @@ -162,6 +171,7 @@ export const HIGH1: ResortConstant = {
},
{
id: 10,
key: '제우스 2번',
position: {
top: 'top-[34%]',
left: 'left-[38%]',
Expand All @@ -170,6 +180,7 @@ export const HIGH1: ResortConstant = {
},
{
id: 11,
key: '밸리 허브 베이스',
position: {
top: 'top-[40%]',
left: 'left-[40%]',
Expand All @@ -178,6 +189,7 @@ export const HIGH1: ResortConstant = {
},
{
id: 12,
key: '빅토리아1번 슬로프',
position: {
top: 'top-[48%]',
left: 'left-[43%]',
Expand All @@ -186,6 +198,7 @@ export const HIGH1: ResortConstant = {
},
{
id: 13,
key: '제우스3번 슬로프',
position: {
top: 'top-[50%]',
left: 'left-[36%]',
Expand All @@ -194,6 +207,7 @@ export const HIGH1: ResortConstant = {
},
{
id: 14,
key: '제우스3번 중단부',
position: {
top: 'top-[58%]',
left: 'left-[40%]',
Expand All @@ -202,6 +216,7 @@ export const HIGH1: ResortConstant = {
},
{
id: 15,
key: '아폴로4번 중단부',
position: {
top: 'top-[58%]',
left: 'left-[52%]',
Expand All @@ -210,6 +225,7 @@ export const HIGH1: ResortConstant = {
},
{
id: 16,
key: '아폴로 베이스',
position: {
top: 'top-[71%]',
left: 'left-[44%]',
Expand All @@ -218,6 +234,7 @@ export const HIGH1: ResortConstant = {
},
{
id: 17,
key: '제우스3번 하단',
position: {
top: 'top-[86%]',
left: 'left-[46%]',
Expand All @@ -226,6 +243,7 @@ export const HIGH1: ResortConstant = {
},
{
id: 18,
key: '밸리 베이스',
position: {
top: 'top-[86%]',
left: 'left-[39%]',
Expand Down
7 changes: 7 additions & 0 deletions src/entities/slope/model/resorts/jisan.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const JISAN: ResortConstant = {
webcams: [
{
id: 1,
key: '레몬 탑승장',
position: {
top: 'top-[84%]',
left: 'left-[20%]',
Expand All @@ -58,6 +59,7 @@ export const JISAN: ResortConstant = {
},
{
id: 2,
key: '오렌지 탑승장',
position: {
top: 'top-[74%]',
left: 'left-[31%]',
Expand All @@ -66,6 +68,7 @@ export const JISAN: ResortConstant = {
},
{
id: 3,
key: '뉴오렌지 탑승장',
position: {
top: 'top-[64%]',
left: 'left-[38%]',
Expand All @@ -74,6 +77,7 @@ export const JISAN: ResortConstant = {
},
{
id: 4,
key: '블루 탑승장',
position: {
top: 'top-[69%]',
left: 'left-[56%]',
Expand All @@ -82,6 +86,7 @@ export const JISAN: ResortConstant = {
},
{
id: 5,
key: '5번 슬로프',
position: {
top: 'top-[47%]',
left: 'left-[37%]',
Expand All @@ -90,6 +95,7 @@ export const JISAN: ResortConstant = {
},
{
id: 6,
key: '실버 탑승장',
position: {
top: 'top-[72%]',
left: 'left-[68%]',
Expand All @@ -98,6 +104,7 @@ export const JISAN: ResortConstant = {
},
{
id: 7,
key: '지산 전경',
position: {
top: 'top-[38%]',
left: 'left-[52%]',
Expand Down
8 changes: 8 additions & 0 deletions src/entities/slope/model/resorts/muju.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ export const MUJU: ResortConstant = {
webcams: [
{
id: 1,
key: '설천상단 슬로프',
position: {
top: 'top-[16%]',
left: 'left-[23%]',
Expand All @@ -153,6 +154,7 @@ export const MUJU: ResortConstant = {
},
{
id: 2,
key: '설천봉 정상',
position: {
top: 'top-[12%]',
left: 'left-[37%]',
Expand All @@ -161,6 +163,7 @@ export const MUJU: ResortConstant = {
},
{
id: 3,
key: '모차르트, 미뉴에트',
position: {
top: 'top-[30%]',
left: 'left-[27%]',
Expand All @@ -169,6 +172,7 @@ export const MUJU: ResortConstant = {
},
{
id: 4,
key: '만선봉 정상',
position: {
top: 'top-[32%]',
left: 'left-[51%]',
Expand All @@ -177,6 +181,7 @@ export const MUJU: ResortConstant = {
},
{
id: 5,
key: '하이디 하우스',
position: {
top: 'top-[45%]',
left: 'left-[70%]',
Expand All @@ -185,6 +190,7 @@ export const MUJU: ResortConstant = {
},
{
id: 6,
key: '서역기행, 썬다운',
position: {
top: 'top-[65%]',
left: 'left-[68%]',
Expand All @@ -193,6 +199,7 @@ export const MUJU: ResortConstant = {
},
{
id: 7,
key: '만선 하우스',
position: {
top: 'top-[78%]',
left: 'left-[47%]',
Expand All @@ -201,6 +208,7 @@ export const MUJU: ResortConstant = {
},
{
id: 8,
key: '설천 하우스',
position: {
top: 'top-[74%]',
left: 'left-[28%]',
Expand Down
Loading

0 comments on commit e7435cb

Please sign in to comment.