-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
54 additions
and
220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,7 +92,7 @@ ss -a | |
- https://cdn.jsdelivr.net/gh/lzwme/console-log-colors@main/package.json | ||
- [wordpress plugin]格式:https://cdn.jsdelivr.net/wp/plugins/wp-slimstat/tags/4.6.5/wp-slimstat.js | ||
- `zhimg(知乎)` | ||
- [unpkg]示例:https://unpkg.zhimg.com/jquery@3.3.1/dist/jquery.min.js | ||
- [unpkg]示例:https://unpkg.zhimg.com/jquery@3.7.1/dist/jquery.min.js | ||
- `elemecdn(饿了么)` | ||
- [unpkg]示例:https://npm.elemecdn.com/jquery@3/dist/jquery.min.js | ||
- [github]示例:https://github.elemecdn.com/jquery/ | ||
|
@@ -112,12 +112,17 @@ ss -a | |
``` | ||
|
||
常用参考: | ||
|
||
<details> | ||
<summary>jQuery</summary> | ||
|
||
```html | ||
<!-- jquery3 --> | ||
<script crossorigin="anonymous" src="https://npm.elemecdn.com/jquery/dist/jquery.min.js"></script> | ||
<script src="https://unpkg.zhimg.com/[email protected]/dist/jquery.min.js" crossorigin="anonymous"></script> | ||
|
||
<script src="https://npm.elemecdn.com/jquery/dist/jquery.min.js" crossorigin="anonymous"></script> | ||
|
||
<script src="https://cdn.bootcss.com/jquery/3.7.1/jquery.min.js" crossorigin="anonymous"></script> | ||
|
||
<script crossorigin="anonymous" integrity="sha512-STof4xm1wgkfm7heWqFJVn58Hm3EtS31XFaagaa8VMReCXAkQnJZ+jEy8PCC/iT18dFy95WcExNHFTqLyp72eQ==" src="https://lib.baomitu.com/jquery/3.6.3/jquery.min.js"></script> | ||
|
||
|
@@ -142,6 +147,13 @@ https://unpkg.zhimg.com/jquery/ | |
<summary>Bootstrap</summary> | ||
|
||
```html | ||
<!-- bootstrap 5 --> | ||
<link crossorigin="anonymous" href="https://unpkg.zhimg.com/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<script crossorigin="anonymous" src="https://unpkg.zhimg.com/[email protected]/dist/js/bootstrap.min.js"></script> | ||
|
||
<link crossorigin="anonymous" integrity="sha512-SbiR/eusphKoMVVXysTKG/7VseWii+Y3FdHrt0EpKgpToZeemhqHeZeLWLhJutz/2ut2Vw1uQEj2MbRF+TVBUA==" href="https://lib.baomitu.com/twitter-bootstrap/5.2.3/css/bootstrap.min.css" rel="stylesheet"> | ||
<script crossorigin="anonymous" integrity="sha512-1/RvZTcCDEUjY/CypiMz+iqqtaoQfAITmNSJY17Myp4Ms5mdxPS5UV7iOfdZoxcGhzFbOm6sntTKJppjvuhg4g==" src="https://lib.baomitu.com/twitter-bootstrap/5.2.3/js/bootstrap.min.js"></script> | ||
|
||
<!-- bootstrap 3 --> | ||
<link crossorigin="anonymous" href="https://lib.baomitu.com/bootstrap@3/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<script crossorigin="anonymous" src="https://npm.elemecdn.com/bootstrap@3/dist/js/bootstrap.min.js"></script> | ||
|
@@ -153,10 +165,6 @@ https://unpkg.zhimg.com/jquery/ | |
<link crossorigin="anonymous" integrity="sha512-T584yQ/tdRR5QwOpfvDfVQUidzfgc2339Lc8uBDtcp/wYu80d7jwBgAxbyMh0a9YM9F8N3tdErpFI8iaGx6x5g==" href="https://lib.baomitu.com/twitter-bootstrap/4.6.1/css/bootstrap.min.css" rel="stylesheet"> | ||
<script crossorigin="anonymous" integrity="sha512-UR25UO94eTnCVwjbXozyeVd6ZqpaAE9naiEUBK/A+QDbfSTQFhPGj5lOR6d8tsgbBk84Ggb5A3EkjsOgPRPcKA==" src="https://lib.baomitu.com/twitter-bootstrap/4.6.1/js/bootstrap.min.js"></script> | ||
|
||
<!-- bootstrap 5 --> | ||
<link crossorigin="anonymous" integrity="sha512-SbiR/eusphKoMVVXysTKG/7VseWii+Y3FdHrt0EpKgpToZeemhqHeZeLWLhJutz/2ut2Vw1uQEj2MbRF+TVBUA==" href="https://lib.baomitu.com/twitter-bootstrap/5.2.3/css/bootstrap.min.css" rel="stylesheet"> | ||
<script crossorigin="anonymous" integrity="sha512-1/RvZTcCDEUjY/CypiMz+iqqtaoQfAITmNSJY17Myp4Ms5mdxPS5UV7iOfdZoxcGhzFbOm6sntTKJppjvuhg4g==" src="https://lib.baomitu.com/twitter-bootstrap/5.2.3/js/bootstrap.min.js"></script> | ||
|
||
<!-- 其他 | ||
https://cdn.jsdelivr.net/npm/twitter-bootstrap/ | ||
https://npm.elemecdn.com/twitter-bootstrap/ | ||
|
@@ -170,27 +178,30 @@ https://unpkg.zhimg.com/bootstrap/ | |
<summary>font-awesome</summary> | ||
|
||
```html | ||
<!-- font-awesome 4.7 --> | ||
<link crossorigin="anonymous" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" href="https://lib.baomitu.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> | ||
|
||
<link rel="stylesheet" href="https://npm.elemecdn.com/[email protected]/css/font-awesome.min.css" crossorigin="anonymous"> | ||
|
||
<!-- font-awesome 6.2 --> | ||
<link crossorigin="anonymous" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" href="https://lib.baomitu.com/font-awesome/6.2.1/css/all.min.css" rel="stylesheet"> | ||
<!-- font-awesome latest all --> | ||
|
||
<link rel="stylesheet" href="https://npm.elemecdn.com/@fortawesome/[email protected]/css/fontawesome.min.css" crossorigin="anonymous"> | ||
<!-- css 方式引入:会渲染为 font 字体格式 --> | ||
<link href="https://npm.elemecdn.com/@fortawesome/[email protected]/css/all.min.css" rel="stylesheet" crossorigin="anonymous"> | ||
<!-- js 方式引入:会渲染为 svg 格式 --> | ||
<script src="https://npm.elemecdn.com/@fortawesome/[email protected]/js/all.min.js" crossorigin="anonymous"></script> | ||
|
||
<!-- font-awesome latest all --> | ||
<link crossorigin="anonymous" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" href="https://lib.baomitu.com/font-awesome/latest/css/all.min.css" rel="stylesheet"> | ||
<link href="https://cdn.bootcdn.net/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet" crossorigin="anonymous"> | ||
<script src="https://cdn.bootcdn.net/ajax/libs/font-awesome/6.4.0/js/all.min.js" crossorigin="anonymous"></script> | ||
|
||
<link rel="stylesheet" href="https://jsdelivr.ioiox.cn/npm/@fortawesome/fontawesome-free/css/all.min.css"> | ||
<link href="https://lib.baomitu.com/font-awesome/latest/css/all.min.css" rel="stylesheet" crossorigin="anonymous" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="> <!-- font-awesome 5.8.1 --> | ||
<link href="https://lib.baomitu.com/font-awesome/6.2.1/css/all.min.css" rel="stylesheet" crossorigin="anonymous" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w=="> | ||
<script src="https://lib.baomitu.com/font-awesome/6.2.1/js/all.min.js" crossorigin="anonymous"></script> | ||
|
||
<link href="https://cdn.bootcdn.net/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet"> | ||
|
||
<!-- fontawesome-free latest https://npm.elemecdn.com/fontawesome-free/ --> | ||
<link rel="stylesheet" href="https://npm.elemecdn.com/@fortawesome/fontawesome-free/css/fontawesome.min.css" crossorigin="anonymous"> | ||
<link href="https://npm.elemecdn.com/@fortawesome/fontawesome-free/css/fontawesome.min.css" rel="stylesheet" crossorigin="anonymous"> | ||
<script src="https://npm.elemecdn.com/@fortawesome/fontawesome-free/js/fontawesome.min.js" crossorigin="anonymous"></script> | ||
|
||
<!-- font-awesome 4.7 --> | ||
<link href="https://lib.baomitu.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" crossorigin="anonymous" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"> | ||
|
||
<link href="https://npm.elemecdn.com/[email protected]/css/font-awesome.min.css" rel="stylesheet" crossorigin="anonymous"> | ||
|
||
<!-- 其他 | ||
https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/ | ||
https://npm.elemecdn.com/@fortawesome/fontawesome-free/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,9 +24,12 @@ | |
<meta name="description" content="微信电脑版 dat 格式文件图片在线解密工具"> | ||
<meta name="keywords" content="微信,dat,解码,解密,在线工具"> | ||
<meta name="author" content="https://lzw.me"> | ||
<link rel="stylesheet" href="https://npm.elemecdn.com/@fortawesome/[email protected]/css/all.min.css" crossorigin="anonymous"> | ||
<link crossorigin="anonymous" integrity="sha512-SbiR/eusphKoMVVXysTKG/7VseWii+Y3FdHrt0EpKgpToZeemhqHeZeLWLhJutz/2ut2Vw1uQEj2MbRF+TVBUA==" | ||
<link href="https://npm.elemecdn.com/@fortawesome/[email protected]/css/all.min.css" rel="stylesheet" | ||
crossorigin="anonymous"> | ||
<link crossorigin="anonymous" | ||
integrity="sha512-SbiR/eusphKoMVVXysTKG/7VseWii+Y3FdHrt0EpKgpToZeemhqHeZeLWLhJutz/2ut2Vw1uQEj2MbRF+TVBUA==" | ||
href="https://lib.baomitu.com/twitter-bootstrap/5.2.3/css/bootstrap.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://lzw.me/x/lib/utils/theme-bs.css?v=007"> | ||
<link rel="stylesheet" href="style.css?v=002"> | ||
</head> | ||
|
||
|
@@ -36,10 +39,8 @@ | |
<div class="px-3 py-2 text-bg-dark"> | ||
<div class="container"> | ||
<div class="d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start"> | ||
<a href="./" class="d-flex align-items-center my-2 my-lg-0 me-lg-auto text-white text-decoration-none"> | ||
<svg class="bi me-2" width="40" height="32" role="img" aria-label="Bootstrap"> | ||
<use xlink:href="#bootstrap"></use> | ||
</svg> | ||
<a href="./" | ||
class="site-title d-flex align-items-center my-2 my-lg-0 me-lg-auto text-white text-decoration-none"> | ||
<i class="fa fa-home bi me-2" width="40" height="32" role="img"></i> | ||
微信DAT文件解码转换器 | ||
</a> | ||
|
@@ -78,7 +79,6 @@ | |
<section class="cards-section text-center"> | ||
<div class="container"> | ||
<div class="list"> | ||
|
||
<div class="nav-container"> | ||
<h2 style="margin-top: 30px;">微信DAT文件解码转换器</h2> | ||
|
||
|
@@ -118,10 +118,13 @@ <h2 style="margin-top: 30px;">微信DAT文件解码转换器</h2> | |
</ul> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
<div class="mt-3 text-left"> | ||
<div id="twikooComment"></div> | ||
</div> | ||
|
||
</div><!--//container--> | ||
</section><!--//cards-section--> | ||
</div><!--//page-wrapper--> | ||
|
@@ -166,7 +169,6 @@ <h2 style="margin-top: 30px;">微信DAT文件解码转换器</h2> | |
</footer><!--//footer--> | ||
|
||
<!-- <script crossorigin="anonymous" src="https://npm.elemecdn.com/jquery@3/dist/jquery.min.js"></script> --> | ||
<script src="https://npm.elemecdn.com/@fortawesome/[email protected]/js/all.min.js" crossorigin="anonymous"></script> | ||
<script crossorigin="anonymous" | ||
integrity="sha512-1/RvZTcCDEUjY/CypiMz+iqqtaoQfAITmNSJY17Myp4Ms5mdxPS5UV7iOfdZoxcGhzFbOm6sntTKJppjvuhg4g==" | ||
src="https://lib.baomitu.com/twitter-bootstrap/5.2.3/js/bootstrap.min.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.