update
This commit is contained in:
@@ -3,16 +3,16 @@ import { Storage, generateQR } from "../libs/utils.js"
|
||||
import ModalTransition from "./ModalTransition.vue"
|
||||
import { ref, watch, computed } from "vue"
|
||||
import Haibao from "../libs/haibao.js"
|
||||
import ruleBg from "../assets/images/new/rule-share.png"
|
||||
import ruleBg from "../assets/images/new/rule-share.webp"
|
||||
import globalToastEvent, { ToastType } from '../globalToastEvent';
|
||||
import { globalStore } from "../globalstore.js";
|
||||
import share5 from '../assets/images/new/share-bg-5.png';
|
||||
import share4 from '../assets/images/new/share-bg-4.png';
|
||||
import share3 from '../assets/images/new/share-bg-3.png';
|
||||
import share2 from '../assets/images/new/share-bg-2.png';
|
||||
import share1 from '../assets/images/new/share-bg-1.png';
|
||||
import todoListBg from '../assets/images/new/todolist-bg.png';
|
||||
import todoListImg from '../assets/images/new/todolist-img.png';
|
||||
import share5 from '../assets/images/new/share-bg-5.webp';
|
||||
import share4 from '../assets/images/new/share-bg-4.webp';
|
||||
import share3 from '../assets/images/new/share-bg-3.webp';
|
||||
import share2 from '../assets/images/new/share-bg-2.webp';
|
||||
import share1 from '../assets/images/new/share-bg-1.webp';
|
||||
import todoListBg from '../assets/images/new/todolist-bg.webp';
|
||||
import todoListImg from '../assets/images/new/todolist-img.webp';
|
||||
|
||||
const props = defineProps({
|
||||
show: false,
|
||||
@@ -91,7 +91,7 @@ const handleHaibao = async () => {
|
||||
</div>
|
||||
|
||||
<div class="scene-item item-5">
|
||||
<img src="../assets/images/new/close-btn.png" @click="cancelBtn" alt="关闭">
|
||||
<img src="../assets/images/new/close-btn.webp" @click="cancelBtn" alt="关闭">
|
||||
</div>
|
||||
</div>
|
||||
</ModalTransition>
|
||||
@@ -103,7 +103,7 @@ const handleHaibao = async () => {
|
||||
background-position: center;
|
||||
width: 100vw;
|
||||
height: 217vw;
|
||||
background-image: url("../assets/images/new/todolist-bg.png");
|
||||
background-image: url("../assets/images/new/todolist-bg.webp");
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
display: flex;
|
||||
@@ -116,7 +116,7 @@ const handleHaibao = async () => {
|
||||
.haibao {
|
||||
width: 70vw;
|
||||
height: 119.444444vw;
|
||||
background-image: url("../assets/images/new/share-popup-demo.png");
|
||||
background-image: url("../assets/images/new/share-popup-demo.webp");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100%;
|
||||
}
|
||||
@@ -141,7 +141,7 @@ const handleHaibao = async () => {
|
||||
.share-bg {
|
||||
width: 100vw;
|
||||
height: 204vw;
|
||||
background-image: url('../assets/images/new/share-bg.png');
|
||||
background-image: url('../assets/images/new/share-bg.webp');
|
||||
background-size: 100%;
|
||||
background-repeat: no-repeat;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user