This commit is contained in:
zmj 2024-02-28 18:14:30 +08:00
parent 3141a3cea7
commit b341a3d010
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
<script setup lang="ts"> <script setup lang="ts">
// URL // URL
var queryString = window.location.hash.split("?")[1]; var queryString = window.location.hash.split("?")[1];
// //

View File

@ -131,7 +131,7 @@ const handArea1=()=>{
width: 378px; width: 378px;
height: 223px; height: 223px;
margin-bottom: 10px; margin-bottom: 10px;
background-image: url('/static/img/breedScreen/bg.png'); background-image: url('/static/img/breedScreen/bg.webp');
background-size: 100% 100%; background-size: 100% 100%;
font-size: 16px; font-size: 16px;
padding: 10px; padding: 10px;