Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 18, 2024
0 parents commit 0d7cdfa
Show file tree
Hide file tree
Showing 30 changed files with 3,293 additions and 0 deletions.
60 changes: 60 additions & 0 deletions playground/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>可视化低代码表单设计器 - vue-form-design</title>
<link rel="icon" sizes="any" mask="" href="/vue-form-design/playground/static/ico/favicon-9f703827.ico" />

<style>
.first-screen-loading {
width: 200px;
height: 200px;
position: fixed;
top: 50%;
left: 50%;
margin-top: -100px;
margin-left: -100px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.first-screen-loading-spinner {
width: 36px;
height: 36px;
border: 3px solid #4d7cff;
border-top-color: transparent;
border-radius: 50%;
animation: spinner 0.8s linear infinite;
}
.first-screen-loading-text {
margin-top: 20px;
color: #4d7cff;
}
@keyframes spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
</style>
<script type="module" crossorigin src="/vue-form-design/playground/static/js/main-488943ab.js"></script>
<link rel="stylesheet" href="/vue-form-design/playground/static/css/index-25499806.css">
</head>
<body>
<div id="app">
<div class="first-screen-loading">
<div class="first-screen-loading-spinner"></div>
<div class="first-screen-loading-text">正在加载中,请稍等 ...</div>
</div>
</div>

<script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script>
<script>
LA.init({ id: "3GODrnzUczsjYuJT", ck: "3GODrnzUczsjYuJT" });
</script>
</body>
</html>
1 change: 1 addition & 0 deletions playground/static/css/Form-8038fc72.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.preview{width:100%;height:100%;position:relative}.preview .btnlist{position:absolute;bottom:0;left:0;width:100%;border-top:1px solid rgb(190,186,186);background:white;padding:10px 0;z-index:1}
1 change: 1 addition & 0 deletions playground/static/css/Home-8265f4b7.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions playground/static/css/el-main-fdb0b9b5.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions playground/static/css/el-table-column-89cced53.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions playground/static/css/index-25499806.css

Large diffs are not rendered by default.

Binary file added playground/static/ico/favicon-9f703827.ico
Binary file not shown.
1 change: 1 addition & 0 deletions playground/static/js/ConditionModule-91b7a254.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0d7cdfa

Please sign in to comment.