update:替换网络图片

This commit is contained in:
2026-09-22 10:00:26 +08:00
parent e98e5129d2
commit 7093d3e4e5
90 changed files with 286 additions and 289 deletions
+2 -2
View File
@@ -81,7 +81,7 @@ onLoad(async (options) => {
>
<image
v-if="player.userId === currentUser.userId"
src="../static/player-bg2.png"
src="https://static.shelingxingqiu.com/shootmini/static/player-bg2.png"
:style="{
width: `${Math.max(100 / players.length, 18)}vw`,
}"
@@ -203,7 +203,7 @@ onLoad(async (options) => {
flex-wrap: wrap;
}
.score-item {
background-image: url("../static/score-bg.png");
background-image: url("https://static.shelingxingqiu.com/shootmini/static/score-bg.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;