We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197d88a commit 800fb22Copy full SHA for 800fb22
libs/mobile.js
@@ -79,5 +79,4 @@ function getwidth(){
79
80
$(document).ready(function(){
81
getwidth();
82
- $("#display").fadeIn(500);
83
});
mobile.html
@@ -12,7 +12,7 @@
12
<script type="text/javascript" src="libs/mobile.js"></script>
13
</head>
14
<body>
15
- <section id="display" style="display:none;">
+ <section id="display">
16
<canvas id="canvas" width="100%" height="100%"></canvas>
17
<a href="" style="text-decoration:none;"><h3 id="title"><span id="title-moe">Moe</span>Front</h3></a>
18
<p id="description">当<span id="des-ecy">#二次元#</span>遇到前端</p>
0 commit comments