mirror of
https://github.com/moshowgame/SpringBootCodeGenerator.git
synced 2026-03-22 07:28:25 +08:00
| 2024.04.23 | 切换为更快更稳定的BootCDN进行加速。<br>前端NEWUI改版(基于AdminLTE+Bootstrap+Vue+ElementUI混合模式)。|
45 lines
2.3 KiB
HTML
45 lines
2.3 KiB
HTML
<!--#################-->
|
|
<!--### CDN version-->
|
|
<!--#################-->
|
|
|
|
<!--jquery | vue | element-ui | axios-->
|
|
<script src="//cdn.bootcdn.net/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
|
<script src="//cdn.bootcdn.net/ajax/libs/vue/2.6.12/vue.min.js"></script>
|
|
<script src="//cdn.bootcdn.net/ajax/libs/element-ui/2.15.14/index.min.js"></script>
|
|
<link rel="stylesheet" href="//cdn.bootcdn.net/ajax/libs/element-ui/2.15.0/theme-chalk/index.min.css">
|
|
<script src="//cdn.bootcdn.net/ajax/libs/axios/0.1.0/axios.min.js"></script>
|
|
|
|
<!--common.js-->
|
|
<script src="${request.contextPath}/statics/js/common.js"></script>
|
|
<!-- <link rel="stylesheet" href="${request.contextPath}/statics/css/main.css"> -->
|
|
|
|
<!--[if lt IE 9]>
|
|
<script src="//cdn.bootcdn.net/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
|
|
<script src="//cdn.bootcdn.net/ajax/libs/respond.js/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
|
|
<!-- Bootstrap 4 -->
|
|
<script src="//cdn.bootcdn.net/ajax/libs/bootstrap/4.6.2/js/bootstrap.bundle.min.js"></script>
|
|
<!-- AdminLTE 3 -->
|
|
<script src="//cdn.bootcdn.net/ajax/libs/admin-lte/3.2.0/js/adminlte.min.js"></script>
|
|
<!-- Toastr 2 -->
|
|
<script src="//cdn.bootcdn.net/ajax/libs/toastr.js/2.1.4/toastr.min.js"></script>
|
|
|
|
<!-- import codemirror -->
|
|
<script src="//cdn.bootcdn.net/ajax/libs/codemirror/6.65.7/codemirror.min.js"></script>
|
|
<script src="//cdn.bootcdn.net/ajax/libs/codemirror/6.65.7/mode/sql/sql.min.js"></script>
|
|
<script src="//cdn.bootcdn.net/ajax/libs/codemirror/6.65.7/mode/xml/xml.min.js"></script>
|
|
<script src="//cdn.bootcdn.net/ajax/libs/codemirror/6.65.7/mode/clike/clike.min.js"></script>
|
|
<script src="//cdn.bootcdn.net/ajax/libs/codemirror/6.65.7/mode/javascript/javascript.min.js"></script>
|
|
<link rel="stylesheet" href="//cdn.bootcdn.net/ajax/libs/codemirror/6.65.7/codemirror.min.css">
|
|
<link rel="stylesheet" href="//cdn.bootcdn.net/ajax/libs/codemirror/6.65.7/theme/idea.min.css">
|
|
|
|
<!--bootsrap css-->
|
|
<link rel="stylesheet" href="//cdn.bootcdn.net/ajax/libs/bootstrap/4.6.2/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="${request.contextPath}/statics/plugins/fontawesome-free/css/all.min.css">
|
|
|
|
<!-- Admin-LTE主题样式 -->
|
|
<link rel="stylesheet" href="//cdn.bootcdn.net/ajax/libs/admin-lte/3.2.0/css/adminlte.min.css">
|
|
|
|
<!-- Toastr CSS -->
|
|
<link href="//cdn.bootcdn.net/ajax/libs/toastr.js/2.1.4/toastr.min.css" rel="stylesheet"> |