index.html 985 B

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" href="/favicon.ico" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <title>大屏可视化设计器 - 乐吾乐Le5le</title>
  8. <meta
  9. name="keywords"
  10. content="乐吾乐,le5le,大屏,可视化,2D,3D,无代码,低代码,零代码,云设计,网页制作,web app,PaaS,企业信息系统"
  11. />
  12. <meta
  13. name="description"
  14. content="乐吾乐Le5le - 帮助企业快速搭建可视化或企业信息系统,提高开发效率,降低开发成本和运营成本。"
  15. />
  16. <link
  17. href="https://editor.yuque.com/ne-editor/lake-content-v1.css"
  18. rel="stylesheet"
  19. />
  20. </head>
  21. <body>
  22. <div id="app"></div>
  23. <script type="module" src="/src/main.ts"></script>
  24. <script>
  25. String.prototype.replaceAll = function (s1, s2) {
  26. return this.replace(new RegExp(s1, 'gm'), s2);
  27. };
  28. </script>
  29. </body>
  30. </html>