Skip to content

Commit

Permalink
Merge branch '权限判断支持-' of https://github.com/feiazifeiazi/Archery_Gen…
Browse files Browse the repository at this point in the history
…uine2 into 权限判断支持-
  • Loading branch information
feiazifeiazi committed Aug 19, 2024
2 parents 9db183a + 65ee087 commit 9ef4a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,9 @@ <h4 class="modal-title" id="myModalLabel2">扫码绑定</h4>
var user = '{{ user.display }}{{ user.date_joined|date:"Hdi" }}';
var watermark_enabled = '{{ watermark_enabled }}';
if(watermark_enabled == 'True'){
watermark.init({ watermark_txt: user + " " + now })
watermark.init({ watermark_txt: user + " " + now, watermark_alpha: 0.05})
window.onscroll = function(){
watermark.load({ watermark_txt: user + " " + now })
watermark.load({ watermark_txt: user + " " + now, watermark_alpha: 0.05})
}
};
</script>
Expand Down

0 comments on commit 9ef4a89

Please sign in to comment.