fix: 和英文同步把`src`替换为`app` (#208)
This commit is contained in:
parent
2eedd15cd1
commit
900f149b35
|
@ -187,7 +187,7 @@ l-main-section
|
||||||
The recommended place to bootstrap a JIT-compiled browser application is in a separate file
|
The recommended place to bootstrap a JIT-compiled browser application is in a separate file
|
||||||
in the `src` folder named `src/main.ts`
|
in the `src` folder named `src/main.ts`
|
||||||
|
|
||||||
引导即时编译的浏览器应用的推荐地点是在`app`目录中一个名为`app/main.ts`的单独文件中。
|
引导即时编译的浏览器应用的推荐地点是在`src`目录中一个名为`src/main.ts`的单独文件中。
|
||||||
|
|
||||||
+makeExample('setup/ts/src/main.ts','','src/main.ts')(format='.')
|
+makeExample('setup/ts/src/main.ts','','src/main.ts')(format='.')
|
||||||
:marked
|
:marked
|
||||||
|
|
|
@ -1646,7 +1646,7 @@ a(href="#toc").to-top 回到顶部
|
||||||
:marked
|
:marked
|
||||||
**Do** put all of the app's code in a folder named `src`.
|
**Do** put all of the app's code in a folder named `src`.
|
||||||
|
|
||||||
**坚持**把所有源代码都放到名为`app`的目录里。
|
**坚持**把所有源代码都放到名为`src`的目录里。
|
||||||
|
|
||||||
.s-rule.consider
|
.s-rule.consider
|
||||||
:marked
|
:marked
|
||||||
|
|
Loading…
Reference in New Issue