index.html 1.1 KB

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html>
  2. <html lang="zh-cmn-Hans">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" href="/plugin/topo/favicon.ico" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <title>接线图编辑器</title>
  8. <link rel="stylesheet" href="/plugin/topo/static/font/iconfont.css">
  9. <link rel="stylesheet" href="/plugin/topo/static/font/topology.css">
  10. <link rel="stylesheet" href="/plugin/topo/static/font/t-icon.css">
  11. <link rel="stylesheet" href="/plugin/topo/static/font/font_2030495_x4ul06ewef.css">
  12. <!-- <link rel="stylesheet" href="/static/font/sgcc.css"> -->
  13. <link rel="stylesheet" href="/plugin/topo/static/sg-ele/index.css">
  14. <link rel="stylesheet" href="//at.alicdn.com/t/font_3218912_366sz3716ll.css">
  15. <script src="/plugin/topo/config.js"></script>
  16. <script src="../../config.js"></script>
  17. <script type="module" crossorigin src="/plugin/topo/assets/index.8e64a519.js"></script>
  18. <link rel="stylesheet" href="/plugin/topo/assets/index.7deeaebd.css">
  19. </head>
  20. <body>
  21. <div id="app"></div>
  22. <script defer src="/plugin/topo/static/echarts.min.js"></script>
  23. </body>
  24. </html>