seawolf2357 commited on
Commit
39f5465
·
verified ·
1 Parent(s): 92cf531

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +7 -0
config.py CHANGED
@@ -180,6 +180,13 @@ DEMO_LIST = [
180
  "card": {
181
  "index": 25
182
  },
 
 
 
 
 
 
 
183
  "title": "포토 에디터",
184
  "description": "Canvas를 사용하여 기본적인 이미지 편집 도구를 만드세요. 필터 적용, 자르기, 회전 기능을 구현하세요."
185
  }
 
180
  "card": {
181
  "index": 25
182
  },
183
+ "title": "벽돌깨기 게임",
184
+ "description": "벽돌깨기 게임"
185
+ },
186
+ {
187
+ "card": {
188
+ "index": 26
189
+ },
190
  "title": "포토 에디터",
191
  "description": "Canvas를 사용하여 기본적인 이미지 편집 도구를 만드세요. 필터 적용, 자르기, 회전 기능을 구현하세요."
192
  }