修复一个bug,更新按热度搜索的打分公式

This commit is contained in:
01joy
2020-04-05 14:02:09 +08:00
parent d77a8f7a8b
commit a506261a22
3 changed files with 21 additions and 3 deletions
+9 -1
View File
@@ -64,7 +64,15 @@
<div id="footer">
<hr>
&copy; 2016 <a href="http://bitjoy.net/" target="_blank">bitjoy.net</a>
&copy;
<script type="text/javascript">
var today = new Date();
var year = today.getFullYear();
document.write(year)
</script>
<a href="http://bitjoy.net/" target="_blank">bitjoy.net</a>
</div>
</div>