Skip to content

Commit

Permalink
docs: 录制项目使用视频
Browse files Browse the repository at this point in the history
  • Loading branch information
JackySoft committed Aug 25, 2024
1 parent a8c1208 commit 81e5d5e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
16 changes: 15 additions & 1 deletion packages/docs/src/page/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,21 @@

页面是整个低代码平台中最重要的部分,也是整个低代码平台的核心。它可以关联到项目中,也可以独立存在。假设我们公司有一个老项目,我们想要通过 Marsview 单独实现其中一个页面,就可以只创建该页面,等页面搭建完成后,通过微服务集成到老项目中。

![访问端工作台](/page/editor.png)
**页面使用**

<video width="680" controls>

<source src="/vedio/page-1.mp4" type="video/mp4">
您的浏览器不支持 Video 标签。
</video>

**编辑器使用**

<video width="680" controls>

<source src="/vedio/editor.mp4" type="video/mp4">
您的浏览器不支持 Video 标签。
</video>

## 页面创建

Expand Down
Binary file added packages/docs/src/public/vedio/editor.mp4
Binary file not shown.
Binary file added packages/docs/src/public/vedio/page-1.mp4
Binary file not shown.
8 changes: 4 additions & 4 deletions packages/editor/src/packages/IFrame/Schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ export default {
config: {
// 组件默认属性值
props: {
src: 'https://baidu.com',
src: 'https://juejin.cn/',
title: 'IFrame组件',
},
style: {
border: 'none',
width: '300px',
height: '500px',
border: '5px solid #7d33ff',
width: '100%',
height: '600px',
},
events: [],
api: {},
Expand Down

0 comments on commit 81e5d5e

Please sign in to comment.