| 1234567891011121314151617181920212223242526272829 |
- <!DOCTYPE html>
- <html lang="">
- <head>
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <meta name="viewport" content="width=device-width,initial-scale=1">
- <meta charset="UTF-8">
- <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css">
- <title>🧰 Stdlib - Useful basic tools library for PHP development.</title>
- </head>
- <body>
- <div id="app"></div>
- <script>
- window.$docsify = {
- repo: 'php-toolkit/stdlib',
- maxLevel: 4,
- // 加载 _navbar.md
- // loadNavbar: true,
- loadNavbar: 'test/_navbar.md',
- // loadNavbar: 'https://raw.githubusercontent.com/inhere/conf/master/docsify/php-projects.md',
- alias: {
- // '/_navbar.md': 'https://raw.githubusercontent.com/inhere/conf/master/docsify/php-projects.md',
- // '/.*/_sidebar.md': 'https://raw.githubusercontent.com/inhere/conf/master/docsify/php-projects.md',
- // '/.*/_sidebar.md': '/_sidebar.md', // See #301
- }
- }
- </script>
- <script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
- </body>
- </html>
|