mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-15 13:22:49 +00:00
feat: 替换网页的资源为本地资源
This commit is contained in:
parent
60b5ecdcd7
commit
7fb854fb48
7
public/site/css/animate.min.css
vendored
Normal file
7
public/site/css/animate.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -16,14 +16,14 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="../css/rem.css" />
|
<link rel="stylesheet" type="text/css" href="../css/rem.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../css/home.css" />
|
<link rel="stylesheet" type="text/css" href="../css/home.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../css/ad.css" />
|
<link rel="stylesheet" type="text/css" href="../css/ad.css" />
|
||||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/animate.css@4.1.1/animate.min.css" />
|
<link rel="stylesheet" href="../css/animate.min.css" />
|
||||||
<!-- Google tag (gtag.js) -->
|
<!-- Google tag (gtag.js) -->
|
||||||
<script async src="//www.googletagmanager.com/gtag/js?id=AW-16660800396"></script>
|
<script async src="//www.googletagmanager.com/gtag/js?id=AW-16660800396"></script>
|
||||||
<script async src="//www.googletagmanager.com/gtag/js?id=G-PE77P6491J"></script>
|
<script async src="//www.googletagmanager.com/gtag/js?id=G-PE77P6491J"></script>
|
||||||
<script src="../js/googleAds.js"></script>
|
<script src="../js/googleAds.js"></script>
|
||||||
<script src="../js/googleAnalyze.js"></script>
|
<script src="../js/googleAnalyze.js"></script>
|
||||||
|
|
||||||
<script src="//cdn.jsdelivr.net/npm/qs@6.13.0/dist/qs.min.js"></script>
|
<script src="../js/qs.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
</style>
|
</style>
|
||||||
<div id="markdown-content"></div>
|
<div id="markdown-content"></div>
|
||||||
|
|
||||||
<script src="https://unpkg.com/markdown-it/dist/markdown-it.min.js"></script>
|
<script src="../js/markdown-it.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
// 创建 markdown-it 实例
|
// 创建 markdown-it 实例
|
||||||
const md = new window.markdownit();
|
const md = new window.markdownit();
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
<script src="../js/googleAds.js"></script>
|
<script src="../js/googleAds.js"></script>
|
||||||
<script src="../js/googleAnalyze.js"></script>
|
<script src="../js/googleAnalyze.js"></script>
|
||||||
|
|
||||||
<script src="//cdn.jsdelivr.net/npm/qs@6.13.0/dist/qs.min.js"></script>
|
<script src="../js/qs.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -320,8 +320,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<script src="../js/common.js"></script>
|
<script src="../js/common.js"></script>
|
||||||
<script src="//cdn.jsdelivr.net/npm/markdown-it/dist/markdown-it.min.js"></script>
|
<script src="../js/markdown-it.min.js"></script>
|
||||||
<script src="//cdn.bootcdn.net/ajax/libs/axios/1.3.6/axios.js"></script>
|
<script src="../js/axios.js"></script>
|
||||||
<script>
|
<script>
|
||||||
const getItem = (key) => {
|
const getItem = (key) => {
|
||||||
var record = JSON.parse(localStorage.getItem(key));
|
var record = JSON.parse(localStorage.getItem(key));
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
</style>
|
</style>
|
||||||
<div id="markdown-content"></div>
|
<div id="markdown-content"></div>
|
||||||
|
|
||||||
<script src="https://unpkg.com/markdown-it/dist/markdown-it.min.js"></script>
|
<script src="../js/markdown-it.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
// 创建 markdown-it 实例
|
// 创建 markdown-it 实例
|
||||||
const md = new window.markdownit();
|
const md = new window.markdownit();
|
||||||
|
|||||||
2972
public/site/js/axios.js
vendored
Normal file
2972
public/site/js/axios.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
2
public/site/js/markdown-it.min.js
vendored
Normal file
2
public/site/js/markdown-it.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
8
public/site/js/qs.min.js
vendored
Normal file
8
public/site/js/qs.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -14,14 +14,14 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="../css/rem.css" />
|
<link rel="stylesheet" type="text/css" href="../css/rem.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../css/home.css" />
|
<link rel="stylesheet" type="text/css" href="../css/home.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="../css/ad.css" />
|
<link rel="stylesheet" type="text/css" href="../css/ad.css" />
|
||||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/animate.css@4.1.1/animate.min.css" />
|
<link rel="stylesheet" href="../css/animate.min.css" />
|
||||||
<!-- Google tag (gtag.js) -->
|
<!-- Google tag (gtag.js) -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-16660800396"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-16660800396"></script>
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PE77P6491J"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PE77P6491J"></script>
|
||||||
<script src="../js/googleAds.js"></script>
|
<script src="../js/googleAds.js"></script>
|
||||||
<script src="../js/googleAnalyze.js"></script>
|
<script src="../js/googleAnalyze.js"></script>
|
||||||
|
|
||||||
<script src="//cdn.jsdelivr.net/npm/qs@6.13.0/dist/qs.min.js"></script>
|
<script src="../js/qs.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
</style>
|
</style>
|
||||||
<div id="markdown-content"></div>
|
<div id="markdown-content"></div>
|
||||||
|
|
||||||
<script src="https://unpkg.com/markdown-it/dist/markdown-it.min.js"></script>
|
<script src="../js/markdown-it.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
// 创建 markdown-it 实例
|
// 创建 markdown-it 实例
|
||||||
const md = new window.markdownit();
|
const md = new window.markdownit();
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
<script src="../js/googleAds.js"></script>
|
<script src="../js/googleAds.js"></script>
|
||||||
<script src="../js/googleAnalyze.js"></script>
|
<script src="../js/googleAnalyze.js"></script>
|
||||||
|
|
||||||
<script src="//cdn.jsdelivr.net/npm/qs@6.13.0/dist/qs.min.js"></script>
|
<script src="../js/qs.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -319,8 +319,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<script src="../js/common.js"></script>
|
<script src="../js/common.js"></script>
|
||||||
<script src="//cdn.jsdelivr.net/npm/markdown-it/dist/markdown-it.min.js"></script>
|
<script src="../js/markdown-it.min.js"></script>
|
||||||
<script src="//cdn.bootcdn.net/ajax/libs/axios/1.3.6/axios.js"></script>
|
<script src="../js/axios.js"></script>
|
||||||
<script>
|
<script>
|
||||||
const getItem = (key) => {
|
const getItem = (key) => {
|
||||||
var record = JSON.parse(localStorage.getItem(key));
|
var record = JSON.parse(localStorage.getItem(key));
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
</style>
|
</style>
|
||||||
<div id="markdown-content"></div>
|
<div id="markdown-content"></div>
|
||||||
|
|
||||||
<script src="https://unpkg.com/markdown-it/dist/markdown-it.min.js"></script>
|
<script src="../js/markdown-it.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
// 创建 markdown-it 实例
|
// 创建 markdown-it 实例
|
||||||
const md = new window.markdownit();
|
const md = new window.markdownit();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user