123456789101112131415161718192021222324252627282930313233343536373839 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
- <title>docs</title>
- <link rel="stylesheet" href="./asset/docute.css">
- <style>
- .markdown-body h5 {
- font-size: .85em;
- color: #C43C3C;
- }
- .markdown-body h6 {
- font-size: .85em;
- color: #ff9917;
- }
- </style>
- </head>
- <body>
- <div id="app"></div>
- <script src="./asset/docute.js"></script>
- <script>
- docute.init({
- icons: [{
- icon: 'link',
- label: 'my blog',
- link: 'http://hcysun.me'
- },{
- icon: 'github',
- label: 'Star me on GitHub',
- link: 'https://github.com/HcySunYang/analyze-vue'
- }],
- tocVisibleDepth: 6
- })
- </script>
- </body>
- </html>
|