Skip to content

Commit b9c5000

Browse files
authored
Merge branch 'main' into main2
2 parents 2659b89 + 0a560bb commit b9c5000

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
[![license](https://img.shields.io/github/license/open-mmlab/mmagic.svg)](https://github.com/open-mmlab/mmagic/blob/main/LICENSE)
3030
[![open issues](https://isitmaintained.com/badge/open/open-mmlab/mmagic.svg)](https://github.com/open-mmlab/mmagic/issues)
3131
[![issue resolution](https://isitmaintained.com/badge/resolution/open-mmlab/mmagic.svg)](https://github.com/open-mmlab/mmagic/issues)
32-
[![Open in OpenXLab](https://cdn-static.openxlab.org.cn/app-center/openxlab_demo.svg)](https://openxlab.org.cn/apps?search=mmagic)
32+
[![Open in OpenXLab](https://cdn-static.openxlab.org.cn/app-center/openxlab_demo.svg)](https://openxlab.org.cn/apps/detail/%E6%94%BF%E6%9D%B0/OpenMMLab-Projects)
3333

3434
[📘Documentation](https://mmagic.readthedocs.io/en/latest/) |
3535
[🛠️Installation](https://mmagic.readthedocs.io/en/latest/get_started/install.html) |

README_zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
[![license](https://img.shields.io/github/license/open-mmlab/mmagic.svg)](https://github.com/open-mmlab/mmagic/blob/main/LICENSE)
3030
[![open issues](https://isitmaintained.com/badge/open/open-mmlab/mmagic.svg)](https://github.com/open-mmlab/mmagic/issues)
3131
[![issue resolution](https://isitmaintained.com/badge/resolution/open-mmlab/mmagic.svg)](https://github.com/open-mmlab/mmagic/issues)
32-
[![Open in OpenXLab](https://cdn-static.openxlab.org.cn/app-center/openxlab_demo.svg)](https://openxlab.org.cn/apps?search=mmagic)
32+
[![Open in OpenXLab](https://cdn-static.openxlab.org.cn/app-center/openxlab_demo.svg)](https://openxlab.org.cn/apps/detail/%E6%94%BF%E6%9D%B0/OpenMMLab-Projects)
3333

3434
[📘使用文档](https://mmagic.readthedocs.io/zh_CN/latest/) |
3535
[🛠️安装教程](https://mmagic.readthedocs.io/zh_CN/latest/get_started/install.html) |

projects/magicmaker/index.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
6+
<title>My static Space</title>
7+
<style>
8+
body {
9+
margin: 0;
10+
}
11+
.space {
12+
max-width: 100%;
13+
max-height: 100%;
14+
width: 100vw;
15+
height: 100vh;
16+
overflow: hidden;
17+
}
18+
.iframe {
19+
min-width: 100%;
20+
min-height: 100%;
21+
background: black;
22+
}
23+
</style>
24+
</head>
25+
<body>
26+
<div class="space">
27+
<iframe
28+
class="iframe"
29+
allowfullscreen="true"
30+
frameborder="0"
31+
src="https://openxlab.org.cn/magic-maker/home">
32+
</iframe>
33+
</div>
34+
</body>
35+
</html>

0 commit comments

Comments
 (0)