chenyc
2025-06-10 02cda108e3d49036fbfd628458e84ca9c360d257
index.html
@@ -12,3 +12,18 @@
    <script type="module" src="/src/main.ts"></script>
  </body>
</html>
<style>
  html, body{
    height: 100%;
    margin: 0;
    padding: 0;
  }
  #app{
    background: url(/src/assets/homeback.png)
    100% no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    height: 100%;
  }
</style>