index.html 1.9 KB
Newer Older
智布道's avatar
智布道 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>JustAuth - 史上最全的整合第三方登录的开源库</title>
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">

  <meta name="description" content="JustAuth,史上最全的整合第三方登录的开源库" />
  <meta name="keywords" content="JustAuth,第三方授权登录,OAuth" />

  <meta itemprop="name" content="JustAuth,史上最全的整合第三方登录的开源库" />
  <meta itemprop="description" content="JustAuth,如你所见,它仅仅是一个第三方授权登录的工具类库,它可以让我们脱离繁琐的第三方登录SDK,让登录变得So easy!" />
  <meta itemprop="image" content="./_media/cover.png" />

  <link rel="shortcut icon" href="favicon.ico">
  <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
  <!-- 百度统计 -->
  <script>
    var _hmt = _hmt || [];
    (function() {
      var hm = document.createElement("script");
      hm.src = "https://hm.baidu.com/hm.js?4c7a1a462477545b480a3dd1ed95f0a9";
      var s = document.getElementsByTagName("script")[0];
      s.parentNode.insertBefore(hm, s);
    })();
  </script>
</head>
<body>
  <div id="app">Please wait...</div>
  <script>
    window.$docsify = {
      name: '<img src="./_media/cover.png" width="200"><br>Login, so easy',
      search: {
        maxAge: 86400000,
        noData: {
          '/': '找不到结果'
        },
        paths: 'auto',
        placeholder: {
          '/': '搜索'
        }
      },
      repo: 'https://gitee.com/yadong.zhang/JustAuth',
      loadSidebar: true,
      maxLevel: 4,
      subMaxLevel: 2,
      auto2top: true,
      coverpage: true,
      formatUpdated: '{YYYY}/{MM}/{DD} {HH}:{mm}:{ss}',
    }
  </script>
  <script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
</body>
</html>