Browse Source

改变图片大小

hxl
Administrator 4 weeks ago
parent
commit
e3d11cfae1
  1. BIN
      public/bg.png
  2. BIN
      public/bg2.jpg
  3. BIN
      public/bg2.png
  4. BIN
      public/tanchuang.png
  5. 5
      src/views/DZP1.vue

BIN
public/bg.png

Before

Width: 1920  |  Height: 1080  |  Size: 1.6 MiB

After

Width: 1920  |  Height: 1080  |  Size: 462 KiB

BIN
public/bg2.jpg

Before

Width: 1920  |  Height: 1080  |  Size: 1.7 MiB

BIN
public/bg2.png

After

Width: 1920  |  Height: 1080  |  Size: 474 KiB

BIN
public/tanchuang.png

Before

Width: 750  |  Height: 750  |  Size: 2.5 MiB

After

Width: 300  |  Height: 300  |  Size: 278 KiB

5
src/views/DZP1.vue

@ -66,7 +66,10 @@ function endCallback(prize) {
const result = Number(prize.fonts[0].text)
console.log(prize.fonts[0].text)
//
totalScore.value = totalScore.value + result
setTimeout(()=>{
totalScore.value = totalScore.value + result
},1000);
//
animateScoreChange()
//

Loading…
Cancel
Save