码桶

发现社区成员的开源项目

奶狗 /

ng-webot

公开
main
ng-webot/web/index.html
index.html638 B
<!doctype html>
<html lang="zh-CN">
  <head>
    <meta charset="UTF-8" />
    <link rel="icon" type="image/x-icon" href="/favicon.ico" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
    <meta name="description" content="iLink 微信机器人管理平台 — 多机器人管理、插件市场、智能助手" />
    <meta name="keywords" content="微信机器人,ILink,插件市场,智能助手,奶狗WeBot" />
    <title>奶狗WeBot 控制台</title>
  </head>
  <body>
    <div id="root"></div>
    <script type="module" src="/src/main.tsx"></script>
  </body>
</html>