Merge pull request #160 from todoubaba/data

Fix all _data.json
This commit is contained in:
Rex 2016-12-01 08:07:28 +00:00 committed by GitHub
commit 9d7260cde9
5 changed files with 26 additions and 26 deletions

View File

@ -49,7 +49,7 @@
}, },
"cheatsheet": { "cheatsheet": {
"title": "Angular小抄", "title": "Angular 速查表",
"subtitle": "TypeScript", "subtitle": "TypeScript",
"intro": "关于 Angular 语法的快速指南(内容可能会更改)", "intro": "关于 Angular 语法的快速指南(内容可能会更改)",
"reference": false "reference": false
@ -58,7 +58,7 @@
"glossary": { "glossary": {
"title": "词汇表", "title": "词汇表",
"subtitle": "TypeScript", "subtitle": "TypeScript",
"intro": "Angular 2中那些最重要的词汇的简短定义", "intro": "Angular 中那些最重要的词汇的简短定义",
"reference": false "reference": false
}, },

View File

@ -6,7 +6,7 @@
}, },
"aot-compiler": { "aot-compiler": {
"title": "预AoT编译器", "title": "预 (AoT) 编译器",
"intro": "学习如何使用预编译器" "intro": "学习如何使用预编译器"
}, },