This commit is contained in:
KeiferJu 2021-06-18 13:41:20 +08:00
commit 0111cf1d16
13 changed files with 104 additions and 0 deletions

18
case/html/1.html Normal file
View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title></title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<style>
body { margin:0; padding:0; }
</style>
</head>
<body>
<div id='map'>这是页面一</div>
<script>
</script>
</body>
</html>

18
case/html/2.html Normal file
View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title></title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<style>
body { margin:0; padding:0; }
</style>
</head>
<body>
<div id='map'>这是页面二</div>
<script>
</script>
</body>
</html>

BIN
case/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

29
case/sider.json Normal file
View File

@ -0,0 +1,29 @@
{
"name": "示例文档模板",
"logo": "local",
"defaultOpenItem": "test",
"icon": "appstore",
"sider": {
"test": [
{
"key": 1,
"title": "ceshi1",
"page": "1.html",
"icon": "laptop"
},
{
"key": 3,
"title": "ceshi3",
"page": "1.html"
}
],
"test2": [
{
"key": 2,
"title": "ceshi2",
"page": "2.html",
"icon": "read"
}
]
}
}

1
css/app.ed976532.css Normal file
View File

@ -0,0 +1 @@
#components-layout-demo-top-side-2 .logo{width:120px;height:31px;background:hsla(0,0%,100%,.2);margin:16px 28px 16px 0;float:left}.smx-docs-home{height:calc(100vh - 64px)}.smx-docs-header{background:#1199c4}.smx-docs-header h2{color:#fff;font-weight:700;display:inline-block;position:absolute;left:125px}.smx-docs-map{background:#fff}.smx-docs-editor .icon{margin:auto 5px}.ant-layout .ant-layout-has-sider,.saveBar{overflow:hidden}.saveBar{height:30px;line-height:30px;font-size:14px;color:#333;padding:0 10px;text-align:right;background:#e7ecee}.saveBar .label{float:left;font-weight:500}.smx-docs-draw{position:absolute;right:-15px;top:calc(50% - 30px);color:#fff;z-index:999;cursor:pointer}.smx-docs-close{position:absolute;top:0;line-height:60px}.smx-docs-up{top:calc(50% - 15px);border-top:15px solid transparent;border-bottom:15px solid #2882ff}.smx-docs-down,.smx-docs-up{border-left:15px solid #2882ff}.smx-docs-down{top:calc(50% + 15px);border-top:15px solid #2882ff;border-bottom:15px solid transparent}

File diff suppressed because one or more lines are too long

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
img/logo.82b9c7a5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

1
index.html Normal file
View File

@ -0,0 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><title>DocumentAce</title><link href=/css/app.ed976532.css rel=preload as=style><link href=/css/chunk-vendors.36417500.css rel=preload as=style><link href=/js/app.37256e26.js rel=preload as=script><link href=/js/chunk-vendors.9fedd559.js rel=preload as=script><link href=/css/chunk-vendors.36417500.css rel=stylesheet><link href=/css/app.ed976532.css rel=stylesheet></head><body><noscript><strong>We're sorry but DocumentAce doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.9fedd559.js></script><script src=/js/app.37256e26.js></script></body></html>

2
js/app.37256e26.js Normal file

File diff suppressed because one or more lines are too long

1
js/app.37256e26.js.map Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long