Merge remote-tracking branch 'origin/master'

This commit is contained in:
Yutousama 2022-09-04 12:10:26 +08:00
commit 4cb79b83cd
2 changed files with 23 additions and 2 deletions

View File

@ -4,15 +4,33 @@
<meta charset="UTF-8">
</head>
<body>
<div class="layui-footer" style="left: 0px; text-align: center; height: 60px; line-height: 0;">
<div id="sakana-widget" style="right: 5%;bottom: 8%;position: fixed;"></div>
<div class="layui-footer" style="left: 0; text-align: center; height: 60px; line-height: 0;">
<div style="line-height: 44px;">
©2022 by yutou
</div>
<div>
<a href="http://beian.miit.gov.cn/">湘ICP备16005656号</a>
<a href="http://beian.miit.gov.cn/">湘ICP备16005656号1</a>
<!--<script type="text/javascript" src="https://s4.cnzz.com/z_stat.php?id=1279421741&web_id=1279421741"></script>-->
</div>
</div>
</body>
<script type="text/javascript" src="/js/sakana.min.js"></script>
<script>
function initSakanaWidget() {
new SakanaWidget({
audoFit:true
}).mount('#sakana-widget');
}
initSakanaWidget()
</script>
<style>
.sakana-widget-main{
position: absolute;
right: 5%;
bottom: 5%;
}
</style>
</html>

3
web/js/sakana.min.js vendored Normal file

File diff suppressed because one or more lines are too long