Commit 96d14101 by doszhang

dos

parent 18b1316d
...@@ -88,6 +88,7 @@ ...@@ -88,6 +88,7 @@
<audio src="__CDN__/media/2.mp3" preload="auto" loop="loop" id="music" style="display:none"></audio> <audio src="__CDN__/media/2.mp3" preload="auto" loop="loop" id="music" style="display:none"></audio>
<div class="wrap"> <div class="wrap">
<div class="wrap-inner"> <div class="wrap-inner">
<div class="font">1</div>
{:if $projectId && strpos( $smarty.server.HTTP_HOST , 'dev.izhida.cn') !== false} {:if $projectId && strpos( $smarty.server.HTTP_HOST , 'dev.izhida.cn') !== false}
{:"https://projectx.dev.izhida.cn/api/html/id/`$projectId`"|file_get_contents} {:"https://projectx.dev.izhida.cn/api/html/id/`$projectId`"|file_get_contents}
{:else} {:else}
......
...@@ -76,6 +76,12 @@ body { ...@@ -76,6 +76,12 @@ body {
src: url(./text.ttf); src: url(./text.ttf);
} }
.font {
font-family: 'text';
opacity: 0;
position: absolute;
}
.music { .music {
position: fixed; position: fixed;
......
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