Commit 56859dc6 by doszhang

dos

parent f05e7739
......@@ -82,6 +82,7 @@
<div class="wrap">
<div class="wrap-inner">
<div class="loadFont">1</div>
{:if $projectId && strpos( $smarty.server.HTTP_HOST , 'dev.izhida.cn') !== false}
{:"https://projectx.dev.izhida.cn/api/html/id/`$projectId`"|file_get_contents}
{:else}
......
......@@ -67,6 +67,12 @@ input::-webkit-input-placeholder {
.btn-back {
z-index: 1;
}
.loadFont {
opacity: 0;
width: 0px;
height: 0px;
font-family: 'zkkh';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment