Remove useless BypassStorageCheck registry when VTOY_WIN11_BYPASS_CHECK is set to 1. (#1873)

This commit is contained in:
longpanda
2022-12-23 23:41:57 +08:00
parent f597497da6
commit 911d5dcab9
5 changed files with 3 additions and 5 deletions

View File

@@ -777,10 +777,10 @@
<script src="/static/js/jQuery-2.1.4.min.js"></script>
<!-- jquery validate -->
<script src="/static/js/jquery.validate.min.js"></script>
<script src="/static/js/jquery.validate.vtoymethods.js?v=108"></script>
<script src="/static/js/jquery.validate.vtoymethods.js?v=109"></script>
<script src="/static/js/jquery.vtoy.alert.js?v=108"></script>
<script src="/static/js/vtoy.js?v=108"></script>
<script src="/static/js/jquery.vtoy.alert.js?v=109"></script>
<script src="/static/js/vtoy.js?v=109"></script>
<script src="/static/js/md5.min.js"></script>
<!-- Bootstrap 3.3.5 -->