index.html 1.1 KB

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  6. <meta name="renderer" content="webkit">
  7. <meta http-equiv="X-UA-Compatible" content="edge" />
  8. <title>ShowDoc</title>
  9. <meta name="keywords" content="在线API文档 技术文档 数据字典 在线手册" />
  10. <meta name="description" content="一个非常适合IT团队的在线API文档、技术文档工具。你可以使用Showdoc来编写在线API文档、技术文档、数据字典、在线手册" />
  11. <script type="text/javascript">
  12. //挂在window下的全局配置
  13. window.DocConfig = {
  14. //"server":'http://127.0.0.1/showdoc/server/index.php?s=',
  15. "server": window.location.protocol +'//'+ window.location.host + window.location.pathname+ '../server/index.php?s=',
  16. //"lang" :'en'
  17. "lang" :'zh-cn'
  18. }
  19. </script>
  20. </head>
  21. <body>
  22. <div id="app"></div>
  23. <!-- built files will be auto injected -->
  24. </body>
  25. </html>
  26. <!-- <script src="http://192.168.0.101:8082/target/target-script-min.js#anonymous"></script> -->