You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							68 lines
						
					
					
						
							2.3 KiB
						
					
					
				
			
		
		
	
	
							68 lines
						
					
					
						
							2.3 KiB
						
					
					
				| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| 
 | |
| <head>
 | |
|   <meta charset="UTF-8">
 | |
|   <title>SOP开发文档</title>
 | |
|   <link rel="icon" href="_media/favicon.ico">
 | |
|   <meta name="google-site-verification" content="6t0LoIeFksrjF4c9sqUEsVXiQNxLp2hgoqo0KryT-sE" />
 | |
|   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
 | |
|   <meta name="keywords" content="doc,docs,documentation,gitbook,creator,generator,github,jekyll,github-pages">
 | |
|   <meta name="description" content="A magical documentation generator.">
 | |
|   <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" title="vue" >
 | |
|   <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/dark.css" title="dark" disabled>
 | |
|   <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/buble.css" title="buble" disabled>
 | |
|   <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/pure.css" title="pure" disabled>
 | |
|   <style>
 | |
|     nav.app-nav li ul {
 | |
|       min-width: 100px;
 | |
|     }
 | |
| 	/* 显示区域宽度 */
 | |
| 	.markdown-section{
 | |
| 		max-width: 90%;
 | |
| 	}
 | |
|     .sidebar li {
 | |
|       margin: 0px 0;
 | |
|     }
 | |
|   </style>
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
|   <div id="app">加载中 ...</div>
 | |
|   <script>
 | |
|     window.$docsify = {      
 | |
|       auto2top: true,
 | |
|       coverpage: false,
 | |
|       executeScript: true,
 | |
|       loadSidebar: true,
 | |
|       loadNavbar: false,
 | |
|       mergeNavbar: true,
 | |
|       maxLevel: 4,
 | |
|       subMaxLevel: 2,
 | |
|       ga: 'UA-106147152-1',
 | |
|       name: '',
 | |
|       search: {
 | |
|         noData: {
 | |
|           '/zh-cn/': '没有结果!',
 | |
|           '/': '没有结果!'
 | |
|         },
 | |
|         paths: 'auto',
 | |
|         placeholder: {
 | |
|           '/zh-cn/': '搜索',
 | |
|           '/': '搜索'
 | |
|         }
 | |
|       },
 | |
|       formatUpdated: '{MM}/{DD} {HH}:{mm}'    
 | |
|     }
 | |
|   </script>
 | |
|   <script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
 | |
|   <script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
 | |
|   <script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script>
 | |
|   <script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
 | |
|   <script src="//unpkg.com/prismjs/components/prism-markdown.min.js"></script>
 | |
|   <script src="//unpkg.com/prismjs/components/prism-java.min.js"></script>
 | |
|   <script src="//unpkg.com/prismjs/components/prism-json.min.js"></script>
 | |
| </body>
 | |
| 
 | |
| </html> |