File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ export const headCopy = {
8
8
"不管是 allowJs 还是 useDefineForClassFields, TSConfig 的参考包含所有关于配置项目的有效的 TypeScript 编译器选项。" ,
9
9
playground_example_prefix : "演练场示例 - " ,
10
10
11
- head_index_title : "适用于任何规模应用的 JavaScript" ,
12
- head_index_description : "适用于任何规模应用的 JavaScript" ,
11
+ head_index_title : "拥有类型的 JavaScript,且适用于任何规模的工程 " ,
12
+ head_index_description : "拥有类型的 JavaScript,且适用于任何规模的工程 " ,
13
13
}
Original file line number Diff line number Diff line change 1
1
export const indexCopy = {
2
- index_headline : "TypeScript 是 <bold>适用于任何规模应用的 JavaScript。 </bold>" ,
2
+ index_headline : "<bold>拥有类型的 JavaScript,且适用于任何规模的工程 </bold>" ,
3
3
index_byline : "TypeScript 扩展了 JavaScript ,为它添加了类型支持。" ,
4
4
index_summary :
5
5
"TypeScript 可以在您运行代码之前找到错误并提供修复,从而改善您的开发体验。" ,
You can’t perform that action at this time.
0 commit comments