chore: bump bootstrap to v5.3.0-alpha3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2023-04-09 09:25:53 +08:00
parent 2c42382247
commit 36255cb705
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A
4 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
<li class="nav-item dropdown">
<button class="btn btn-link nav-link py-2 px-0 px-lg-2 dropdown-toggle d-flex align-items-center" id="bd-theme" type="button" aria-expanded="false" data-bs-toggle="dropdown" data-bs-display="static">
<i class="bi bi-circle-half theme-icon-active" data-icon="bi-circle-half"></i>
<span class="d-lg-none">&nbsp;切换主题</span>
<span class="d-md-none">&nbsp;切换主题</span>
</button>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="bd-theme" style="--bs-dropdown-min-width: 6rem;">
<li>

View File

@ -33,7 +33,7 @@ $new_msg_tot = $new_user_msg_num + $new_system_msg_num;
</script>
<!-- Bootstrap 5 (CSS) -->
<?= HTML::css_link('/css/bootstrap.min.css?v=5.3.0-alpha1') ?>
<?= HTML::css_link('/css/bootstrap.min.css?v=5.3.0-alpha3') ?>
<!-- Bootstrap Icons -->
<?= HTML::css_link('/css/bootstrap-icons.min.css?v=2022.9.23') ?>
@ -55,7 +55,7 @@ $new_msg_tot = $new_user_msg_num + $new_system_msg_num;
<?= HTML::js_src('/js/jquery.cookie.min.js') ?>
<!-- Bootstrap 5: JavaScript -->
<?= HTML::js_src('/js/bootstrap.bundle.min.js?v=5.3.0-alpha1') ?>
<?= HTML::js_src('/js/bootstrap.bundle.min.js?v=5.3.0-alpha3') ?>
<!-- Color converter -->
<?= HTML::js_src('/js/color-converter.min.js') ?>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long