youtil 3.1.0 → 3.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.cjs +55 -0
- package/dist/index.mjs +14 -14
- package/dist/index.umd.js +14 -14
- package/dist/types/enum.d.ts +19 -11
- package/docs/404.html +3 -3
- package/docs/api/functions/copy-to-clipboard/index.html +3 -3
- package/docs/api/functions/create-enum/index.html +3 -3
- package/docs/api/functions/decode-html/index.html +3 -3
- package/docs/api/functions/deep-copy/index.html +3 -3
- package/docs/api/functions/del-param/index.html +3 -3
- package/docs/api/functions/encode-html/index.html +3 -3
- package/docs/api/functions/format-date/index.html +3 -3
- package/docs/api/functions/format-json/index.html +3 -3
- package/docs/api/functions/get-id-card-last-char/index.html +3 -3
- package/docs/api/functions/get-param/index.html +3 -3
- package/docs/api/functions/get-param-int/index.html +3 -3
- package/docs/api/functions/get-params/index.html +3 -3
- package/docs/api/functions/get-random/index.html +3 -3
- package/docs/api/functions/get-random-str/index.html +3 -3
- package/docs/api/functions/hide-loading/index.html +3 -3
- package/docs/api/functions/init-window-message/index.html +3 -3
- package/docs/api/functions/parse-date/index.html +3 -3
- package/docs/api/functions/request/index.html +3 -3
- package/docs/api/functions/set-param/index.html +3 -3
- package/docs/api/functions/show-loading/index.html +3 -3
- package/docs/api/functions/sleep/index.html +3 -3
- package/docs/api/functions/to-hump/index.html +3 -3
- package/docs/api/functions/to-underline/index.html +3 -3
- package/docs/api/functions/to-url-params/index.html +3 -3
- package/docs/api/functions/validate-id-card/index.html +3 -3
- package/docs/api/globals/index.html +3 -3
- package/docs/api/interfaces/i-request-options/index.html +3 -3
- package/docs/api/interfaces/i-show-loading-config/index.html +3 -3
- package/docs/api/type-aliases/enum-item/index.html +24 -0
- package/docs/api/type-aliases/enum-type/index.html +24 -0
- package/docs/api/variables/key-codes/index.html +3 -3
- package/docs/api/variables/request/index.html +3 -3
- package/docs/dumi__tmp-production__dumi__theme__ContextWrapper.ab2cd1e2.async.js +1 -0
- package/docs/guide/enum/index.html +24 -0
- package/docs/guide/index.html +3 -3
- package/docs/guide/loading/index.html +3 -3
- package/docs/guide/message/index.html +24 -0
- package/docs/guide/request/index.html +3 -3
- package/docs/index.html +3 -3
- package/docs/{markdown__api__functions__copyToClipboard.md.d31f133b.async.js → markdown__api__functions__copyToClipboard.md.fa13570e.async.js} +1 -1
- package/docs/markdown__api__functions__createEnum.md.ab0957ee.async.js +8 -0
- package/docs/{markdown__api__functions__decodeHtml.md.8a0f19fe.async.js → markdown__api__functions__decodeHtml.md.922bf499.async.js} +1 -1
- package/docs/{markdown__api__functions__deepCopy.md.14bd06c0.async.js → markdown__api__functions__deepCopy.md.4dea99a7.async.js} +1 -1
- package/docs/{markdown__api__functions__delParam.md.fa451403.async.js → markdown__api__functions__delParam.md.dc0c2c8a.async.js} +1 -1
- package/docs/{markdown__api__functions__encodeHtml.md.8205e2dd.async.js → markdown__api__functions__encodeHtml.md.d4d7ef49.async.js} +1 -1
- package/docs/{markdown__api__functions__formatDate.md.ff3ed5be.async.js → markdown__api__functions__formatDate.md.e43ecd6d.async.js} +1 -1
- package/docs/{markdown__api__functions__formatJson.md.ec58d39e.async.js → markdown__api__functions__formatJson.md.56d52c5d.async.js} +1 -1
- package/docs/{markdown__api__functions__getIdCardLastChar.md.8b6015e5.async.js → markdown__api__functions__getIdCardLastChar.md.1a9f4c4c.async.js} +1 -1
- package/docs/{markdown__api__functions__getParam.md.67cb987a.async.js → markdown__api__functions__getParam.md.65c4baf1.async.js} +1 -1
- package/docs/{markdown__api__functions__getParamInt.md.31646792.async.js → markdown__api__functions__getParamInt.md.e53ccbcf.async.js} +1 -1
- package/docs/{markdown__api__functions__getParams.md.c530e2e0.async.js → markdown__api__functions__getParams.md.86dccf75.async.js} +1 -1
- package/docs/{markdown__api__functions__getRandom.md.5e51f998.async.js → markdown__api__functions__getRandom.md.2c03a03a.async.js} +1 -1
- package/docs/{markdown__api__functions__getRandomStr.md.f36d87cd.async.js → markdown__api__functions__getRandomStr.md.7162c7eb.async.js} +1 -1
- package/docs/{markdown__api__functions__hideLoading.md.d15ea33f.async.js → markdown__api__functions__hideLoading.md.63141f59.async.js} +1 -1
- package/docs/{markdown__api__functions__initWindowMessage.md.519142a7.async.js → markdown__api__functions__initWindowMessage.md.4cecf804.async.js} +1 -1
- package/docs/{markdown__api__functions__parseDate.md.56667f96.async.js → markdown__api__functions__parseDate.md.43f68864.async.js} +1 -1
- package/docs/{markdown__api__functions__request.md.07e33d4d.async.js → markdown__api__functions__request.md.8100475a.async.js} +1 -1
- package/docs/{markdown__api__functions__setParam.md.4c847fe1.async.js → markdown__api__functions__setParam.md.6122453b.async.js} +1 -1
- package/docs/{markdown__api__functions__showLoading.md.5a38bf11.async.js → markdown__api__functions__showLoading.md.23c9d9cf.async.js} +1 -1
- package/docs/{markdown__api__functions__sleep.md.e6aa4b65.async.js → markdown__api__functions__sleep.md.65b4d778.async.js} +1 -1
- package/docs/{markdown__api__functions__toHump.md.e30d06c7.async.js → markdown__api__functions__toHump.md.a648d9ca.async.js} +1 -1
- package/docs/{markdown__api__functions__toUnderline.md.d995508a.async.js → markdown__api__functions__toUnderline.md.ab7a4578.async.js} +1 -1
- package/docs/{markdown__api__functions__toUrlParams.md.7f9195c4.async.js → markdown__api__functions__toUrlParams.md.de7422f6.async.js} +1 -1
- package/docs/{markdown__api__functions__validateIdCard.md.dc3f5afe.async.js → markdown__api__functions__validateIdCard.md.ccfc4d2f.async.js} +1 -1
- package/docs/markdown__api__globals.md.2389be1f.async.js +1 -0
- package/docs/{markdown__api__interfaces__IRequestOptions.md.cac053ae.async.js → markdown__api__interfaces__IRequestOptions.md.da2c2fdd.async.js} +1 -1
- package/docs/{markdown__api__interfaces__IShowLoadingConfig.md.9cb38c8c.async.js → markdown__api__interfaces__IShowLoadingConfig.md.09756000.async.js} +1 -1
- package/docs/markdown__api__type-aliases__EnumItem.md.33be0665.chunk.css +1 -0
- package/docs/markdown__api__type-aliases__EnumItem.md.955a45d6.async.js +1 -0
- package/docs/markdown__api__type-aliases__EnumType.md.33be0665.chunk.css +1 -0
- package/docs/markdown__api__type-aliases__EnumType.md.efd1803a.async.js +1 -0
- package/docs/{markdown__api__variables__Request.md.e78bfb9a.async.js → markdown__api__variables__Request.md.1dbabcda.async.js} +1 -1
- package/docs/{markdown__api__variables__keyCodes.md.b05f13c6.async.js → markdown__api__variables__keyCodes.md.74858111.async.js} +1 -1
- package/docs/markdown__guide__enum.md.33be0665.chunk.css +1 -0
- package/docs/markdown__guide__enum.md.b90b172d.async.js +1 -0
- package/docs/{markdown__guide__index.md.445f0b76.async.js → markdown__guide__index.md.896aab37.async.js} +1 -1
- package/docs/markdown__guide__loading.md.512e960b.async.js +1 -0
- package/docs/markdown__guide__message.md.0788a6e2.async.js +84 -0
- package/docs/markdown__guide__message.md.33be0665.chunk.css +1 -0
- package/docs/markdown__guide__request.md.804eed5b.async.js +57 -0
- package/docs/meta__markdown.3bc0c0cf.async.js +310 -0
- package/docs/preload_helper.a0360861.js +1 -0
- package/docs/{umi.b7bf49b4.js → umi.04710f8f.js} +47 -47
- package/docs/~demos/:id/index.html +3 -3
- package/docs/~demos/markdown-guide-enum-demo-0/index.html +24 -0
- package/docs/~demos/markdown-guide-loading-demo-0/index.html +3 -3
- package/docs/~demos/markdown-guide-request-demo-0/index.html +3 -3
- package/docs/~demos/markdown-guide-request-demo-1/index.html +3 -3
- package/package.json +2 -2
- package/docs/dumi__tmp-production__dumi__theme__ContextWrapper.1462a42a.async.js +0 -1
- package/docs/markdown__api__functions__createEnum.md.e414655a.async.js +0 -8
- package/docs/markdown__api__globals.md.80f7e2cb.async.js +0 -1
- package/docs/markdown__guide__loading.md.88866757.async.js +0 -1
- package/docs/markdown__guide__request.md.9a67b203.async.js +0 -57
- package/docs/meta__markdown.c6258607.async.js +0 -207
- package/docs/preload_helper.2adbc0c3.js +0 -1
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<link rel="shortcut icon" href="https://
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
8
|
<style>
|
|
9
9
|
/* 隐藏二级导航 */
|
|
10
10
|
.dumi-default-navbar-collapse-btn {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
17
|
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
-
<script src="/preload_helper.
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
23
|
</body>
|
|
24
24
|
</html>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<link rel="shortcut icon" href="https://
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
8
|
<style>
|
|
9
9
|
/* 隐藏二级导航 */
|
|
10
10
|
.dumi-default-navbar-collapse-btn {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
17
|
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
-
<script src="/preload_helper.
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
23
|
</body>
|
|
24
24
|
</html>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<link rel="shortcut icon" href="https://
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
8
|
<style>
|
|
9
9
|
/* 隐藏二级导航 */
|
|
10
10
|
.dumi-default-navbar-collapse-btn {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
17
|
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
-
<script src="/preload_helper.
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
23
|
</body>
|
|
24
24
|
</html>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<link rel="shortcut icon" href="https://
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
8
|
<style>
|
|
9
9
|
/* 隐藏二级导航 */
|
|
10
10
|
.dumi-default-navbar-collapse-btn {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
17
|
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
-
<script src="/preload_helper.
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
23
|
</body>
|
|
24
24
|
</html>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<link rel="shortcut icon" href="https://
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
8
|
<style>
|
|
9
9
|
/* 隐藏二级导航 */
|
|
10
10
|
.dumi-default-navbar-collapse-btn {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
17
|
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
-
<script src="/preload_helper.
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
23
|
</body>
|
|
24
24
|
</html>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<link rel="shortcut icon" href="https://
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
8
|
<style>
|
|
9
9
|
/* 隐藏二级导航 */
|
|
10
10
|
.dumi-default-navbar-collapse-btn {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
17
|
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
-
<script src="/preload_helper.
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
23
|
</body>
|
|
24
24
|
</html>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<link rel="shortcut icon" href="https://
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
8
|
<style>
|
|
9
9
|
/* 隐藏二级导航 */
|
|
10
10
|
.dumi-default-navbar-collapse-btn {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
17
|
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
-
<script src="/preload_helper.
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
23
|
</body>
|
|
24
24
|
</html>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<link rel="shortcut icon" href="https://
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
8
|
<style>
|
|
9
9
|
/* 隐藏二级导航 */
|
|
10
10
|
.dumi-default-navbar-collapse-btn {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
17
|
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
-
<script src="/preload_helper.
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
23
|
</body>
|
|
24
24
|
</html>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<link rel="shortcut icon" href="https://
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
8
|
<style>
|
|
9
9
|
/* 隐藏二级导航 */
|
|
10
10
|
.dumi-default-navbar-collapse-btn {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
17
|
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
-
<script src="/preload_helper.
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
23
|
</body>
|
|
24
24
|
</html>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<link rel="shortcut icon" href="https://
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
8
|
<style>
|
|
9
9
|
/* 隐藏二级导航 */
|
|
10
10
|
.dumi-default-navbar-collapse-btn {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
17
|
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
-
<script src="/preload_helper.
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
23
|
</body>
|
|
24
24
|
</html>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<link rel="shortcut icon" href="https://
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
8
|
<style>
|
|
9
9
|
/* 隐藏二级导航 */
|
|
10
10
|
.dumi-default-navbar-collapse-btn {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
17
|
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
-
<script src="/preload_helper.
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
23
|
</body>
|
|
24
24
|
</html>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<link rel="shortcut icon" href="https://
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
8
|
<style>
|
|
9
9
|
/* 隐藏二级导航 */
|
|
10
10
|
.dumi-default-navbar-collapse-btn {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
17
|
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
-
<script src="/preload_helper.
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
23
|
</body>
|
|
24
24
|
</html>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<link rel="shortcut icon" href="https://
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
8
|
<style>
|
|
9
9
|
/* 隐藏二级导航 */
|
|
10
10
|
.dumi-default-navbar-collapse-btn {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
17
|
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
-
<script src="/preload_helper.
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
23
|
</body>
|
|
24
24
|
</html>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<link rel="shortcut icon" href="https://
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
8
|
<style>
|
|
9
9
|
/* 隐藏二级导航 */
|
|
10
10
|
.dumi-default-navbar-collapse-btn {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
17
|
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
-
<script src="/preload_helper.
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
23
|
</body>
|
|
24
24
|
</html>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<link rel="shortcut icon" href="https://
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
8
|
<style>
|
|
9
9
|
/* 隐藏二级导航 */
|
|
10
10
|
.dumi-default-navbar-collapse-btn {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
17
|
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
-
<script src="/preload_helper.
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
23
|
</body>
|
|
24
24
|
</html>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<link rel="shortcut icon" href="https://
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
8
|
<style>
|
|
9
9
|
/* 隐藏二级导航 */
|
|
10
10
|
.dumi-default-navbar-collapse-btn {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
17
|
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
-
<script src="/preload_helper.
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
23
|
</body>
|
|
24
24
|
</html>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<link rel="shortcut icon" href="https://
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
8
|
<style>
|
|
9
9
|
/* 隐藏二级导航 */
|
|
10
10
|
.dumi-default-navbar-collapse-btn {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
17
|
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
-
<script src="/preload_helper.
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
23
|
</body>
|
|
24
24
|
</html>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<link rel="shortcut icon" href="https://
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
8
|
<style>
|
|
9
9
|
/* 隐藏二级导航 */
|
|
10
10
|
.dumi-default-navbar-collapse-btn {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
17
|
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
-
<script src="/preload_helper.
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
23
|
</body>
|
|
24
24
|
</html>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<link rel="shortcut icon" href="https://
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
8
|
<style>
|
|
9
9
|
/* 隐藏二级导航 */
|
|
10
10
|
.dumi-default-navbar-collapse-btn {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
17
|
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
-
<script src="/preload_helper.
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
23
|
</body>
|
|
24
24
|
</html>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<link rel="shortcut icon" href="https://
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
8
|
<style>
|
|
9
9
|
/* 隐藏二级导航 */
|
|
10
10
|
.dumi-default-navbar-collapse-btn {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
17
|
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
-
<script src="/preload_helper.
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
23
|
</body>
|
|
24
24
|
</html>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<link rel="shortcut icon" href="https://
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
8
|
<style>
|
|
9
9
|
/* 隐藏二级导航 */
|
|
10
10
|
.dumi-default-navbar-collapse-btn {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
17
|
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
-
<script src="/preload_helper.
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
23
|
</body>
|
|
24
24
|
</html>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
|
+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
|
+
<style>
|
|
9
|
+
/* 隐藏二级导航 */
|
|
10
|
+
.dumi-default-navbar-collapse-btn {
|
|
11
|
+
display: none;
|
|
12
|
+
}
|
|
13
|
+
.dumi-default-navbar-dropdown {
|
|
14
|
+
display: none;
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
|
+
</head>
|
|
20
|
+
<body>
|
|
21
|
+
<div id="root"></div>
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
|
+
</body>
|
|
24
|
+
</html>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
|
+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
|
+
<style>
|
|
9
|
+
/* 隐藏二级导航 */
|
|
10
|
+
.dumi-default-navbar-collapse-btn {
|
|
11
|
+
display: none;
|
|
12
|
+
}
|
|
13
|
+
.dumi-default-navbar-dropdown {
|
|
14
|
+
display: none;
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
|
+
</head>
|
|
20
|
+
<body>
|
|
21
|
+
<div id="root"></div>
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
|
+
</body>
|
|
24
|
+
</html>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<link rel="shortcut icon" href="https://
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
8
|
<style>
|
|
9
9
|
/* 隐藏二级导航 */
|
|
10
10
|
.dumi-default-navbar-collapse-btn {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
17
|
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
-
<script src="/preload_helper.
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
23
|
</body>
|
|
24
24
|
</html>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<link rel="shortcut icon" href="https://
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
8
|
<style>
|
|
9
9
|
/* 隐藏二级导航 */
|
|
10
10
|
.dumi-default-navbar-collapse-btn {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
17
|
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
-
<script src="/preload_helper.
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
23
|
</body>
|
|
24
24
|
</html>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunkyoutil=self.webpackChunkyoutil||[]).push([[923],{26520:function(D,a,e){e.r(a),e.d(a,{default:function(){return T}});var y=e(5574),h=e.n(y),t=e(67294),n=e(53683),x=e(38024),C=e(64236),r={},s=e(90482),l={},i={name:"youtil",description:"\u6CB9\u68AF\uFF0C\u4E00\u4E2A\u4E0E\u6846\u67B6\u3001\u73AF\u5883\u65E0\u5173\u7684\u5C0F\u5DE7\u3001\u7CBE\u7B80\u3001\u5B9E\u7528\u7684JavaScript\u5DE5\u5177\u5E93",version:"3.1.1",license:"MIT",repository:{type:"git",url:"github.com/sxei/youtil"},author:"sxei"},u="browser",m=void 0,c={footer:"Power by youtil",prefersColor:{default:"light",switch:!0},nprogress:!0,lastUpdated:!0,logo:"https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png",name:"youtil"},v=!0;function T(){var E=(0,n.pC)(),S=(0,t.useState)(!1),f=h()(S,2),d=f[0],p=f[1],g=(0,t.useRef)(n.m8.location.pathname);(0,t.useEffect)(function(){return n.m8.listen(function(o){o.location.pathname!==g.current&&(g.current=o.location.pathname,document.documentElement.scrollTo(0,0))})},[]);var b=t.useMemo(function(){var o={pkg:i,historyType:u,entryExports:l,demos:null,components:r,locales:s.k,loading:d,setLoading:p,hostname:m,themeConfig:c,_2_level_nav_available:v};return Object.defineProperty(o,"demos",{get:function(){return(0,x.Kp)(!1,"`demos` return empty in latest version, please use `useDemo` instead."),{}}}),o},[i,u,l,r,s.k,d,p,m,c,v]);return t.createElement(C.D.Provider,{value:b},E)}}}]);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
|
+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
|
+
<style>
|
|
9
|
+
/* 隐藏二级导航 */
|
|
10
|
+
.dumi-default-navbar-collapse-btn {
|
|
11
|
+
display: none;
|
|
12
|
+
}
|
|
13
|
+
.dumi-default-navbar-dropdown {
|
|
14
|
+
display: none;
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
|
+
</head>
|
|
20
|
+
<body>
|
|
21
|
+
<div id="root"></div>
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
|
+
</body>
|
|
24
|
+
</html>
|
package/docs/guide/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<link rel="shortcut icon" href="https://
|
|
7
|
+
<link rel="shortcut icon" href="https://img10.360buyimg.com/imagetools/jfs/t1/316988/13/20626/79139/688a0b88F01a2c450/a6419401b21c0aef.png">
|
|
8
8
|
<style>
|
|
9
9
|
/* 隐藏二级导航 */
|
|
10
10
|
.dumi-default-navbar-collapse-btn {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
17
|
<link rel="stylesheet" href="/umi.4e0bcd92.css">
|
|
18
|
-
<script src="/preload_helper.
|
|
18
|
+
<script src="/preload_helper.a0360861.js"></script>
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
21
21
|
<div id="root"></div>
|
|
22
|
-
<script src="/umi.
|
|
22
|
+
<script src="/umi.04710f8f.js"></script>
|
|
23
23
|
</body>
|
|
24
24
|
</html>
|