Compare commits

..

No commits in common. "a4d7590f0d147bc5704b622fb7bf90f8dd232332" and "4d4ee7d9372c5736245d433cffffaf3c45b123d0" have entirely different histories.

1 changed files with 1 additions and 11 deletions

View File

@ -39,14 +39,4 @@
</div>
</div>
<div class="foot-statistics-code" style="display: none;">{$system['statistics']??''}</div>
<script>
$(function() {
// 添加一个事件监听器到整个文档上
document.addEventListener('contextmenu', function(event) {
// 阻止默认的上下文菜单出现
event.preventDefault();
});
})
</script>
<div class="foot-statistics-code" style="display: none;">{$system['statistics']??''}</div>