Skip to content

Commit 0afb0ca

Browse files
committed
Deployed on 2023-06-06 12:27:59
1 parent 957d2db commit 0afb0ca

File tree

101 files changed

+464
-431
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+464
-431
lines changed

404.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width,initial-scale=1">
66
<meta name="generator" content="VuePress 2.0.0-beta.25">
7-
<link rel="icon" type="image/png" sizes="32x32" href="/[email protected]"><link rel="icon" type="image/png" sizes="16x16" href="/[email protected]"><link rel="shortcut icon" type="image/png" sizes="16x16" href="/[email protected]"><link rel="manifest" href="/manifest.webmanifest"><link rel="alternate" hreflang="en" href="https://v1.attojs.org/"><link rel="alternate" hreflang="zh-cn" href="https://v1.cn.attojs.org/"><meta name="application-name" content="VueRequest"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="apple-mobile-web-app-title" content="VueRequest"><meta name="apple-mobile-web-app-status-bar-style" content="black"><meta name="baidu-site-verification" content="code-kq0ZWRB0uD"><meta name="google-site-verification" content="-zekuAhD-WeZ_iSgC4Js4rVeJ3CxzjRxIpiJN6TL7go"><meta name="keywords" content="vue-request, vue3, vue request, axios, vue, vuejs, js, request, fetch, vue-next, swr, 请求, vue请求库"><meta name="attojs-site-env" content="OTHER"><meta name="og:site_name" content="vue-request"><meta name="og:url" content="https://v1.attojs.org/"><meta name="og:image" content="https://v1.attojs.org/[email protected]"><meta name="og:type" content="website"><script src="https://hm.baidu.com/hm.js?9ff6837028ca9b7ed17fc684b9f946a2"></script><meta name="description" content="vue-request 是一个能轻松帮你管理请求状态(支持SWR,轮询,错误重试,缓存请求,loading状态、分页、无限加载等)的 Vue 3 请求库"><meta name="og:description" content="vue-request 是一个能轻松帮你管理请求状态(支持SWR,轮询,错误重试,缓存请求,loading状态、分页、无限加载等)的 Vue 3 请求库"><title>VueRequest</title>
8-
<link rel="preload" href="/assets/js/runtime~app.b2d5bd43.js" as="script"><link rel="preload" href="/assets/css/styles.63359938.css" as="style"><link rel="preload" href="/assets/js/967.2889d8a4.js" as="script"><link rel="preload" href="/assets/js/app.77047bd6.js" as="script">
9-
<link rel="stylesheet" href="/assets/css/styles.63359938.css">
7+
<link rel="icon" type="image/png" sizes="32x32" href="/[email protected]"><link rel="icon" type="image/png" sizes="16x16" href="/[email protected]"><link rel="shortcut icon" type="image/png" sizes="16x16" href="/[email protected]"><link rel="manifest" href="/manifest.webmanifest"><link rel="alternate" hreflang="en" href="https://www.attojs.org/"><link rel="alternate" hreflang="zh-cn" href="https://www.attojs.org/"><meta name="application-name" content="VueRequest"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="apple-mobile-web-app-title" content="VueRequest"><meta name="apple-mobile-web-app-status-bar-style" content="black"><meta name="baidu-site-verification" content="code-ovMj8h2L3y"><meta name="google-site-verification" content="-zekuAhD-WeZ_iSgC4Js4rVeJ3CxzjRxIpiJN6TL7go"><meta name="keywords" content="vue-request, vue3, vue2, vue request, axios, vue, vuejs, js, request, fetch, vue-next, swr, 请求, vue请求库"><meta name="attojs-site-env" content="OTHER"><meta name="og:site_name" content="vue-request"><meta name="og:url" content="https://www.attojs.org/"><meta name="og:image" content="https://www.attojs.org/[email protected]"><meta name="og:type" content="website"><script src="https://hm.baidu.com/hm.js?a941ff3233d638d299d78b7f1013b7b0"></script><meta name="description" content="vue-request 是一个能轻松帮你管理请求状态(支持SWR,轮询,错误重试,缓存请求,loading状态、分页、无限加载等)的 Vue 请求库"><meta name="og:description" content="vue-request 是一个能轻松帮你管理请求状态(支持SWR,轮询,错误重试,缓存请求,loading状态、分页、无限加载等)的 Vue 请求库"><title>VueRequest</title>
8+
<link rel="preload" href="/assets/js/runtime~app.08b25794.js" as="script"><link rel="preload" href="/assets/css/styles.a66bef6c.css" as="style"><link rel="preload" href="/assets/js/227.35be8d4c.js" as="script"><link rel="preload" href="/assets/js/app.0e700fe3.js" as="script">
9+
<link rel="stylesheet" href="/assets/css/styles.a66bef6c.css">
1010
</head>
1111
<body>
1212
<div id="app"><!--[--><div class="theme-container"><div class="theme-default-content"><h1>404</h1><blockquote>这是一个 404 页面</blockquote><p>将在<span style="color: #3eaf7c; font-weight: 600;"> 3 </span>秒后自动跳转至首页</p><a href="/" class="">返回首页</a></div></div><!----><!----><!--]--></div>
13-
<script src="/assets/js/runtime~app.b2d5bd43.js" defer></script><script src="/assets/js/967.2889d8a4.js" defer></script><script src="/assets/js/app.77047bd6.js" defer></script>
13+
<script src="/assets/js/runtime~app.08b25794.js" defer></script><script src="/assets/js/227.35be8d4c.js" defer></script><script src="/assets/js/app.0e700fe3.js" defer></script>
1414
</body>
1515
</html>

api/global-options.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

api/index.html

Lines changed: 43 additions & 43 deletions
Large diffs are not rendered by default.

api/loadMore.html

Lines changed: 7 additions & 13 deletions
Large diffs are not rendered by default.

api/pagination.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/227.35be8d4c.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
/* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress
2+
* @license MIT */
3+
4+
/*!
5+
Mock - 模拟请求 & 模拟数据
6+
https://github.com/nuysoft/Mock
7+
8+
*/
9+
10+
/*!
11+
* vue-router v4.0.16
12+
* (c) 2022 Eduardo San Martin Morote
13+
* @license MIT
14+
*/
15+
16+
/*!
17+
* GSAP 3.10.4
18+
* https://greensock.com
19+
*
20+
* @license Copyright 2008-2022, GreenSock. All rights reserved.
21+
* Subject to the terms at https://greensock.com/standard-license or for
22+
* Club GreenSock members, the agreement issued with that membership.
23+
* @author: Jack Doyle, [email protected]
24+
*/
25+
26+
/*!
27+
* Toastify js 1.11.2
28+
* https://github.com/apvarun/toastify-js
29+
* @license MIT licensed
30+
*
31+
* Copyright (C) 2018 Varun A P
32+
*/
33+
34+
/*! @docsearch/js 3.0.0-alpha.34 | MIT License | © Algolia, Inc. and contributors | https://docsearch.algolia.com */

assets/js/35.2bb443fe.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/js/387.355c47a5.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)