feat(curriculum): restore seed + solution to Chinese (#40683)

* feat(tools): add seed/solution restore script

* chore(curriculum): remove empty sections' markers

* chore(curriculum): add seed + solution to Chinese

* chore: remove old formatter

* fix: update getChallenges

parse translated challenges separately, without reference to the source

* chore(curriculum): add dashedName to English

* chore(curriculum): add dashedName to Chinese

* refactor: remove unused challenge property 'name'

* fix: relax dashedName requirement

* fix: stray tag

Remove stray `pre` tag from challenge file.

Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>

Co-authored-by: nhcarrigan <nhcarrigan@gmail.com>
This commit is contained in:
Oliver Eyton-Williams
2021-01-13 03:31:00 +01:00
committed by GitHub
parent 0095583028
commit ee1e8abd87
4163 changed files with 57505 additions and 10540 deletions

View File

@ -3,6 +3,7 @@ id: bd7158d8c242eddfaeb5bd13
title: 制作一个个人作品集展示页
challengeType: 3
forumTopicId: 301143
dashedName: build-a-personal-portfolio-webpage
---
# --description--
@ -39,8 +40,8 @@ forumTopicId: 301143
完成项目并通过所有测试后,请输入你的项目在 CodePen 上的链接并提交。
# --hints--
# --solutions--
```html
// solution required
```

View File

@ -3,6 +3,7 @@ id: 587d78af367417b2b2512b04
title: 制作一个产品登录页
challengeType: 3
forumTopicId: 301144
dashedName: build-a-product-landing-page
---
# --description--
@ -47,8 +48,8 @@ forumTopicId: 301144
完成项目并通过所有测试后,请输入你的项目在 CodePen 上的链接并提交。
# --hints--
# --solutions--
```html
// solution required
```

View File

@ -3,6 +3,7 @@ id: 587d78af367417b2b2512b03
title: 制作一个调查表格
challengeType: 3
forumTopicId: 301145
dashedName: build-a-survey-form
---
# --description--
@ -49,8 +50,8 @@ forumTopicId: 301145
完成项目并通过所有测试后,请输入你的项目在 CodePen 上的链接并提交。
# --hints--
# --solutions--
```html
// solution required
```

View File

@ -3,6 +3,7 @@ id: 587d78b0367417b2b2512b05
title: 制作一个技术文档页面
challengeType: 3
forumTopicId: 301146
dashedName: build-a-technical-documentation-page
---
# --description--
@ -47,8 +48,8 @@ forumTopicId: 301146
完成项目并通过所有测试后,请输入你的项目在 CodePen 上的链接并提交。
# --hints--
# --solutions--
```html
// solution required
```

View File

@ -3,6 +3,7 @@ id: bd7158d8c442eddfaeb5bd18
title: 制作一个致敬页
challengeType: 3
forumTopicId: 301147
dashedName: build-a-tribute-page
---
# --description--
@ -35,8 +36,8 @@ forumTopicId: 301147
完成项目并通过所有测试后,请输入你的项目在 CodePen 上的链接并提交。
# --hints--
# --solutions--
```html
// solution required
```