commit
						5195975a37
					
				
							
								
								
									
										
											BIN
										
									
								
								docs/favicon.ico
									
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								docs/favicon.ico
									
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 66 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								docs/favicon.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								docs/favicon.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 2.3 KiB  | 
@ -1,38 +1,41 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="en">
 | 
			
		||||
 | 
			
		||||
<head>
 | 
			
		||||
  <meta charset="UTF-8">
 | 
			
		||||
  <title>学之思开发部署教程</title>
 | 
			
		||||
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
 | 
			
		||||
  <meta name="description" content="Description">
 | 
			
		||||
  <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">
 | 
			
		||||
  <link rel="stylesheet" href="xzs.css">
 | 
			
		||||
  <link rel="shortcut icon" href="favicon.ico">
 | 
			
		||||
    <meta charset="UTF-8">
 | 
			
		||||
    <title>学之思开发部署教程</title>
 | 
			
		||||
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
 | 
			
		||||
    <meta name="description" content="Description">
 | 
			
		||||
    <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">
 | 
			
		||||
    <link rel="stylesheet" href="xzs.css">
 | 
			
		||||
    <link rel="shortcut icon" href="favicon.png">
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
<body style="min-width: 1024px;">
 | 
			
		||||
  <nav class="head">
 | 
			
		||||
    <div class="head-logo">
 | 
			
		||||
      <a href="https://www.mindskip.net" target="_blank">
 | 
			
		||||
        <img  src="http://www.mindskip.net/images/icon/logo-white.png"/>
 | 
			
		||||
      </a>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="head-link">
 | 
			
		||||
      <a href="https://www.mindskip.net/" target="_blank">官网</a>
 | 
			
		||||
      <a href="https://www.mindskip.net/sdd.html" target="_blank">思多多</a>
 | 
			
		||||
      <a href="https://www.mindskip.net/wdd.html" target="_blank">维多多</a>
 | 
			
		||||
      <a href="https://www.mindskip.net/xdd.html" target="_blank">学多多</a>
 | 
			
		||||
      <a href="https://www.mindskip.net/xzs.html" target="_blank">学之思</a>
 | 
			
		||||
      <a href="https://www.mindskip.net/buy.html" target="_blank">商业购买</a>
 | 
			
		||||
    </div>
 | 
			
		||||
  </nav>
 | 
			
		||||
  <div id="app"></div>
 | 
			
		||||
  <script>
 | 
			
		||||
    window.$docsify = {
 | 
			
		||||
      name: '学之思开发部署教程',
 | 
			
		||||
      coverpage: false
 | 
			
		||||
    }
 | 
			
		||||
  </script>
 | 
			
		||||
  <script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
 | 
			
		||||
    <nav class="head">
 | 
			
		||||
        <div class="head-logo">
 | 
			
		||||
            <a href="https://www.mindskip.net" target="_blank">
 | 
			
		||||
                <img src="logo.png" />
 | 
			
		||||
            </a>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="head-link">
 | 
			
		||||
            <a href="https://www.mindskip.net/" target="_blank">官网</a>
 | 
			
		||||
            <a href="https://www.mindskip.net/sdd.html" target="_blank">思多多</a>
 | 
			
		||||
            <a href="https://www.mindskip.net/wdd.html" target="_blank">维多多</a>
 | 
			
		||||
            <a href="https://www.mindskip.net/xdd.html" target="_blank">学多多</a>
 | 
			
		||||
            <a href="https://www.mindskip.net/xzs.html" target="_blank">学之思</a>
 | 
			
		||||
            <a href="https://www.mindskip.net/buy.html" target="_blank">商业购买</a>
 | 
			
		||||
        </div>
 | 
			
		||||
    </nav>
 | 
			
		||||
    <div id="app"></div>
 | 
			
		||||
    <script>
 | 
			
		||||
        window.$docsify = {
 | 
			
		||||
            name: '学之思开发部署教程',
 | 
			
		||||
            coverpage: false
 | 
			
		||||
        }
 | 
			
		||||
    </script>
 | 
			
		||||
    <script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
 | 
			
		||||
</html>
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								docs/logo.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								docs/logo.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 5.0 KiB  | 
@ -22,6 +22,7 @@ table td {
 | 
			
		||||
.head-logo {
 | 
			
		||||
    height: 58px;
 | 
			
		||||
    width: 182px;
 | 
			
		||||
    line-height: 78px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.head-link {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user