update frontend

This commit is contained in:
wjqserver 2025-03-11 10:20:43 +08:00
parent 8def955151
commit e2faa497ab
3 changed files with 6 additions and 31 deletions

View file

@ -162,21 +162,8 @@
<div class="toast-body"></div>
</div>
</div>
<script>
var script = document.createElement('script');
script.src = "https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js";
script.async = true;
script.defer = true;
script.onerror = function() {
var backupScript = document.createElement('script');
backupScript.src = "https://static.wjqserver.com/bootstrap.bundle.min.js";
backupScript.async = true;
backupScript.defer = true;
document.head.appendChild(backupScript);
};
document.head.appendChild(script);
</script>
<script src="script.js"></script>
<script src="https://static.wjqserver.com/bootstrap.bundle.min.js"></script>
</body>
</html>