Skip to content

Commit 343cd0f

Browse files
committed
修改教程
1 parent 7737d16 commit 343cd0f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,15 @@
2727
[mars3d-es5-example代码](https://gitee.com/marsgis/mars3d-es5-example)
2828

2929

30+
3031
## 视频讲解
31-
建议先看一遍视频讲解,再实际操作。
32-
(待发布)
32+
建议先看一遍视频讲解,再实际操作,您可以[新页面查看高清视频](https://www.bilibili.com/video/BV1PL41177SS/)
33+
34+
35+
视频预览:
36+
<iframe src="//player.bilibili.com/player.html?aid=464541155&bvid=BV1PL41177SS&cid=452039973&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width:100%;min-height:550px;"> </iframe>
37+
38+
3339

3440

3541
## 下载运行项目

src/pages/editor/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ iconInstall(app)
7777
marsEditorInstall(app, {
7878
baseUrl: process.env.BASE_URL,
7979
code: getQueryString("code") || "0",
80+
fullScreen: getQueryString("full") || "0",
8081
configLibs: window.configLibs,
8182
homepage: "http://mars3d.cn/example",
8283
configSource: `${process.env.BASE_URL}config/example.json`

0 commit comments

Comments
 (0)