update getNum

master
cn.yimian.xyz 4 years ago
parent bec9593c5e
commit 56cb81e68d
  1. 2
      index.html

@ -72,7 +72,7 @@
<script src="./js/main.js"></script>
<script src="https://cdn.yimian.xyz/ushio-js/ushio-footer.min.js"></script>
<script type="text/javascript">
$.post("https://api.yimian.xyz/getImgNum.php", function(res){
$.post("https://api.yimian.xyz/img/getImgNum.php", function(res){
$('#imgNum').html(JSON.parse(res).total);
});
</script>

Loading…
Cancel
Save