天气晴,适合风筝。
疫情继续
空一行代表另一段
快捷键 ctrl + i
重要的斜体
很重要的加粗
list item1
list item 2
list item 2.1
nothing
复制图片快捷键 ctrl + alt + v
可爱猫猫
文件夹内输入 打格式
快捷键 ctrl + m
\lim_{x \to \infin}\frac{sin(t)}{x}=1
行内公式
表头 对齐方式 内容
姓 | 名 | 生日 | 性别 |
|---|---|---|---|
lee | hill | 0722 | male |
lee | ill | 722 | female |
这是一个链接
if (drawingMode === "line") {
shape = viewer.entities.add({
polyline: {
positions: positionData,
clampToGround: true,
width: 3,
},
});
} else if (drawingMode === "polygon") {
shape = viewer.entities.add({
polygon: {
hierarchy: positionData,
material: new Cesium.ColorMaterialProperty(
Cesium.Color.WHITE.withAlpha(0.7)
),
},
});
}
本文章使用limfx的vscode插件快速发布