[NewLife.CubeVue] master 自动提交
大石头 authored at 2025-06-22 10:49:47
356.00 B
NewLife.CubeVue
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
  <link rel="icon" href="/leaf.png">
  <title>
    魔方demo
  </title>
</head>

<body>
  <div id="app"></div>
  <script src="/config.js"></script>
  <script type="module" src="/src/main.ts"></script>
</body>

</html>