Update config.py
Browse files
config.py
CHANGED
@@ -1,19 +1,13 @@
|
|
1 |
|
2 |
DEMO_LIST = [
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
"card": {
|
12 |
-
"index": 1,
|
13 |
-
},
|
14 |
-
"title": "Spam with emojis!",
|
15 |
-
"description": "Write code in a single HTML file: Capture the click event, place a random number of emojis at the click position, and add gravity and collision effects to each emoji."
|
16 |
-
},
|
17 |
{
|
18 |
"card": {
|
19 |
"index": 2,
|
@@ -21,13 +15,7 @@ DEMO_LIST = [
|
|
21 |
"title": "๋ค์ด๋๋ฏน ์ฐจํธ ๋์ฌ๋ณด๋",
|
22 |
"description": "Create an interactive dashboard with Chart.js showing different types of charts (line, bar, pie) with smooth animations. Include buttons to switch between different data views.",
|
23 |
},
|
24 |
-
|
25 |
-
"card": {
|
26 |
-
"index": 3,
|
27 |
-
},
|
28 |
-
"title": "Canvas Animation Gallery",
|
29 |
-
"description": "Design a gallery of HTML5 Canvas animations including particle effects, geometric patterns, and interactive drawings. Add controls to pause/play and modify animation parameters.",
|
30 |
-
},
|
31 |
{
|
32 |
"card": {
|
33 |
"index": 4,
|
@@ -180,14 +168,6 @@ DEMO_LIST = [
|
|
180 |
},
|
181 |
|
182 |
|
183 |
-
{
|
184 |
-
"card": {
|
185 |
-
"index": 28
|
186 |
-
},
|
187 |
-
"title": "3D ๋ถ์ ๋ทฐ์ด",
|
188 |
-
"description": "Three.js๋ก 3D ๋ถ์ ๊ตฌ์กฐ๋ฅผ ์๊ฐํํ์ธ์. ํ์ , ์ค, ์์ ์ ๋ณด ํ์ ๊ธฐ๋ฅ๊ณผ ์ ๋๋ฉ์ด์
ํจ๊ณผ๋ฅผ ๊ตฌํํ์ธ์."
|
189 |
-
},
|
190 |
-
|
191 |
{
|
192 |
"card": {
|
193 |
"index": 30
|
@@ -252,6 +232,4 @@ DEMO_LIST = [
|
|
252 |
"title": "์ค์๊ฐ ๋ฐ์ดํฐ ํ๋ก์ฐ",
|
253 |
"description": "D3.js๋ก ์ค์๊ฐ ๋ฐ์ดํฐ ํ๋ฆ์ ์๊ฐํํ์ธ์. ๋
ธ๋ ๊ธฐ๋ฐ ๋ฐ์ดํฐ ์ฒ๋ฆฌ์ ์ ๋๋ฉ์ด์
ํจ๊ณผ๋ฅผ ๊ตฌํํ์ธ์."
|
254 |
}
|
255 |
-
]
|
256 |
-
|
257 |
-
|
|
|
1 |
|
2 |
DEMO_LIST = [
|
3 |
+
|
4 |
+
{
|
5 |
+
"card": {
|
6 |
+
"index": 1
|
7 |
+
},
|
8 |
+
"title": "3D ๋ถ์ ์๋ฎฌ๋ ์ดํฐ",
|
9 |
+
"description": "Three.js๋ก 3D ๋ถ์ ๊ตฌ์กฐ๋ฅผ ์๊ฐํํ์ธ์. ํ์ , ์ค, ์์ ์ ๋ณด ํ์ ๊ธฐ๋ฅ๊ณผ ์ ๋๋ฉ์ด์
ํจ๊ณผ๋ฅผ ๊ตฌํํ์ธ์."
|
10 |
+
},
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
{
|
12 |
"card": {
|
13 |
"index": 2,
|
|
|
15 |
"title": "๋ค์ด๋๋ฏน ์ฐจํธ ๋์ฌ๋ณด๋",
|
16 |
"description": "Create an interactive dashboard with Chart.js showing different types of charts (line, bar, pie) with smooth animations. Include buttons to switch between different data views.",
|
17 |
},
|
18 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
{
|
20 |
"card": {
|
21 |
"index": 4,
|
|
|
168 |
},
|
169 |
|
170 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
171 |
{
|
172 |
"card": {
|
173 |
"index": 30
|
|
|
232 |
"title": "์ค์๊ฐ ๋ฐ์ดํฐ ํ๋ก์ฐ",
|
233 |
"description": "D3.js๋ก ์ค์๊ฐ ๋ฐ์ดํฐ ํ๋ฆ์ ์๊ฐํํ์ธ์. ๋
ธ๋ ๊ธฐ๋ฐ ๋ฐ์ดํฐ ์ฒ๋ฆฌ์ ์ ๋๋ฉ์ด์
ํจ๊ณผ๋ฅผ ๊ตฌํํ์ธ์."
|
234 |
}
|
235 |
+
]
|
|
|
|