1 | <script src="https://cdn.jsdelivr.net/gh/Rr210/hexofixed@v0.47/js/jquery-3.5.1.min.js"></script> |
前端frame快速引用
此页面用于前端框架快捷引用
- Bootstrap
- Swiper
- js封装
Bootstrap 3.0
1. 文档地址:【文档地址】
2. 使用时需要引入的内容,已整理查看引入的内容
Bootstrap 4.6
1. 文档地址:【文档地址】
2. 使用时需要引入的内容,已整理查看引入的内容
1
2
3<script src="https://cdn.jsdelivr.net/gh/Rr210/hexofixed@v0.47/js/jquery-3.5.1.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Rr210/hexofixed@frame/frame/bootstrap/4.6/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/gh/Rr210/hexofixed@frame/frame/bootstrap/4.6/js/bootstrap.min.js"></script>Swiper
1. 文档内容地址:【文档内容】
js封装
1. ajax封装2. art-template封装1
<script src="https://cdn.jsdelivr.net/gh/Rr210/image@master/hexo/3/ajax.js"></script>
3. art-template封装1
<script src="https://cdn.jsdelivr.net/gh/Rr210/image@master/hexo/3/art-template.js"></script>
4. jquery封装1
<script src="https://cdn.jsdelivr.net/gh/Rr210/image@master/hexo/3/jsonp.js"></script>
5. nprogress加载动画封装1
<script src="https://cdn.jsdelivr.net/gh/Rr210/hexofixed@v0.47/js/jquery-3.5.1.min.js"></script>
1
<script src="https://unpkg.com/nprogress@0.2.0/nprogress.js"></script>
1
<link href="https://unpkg.com/nprogress@0.2.0/nprogress.css">