add
This commit is contained in:
parent
3141a3cea7
commit
b341a3d010
|
@ -1,6 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
|
||||
|
||||
// 获取 URL 中的查询参数部分
|
||||
var queryString = window.location.hash.split("?")[1];
|
||||
// 解析查询参数字符串
|
||||
|
|
|
@ -131,7 +131,7 @@ const handArea1=()=>{
|
|||
width: 378px;
|
||||
height: 223px;
|
||||
margin-bottom: 10px;
|
||||
background-image: url('/static/img/breedScreen/bg.png');
|
||||
background-image: url('/static/img/breedScreen/bg.webp');
|
||||
background-size: 100% 100%;
|
||||
font-size: 16px;
|
||||
padding: 10px;
|
||||
|
|
Loading…
Reference in New Issue