瀏覽代碼

Fix941 Triangle: add topics (#944)

* issue fixed

* minor bug fixed

* #941 fixed

* #941 fixed

* triangle: topics added
Yasha 9 年之前
父節點
當前提交
376eedfdcf
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6
    1
      config.json

+ 6
- 1
config.json 查看文件

214
       "core": true,
214
       "core": true,
215
       "difficulty": 4,
215
       "difficulty": 4,
216
       "slug": "triangle",
216
       "slug": "triangle",
217
-      "topics": null,
217
+      "topics": [
218
+        "booleans",
219
+        "classes",
220
+        "exception_handling",
221
+        "mathematics"
222
+      ],
218
       "unlocked_by": null,
223
       "unlocked_by": null,
219
       "uuid": "ec268d8e-997b-4553-8c67-8bdfa1ecb888"
224
       "uuid": "ec268d8e-997b-4553-8c67-8bdfa1ecb888"
220
     },
225
     },