3838---
3939layout : image-left
4040
41- # the image source
41+ # 图片来源
4242image : /path/to/the/image
4343
44- # a custom class name to the content
44+ # 内容的自定义 class 名称
4545class : my-cool-content-on-the-right
4646---
4747```
@@ -56,10 +56,10 @@ class: my-cool-content-on-the-right
5656---
5757layout : image-right
5858
59- # the image source
59+ # 图片来源
6060image : /path/to/the/image
6161
62- # a custom class name to the content
62+ # 内容的自定义 class 名称
6363class : my-cool-content-on-the-left
6464---
6565```
@@ -74,7 +74,7 @@ class: my-cool-content-on-the-left
7474---
7575layout : image
7676
77- # the image source
77+ # 图片来源
7878image : /path/to/the/image
7979---
8080```
@@ -107,10 +107,10 @@ backgroundSize: 20em 70%
107107---
108108layout : iframe-left
109109
110- # the web page source
110+ # 网页来源
111111url : https://github.com/slidevjs/slidev
112112
113- # a custom class name to the content
113+ # 内容的自定义 class 名称
114114class : my-cool-content-on-the-right
115115---
116116```
@@ -125,10 +125,10 @@ class: my-cool-content-on-the-right
125125---
126126layout : iframe-right
127127
128- # the web page source
128+ # 网页来源
129129url : https://github.com/slidevjs/slidev
130130
131- # a custom class name to the content
131+ # 内容的自定义 class 名称
132132class : my-cool-content-on-the-left
133133---
134134```
@@ -143,7 +143,7 @@ class: my-cool-content-on-the-left
143143---
144144layout : iframe
145145
146- # the web page source
146+ # 网页来源
147147url : https://github.com/slidevjs/slidev
148148---
149149```
@@ -179,15 +179,15 @@ url: https://github.com/slidevjs/slidev
179179layout: two-cols
180180---
181181
182- # Left
182+ # 左
183183
184- This shows on the left
184+ 这会在左边显示
185185
186186::right::
187187
188- # Right
188+ # 右
189189
190- This shows on the right
190+ 这会在右边显示
191191```
192192
193193## ` two-cols-header `
@@ -201,17 +201,17 @@ This shows on the right
201201layout: two-cols-header
202202---
203203
204- This spans both
204+ 这会横跨两侧
205205
206206::left::
207207
208- # Left
208+ # 左
209209
210- This shows on the left
210+ 这会在左边显示
211211
212212::right::
213213
214- # Right
214+ # 右
215215
216- This shows on the right
216+ 这会在右边显示
217217```
0 commit comments