|
9 | 9 | * |
10 | 10 | * 此项目 GitHub 地址:https://github.com/yuantuo666/baiduwp-php |
11 | 11 | * |
12 | | - * @version 2.2.0.1 |
| 12 | + * @version 2.2.0.2 |
13 | 13 | * |
14 | 14 | * @author Yuan_Tuo <yuantuo666@gmail.com> |
15 | 15 | * @link https://imwcr.cn/ |
16 | 16 | * @link https://space.bilibili.com/88197958 |
17 | 17 | * |
18 | 18 | */ |
19 | | -$programVersion_Index = "2.2.0.1"; |
| 19 | +$programVersion_Index = "2.2.0.2"; |
20 | 20 | session_start(); |
21 | 21 | define('init', true); |
22 | 22 | if (version_compare(PHP_VERSION, '7.0.0', '<')) { |
|
84 | 84 | <link rel="stylesheet" href="static/index.css?v=<?php echo programVersion; ?>" /> |
85 | 85 | <link rel="stylesheet" href="https://cdn.staticfile.org/font-awesome/5.8.1/css/all.min.css" /> |
86 | 86 | <link rel="stylesheet" id="ColorMode-Light" href="https://cdn.staticfile.org/twitter-bootstrap/4.1.2/css/bootstrap.min.css" /> |
87 | | - <link rel="stylesheet" id="ColorMode-Dark" href="https://cdn.jsdelivr.net/gh/vinorodrigues/bootstrap-dark@0.0.9/dist/bootstrap-dark.min.css" /> |
88 | | - <link rel="stylesheet" disabled id="Swal2-Dark" href="https://cdn.jsdelivr.net/npm/@sweetalert2/theme-dark@4.0.2/dark.min.css" /> |
89 | | - <link rel="stylesheet" disabled id="Swal2-Light" href="https://cdn.jsdelivr.net/npm/@sweetalert2/theme-default@4.0.2/default.min.css" /> |
| 87 | + <link rel="stylesheet" id="ColorMode-Dark" href="https://fastly.jsdelivr.net/gh/vinorodrigues/bootstrap-dark@0.0.9/dist/bootstrap-dark.min.css" /> |
| 88 | + <link rel="stylesheet" disabled id="Swal2-Dark" href="https://fastly.jsdelivr.net/npm/@sweetalert2/theme-dark@4.0.2/dark.min.css" /> |
| 89 | + <link rel="stylesheet" disabled id="Swal2-Light" href="https://fastly.jsdelivr.net/npm/@sweetalert2/theme-default@4.0.2/default.min.css" /> |
90 | 90 | <script src="https://cdn.staticfile.org/jquery/3.2.1/jquery.min.js"></script> |
91 | 91 | <script src="https://cdn.staticfile.org/popper.js/1.12.5/umd/popper.min.js"></script> |
92 | 92 | <script src="https://cdn.staticfile.org/twitter-bootstrap/4.1.2/js/bootstrap.min.js"></script> |
93 | | - <script src="https://cdn.jsdelivr.net/npm/sweetalert2@10.14.0/dist/sweetalert2.min.js"></script> |
94 | | - <script src="https://cdn.jsdelivr.net/npm/@keeex/qrcodejs-kx"></script> |
| 93 | + <script src="https://fastly.jsdelivr.net/npm/sweetalert2@10.14.0/dist/sweetalert2.min.js"></script> |
| 94 | + <script src="https://fastly.jsdelivr.net/npm/@keeex/qrcodejs-kx"></script> |
95 | 95 | <script src="static/color.js?v=<?php echo programVersion; ?>"></script> |
96 | 96 | <script src="static/functions.js?v=<?php echo programVersion; ?>"></script> |
97 | 97 | <script defer src="static/ready.js?v=<?php echo programVersion; ?>"></script> |
|
0 commit comments