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