Add /F option for VentoyPlugson.exe to use the system default browser.

By default it will firstly try to use Google Chrome if possible.
This commit is contained in:
longpanda 2023-01-07 15:35:47 +08:00
parent 315cabb945
commit e24dacadcd
7 changed files with 28 additions and 13 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=109"></script>
<script src="/static/js/jquery.validate.vtoymethods.js?v=142"></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/jquery.vtoy.alert.js?v=142"></script>
<script src="/static/js/vtoy.js?v=142"></script>
<script src="/static/js/md5.min.js"></script>
<!-- Bootstrap 3.3.5 -->