34 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="zh-cn">
 | 
						|
<head>
 | 
						|
  <meta charset="UTF-8">
 | 
						|
  <title>QuickAuth - 接入文档</title>
 | 
						|
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
 | 
						|
  <meta name="description" content="QuickAuth扫码登录平台">
 | 
						|
  <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
 | 
						|
  <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?8e593694ab4a6165552b5cbf39823a6b";
 | 
						|
  var s = document.getElementsByTagName("script")[0]; 
 | 
						|
  s.parentNode.insertBefore(hm, s);
 | 
						|
})();
 | 
						|
</script>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
  <div id="app">Loading</div>
 | 
						|
  <script>
 | 
						|
      window.$docsify = {
 | 
						|
          name: 'QuickAuth',
 | 
						|
          nameLink: "https://qauth.cn",
 | 
						|
          repo: '',
 | 
						|
          loadSidebar: true,
 | 
						|
          loadNavbar: true
 | 
						|
    }
 | 
						|
  </script>
 | 
						|
  <script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
 | 
						|
</body>
 | 
						|
</html>
 |