逻辑编排前端

index.html 525B

    <!-- * @Author: Devin * @Date: 2022-11-10 15:07:57 * @LastEditors: Devin * @LastEditTime: 2023-02-23 16:43:10 * @Description: ts工程开发 --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>快键 服务逻辑编排</title> </head> <body> <div id="app"></div> <script type="module" src="/src/main.ts"></script> </body> </html>