Skip to content

Commit 4aa4cc0

Browse files
committed
fix: update yongpyong slopes id
1 parent a1999b6 commit 4aa4cc0

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

src/entities/slope/model/resorts/yongpyong.tsx

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import Rainbow4Path from '../image/yongpyong/rainbow4-path';
1919
import RedParadisePath from '../image/yongpyong/red-paradise-path';
2020
import RedSlopePath from '../image/yongpyong/red-slope-path';
2121
import SilverParadisePath from '../image/yongpyong/silver-paradise-path';
22-
// import SilverSlopePath from '../image/yongpyong/silver-slope-path';
22+
import SilverSlopePath from '../image/yongpyong/silver-slope-path';
2323
// import SummitLandTheGreenPath from '../image/yongpyong/summit-land-the-green-path';
2424
import YellowSlopePath from '../image/yongpyong/yellow-slope-path';
2525
import type { ResortConstant } from '../model';
@@ -28,83 +28,83 @@ export const YONGPYONG: ResortConstant = {
2828
MapComponent: MapImage,
2929
slopes: [
3030
{
31-
id: 40,
32-
PathAsset: GoldValleyPath,
31+
id: 95,
32+
PathAsset: YellowSlopePath,
3333
},
3434
{
35-
id: 41,
36-
PathAsset: GoldParadisePath,
35+
id: 96,
36+
PathAsset: NewYellowSlopePath,
3737
},
3838
{
39-
id: 42,
40-
PathAsset: NewGoldSlopePath,
39+
id: 97,
40+
PathAsset: MegaGreenPath,
4141
},
4242
{
43-
id: 43,
44-
PathAsset: GoldFantasticPath,
43+
id: 98,
44+
PathAsset: PinkSlopePath,
4545
},
4646
{
47-
id: 44,
47+
id: 99,
4848
PathAsset: RedParadisePath,
4949
},
5050
{
51-
id: 45,
52-
PathAsset: RedSlopePath,
51+
id: 100,
52+
PathAsset: GoldParadisePath,
53+
},
54+
{
55+
id: 101,
56+
PathAsset: SilverParadisePath,
57+
},
58+
{
59+
id: 102,
60+
PathAsset: RainbowParadisePath,
61+
},
62+
{
63+
id: 103,
64+
PathAsset: GoldFantasticPath,
5365
},
5466
{
55-
id: 46,
67+
id: 104,
5668
PathAsset: NewRedSlopePath,
5769
},
5870
{
59-
id: 47,
71+
id: 105,
6072
PathAsset: BlueSlopePath,
6173
},
6274
{
63-
id: 48,
64-
PathAsset: PinkSlopePath,
75+
id: 106,
76+
PathAsset: GoldValleyPath,
6577
},
6678
{
67-
id: 49,
68-
PathAsset: YellowSlopePath,
79+
id: 107,
80+
PathAsset: Rainbow4Path,
6981
},
7082
{
71-
id: 50,
72-
PathAsset: NewYellowSlopePath,
83+
id: 108,
84+
PathAsset: RedSlopePath,
7385
},
74-
// {
75-
// id: 'silver-slope',
76-
// PathAsset: SilverSlopePath,
77-
// },
7886
{
79-
id: 51,
80-
PathAsset: SilverParadisePath,
87+
id: 109,
88+
PathAsset: SilverSlopePath,
8189
},
8290
{
83-
id: 52,
84-
PathAsset: RainbowParadisePath,
91+
id: 110,
92+
PathAsset: NewGoldSlopePath,
8593
},
8694
{
87-
id: 53,
95+
id: 111,
8896
PathAsset: Rainbow1Path,
8997
},
9098
{
91-
id: 54,
99+
id: 112,
92100
PathAsset: Rainbow2Path,
93101
},
94102
{
95-
id: 55,
103+
id: 113,
96104
PathAsset: Rainbow3Path,
97105
},
98106
{
99-
id: 56,
100-
PathAsset: Rainbow4Path,
101-
},
102-
{
103-
id: 57,
104-
PathAsset: MegaGreenPath,
105-
},
106-
{
107-
id: 58,
107+
id: 114,
108108
PathAsset: DragonParkPath,
109109
},
110110
// {

0 commit comments

Comments
 (0)