diff --git a/app/views/default/index.html b/app/views/default/index.html index 6f6db09..80104ee 100644 --- a/app/views/default/index.html +++ b/app/views/default/index.html @@ -144,8 +144,8 @@
To indicate how long each slide will take to go through, set the Duration
under each Heading 2 (i.e. ##
) to an integer. The integers refer to minutes. If you set Duration: 4
then a particular slide will take 4 minutes to complete.
The total time will automatically be calculated for you and will be displayed on the codelab once you create it.
+要指示浏览每张幻灯片所需的时间,请在每个二级标题(即 ##
)下设置 Duration
为一个整数。
这个整数代表分钟数。例如,设置 Duration: 4
表示完成这一张幻灯片需要 4 分钟。
总时间将会自动计算,并在你创建 Codelab 后显示出来。
To include code snippets you can do a few things.
+要包含代码片段,你可以采用以下方法:
`
)来实现。{
key1: "string",
key2: integer,
key3: "string"
}
-for (statement 1; statement 2; statement 3) {
- // code block to be executed
+ // 要执行的代码块
}
Checkout the official documentation here: Codelab Formatting Guide
+查看官方文档:Codelab 格式指南