index.html 962 B

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Bark</title>
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  7. <meta name="description" content="Description">
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
  9. <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
  10. </head>
  11. <body>
  12. <div id="app"></div>
  13. <script>
  14. window.$docsify = {
  15. name: 'Bark',
  16. nameLink: '/#/?id=源码',
  17. // repo: 'https://github.com/Finb/Bark',
  18. logo: '/_media/Icon.png height=60px',
  19. coverpage: true,
  20. loadSidebar: true,
  21. subMaxLevel: 4,
  22. loadNavbar: true,
  23. auto2top: true,
  24. coverpage: ['/', '/en-us/', '/tr/'],
  25. }
  26. </script>
  27. <!-- Docsify v4 -->
  28. <script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
  29. <script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
  30. </body>
  31. </html>