Skip to content

Commit 8b17b8a

Browse files
committed
v2.3
1 parent 2eb41c5 commit 8b17b8a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

application/views/user/page.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="layui-col-lg3">
77
<div id="page-sidebar">
88
<div class = "sidebar">
9-
<a href="https://e.aiguobit.com/?from=xiaoz" target="_blank" rel="nofollow noopener"><img src = 'https://i.bmp.ovh/imgs/2019/03/009e7ca037f6a1a2.png' /></a>
9+
<a href="https://e.aiguobit.com/?from=xiaoz" target="_blank" rel="nofollow noopener"><img src = 'https://i.bmp.ovh/imgs/2019/05/e35a8c54260c8410.jpg' /></a>
1010
</div>
1111
<div class = "sidebar">
1212
<a href="https://dwz.ovh/tencent" target="_blank" rel="nofollow">

data/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.3-20190605
1+
v2.3-20190606

static/embed.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,6 @@ function createAndDownloadFile(fileName, content) {
272272
}
273273

274274
//改用jquery异步加载背景图
275-
$(document).ready(function(){
276-
$("body").css("background-image","url('/static/images/bg.jpg')");
277-
});
275+
// $(document).ready(function(){
276+
// $("body").css("background-image","url('/static/images/bg.jpg')");
277+
// });

static/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body{
2-
/*background-image:url('/static/images/bg.jpg');*/
2+
background-image:url('/static/images/bg.jpg');
33
background-size: cover;
44
/*width: 100%;
55
color:#232323;*/

0 commit comments

Comments
 (0)