Compare commits
30 Commits
dragon_boa
...
2025-51
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
595f1cc16a | ||
|
|
a2f867e444 | ||
| 13e3bcad69 | |||
| d1f8531723 | |||
| 2b6e2c095a | |||
|
|
5d8a8f95c1 | ||
|
|
e136c4b21d | ||
| f482e69ac7 | |||
| 14806576d4 | |||
|
|
d471776f28 | ||
| 7f4709d7cd | |||
|
|
92938b3a04 | ||
| 10fcb332d4 | |||
|
|
b3ff0f54ae | ||
| db67a265d8 | |||
|
|
83a60df68d | ||
|
|
7e4e3af65f | ||
|
|
d31ed5cbf9 | ||
|
|
90fb7b2b3d | ||
|
|
543acd2122 | ||
|
|
3b5771a5d7 | ||
|
|
3aa320055c | ||
|
|
0679938eb2 | ||
| ed2ab89900 | |||
|
|
68d8e9636e | ||
| b220d451ae | |||
|
|
cf2f362c98 | ||
|
|
bbcd5ad611 | ||
|
|
c55d13ebeb | ||
|
|
cc3a3df9bc |
2
.env.fat
@@ -1,6 +1,6 @@
|
|||||||
VITE_MODE = fat
|
VITE_MODE = fat
|
||||||
VITE_HOST = https://wmm-stg.pingan.com.cn
|
VITE_HOST = https://wmm-stg.pingan.com.cn
|
||||||
VITE_CDN = https://cdn.xglpa.com/palc-preview
|
VITE_CDN = https://cdn.xglpa.com
|
||||||
VITE_FOLDER = /vite-4
|
VITE_FOLDER = /vite-4
|
||||||
VITE_APPID = wxc2bc9f9e8d19b504
|
VITE_APPID = wxc2bc9f9e8d19b504
|
||||||
VITE_API = /intfgw/data/mmoactivity
|
VITE_API = /intfgw/data/mmoactivity
|
||||||
|
|||||||
@@ -5,7 +5,6 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport"
|
<meta name="viewport"
|
||||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
|
||||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
|
||||||
<title><%- title%></title>
|
<title><%- title%></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
1162
package-lock.json
generated
11
package.json
@@ -15,25 +15,26 @@
|
|||||||
"axios": "^1.6.3",
|
"axios": "^1.6.3",
|
||||||
"gsap": "^3.12.4",
|
"gsap": "^3.12.4",
|
||||||
"howler": "^2.2.4",
|
"howler": "^2.2.4",
|
||||||
"pinia": "^2.2.0",
|
"pinia": "^2.1.7",
|
||||||
"qrcode": "^1.5.3",
|
"qrcode": "^1.5.3",
|
||||||
"qs": "^6.11.2",
|
"qs": "^6.11.2",
|
||||||
|
"swiper": "^11.2.1",
|
||||||
"vant": "^3.6.12",
|
"vant": "^3.6.12",
|
||||||
"vconsole": "^3.15.1",
|
"vconsole": "^3.15.1",
|
||||||
"vue": "^3.4.0",
|
"vue": "^3.2.41",
|
||||||
"vue-clipboard3": "^2.0.0",
|
"vue-clipboard3": "^2.0.0",
|
||||||
"weixin-js-sdk": "^1.6.5"
|
"weixin-js-sdk": "^1.6.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vant/auto-import-resolver": "^1.0.2",
|
"@vant/auto-import-resolver": "^1.0.2",
|
||||||
"@vitejs/plugin-vue": "^4.0.0",
|
"@vitejs/plugin-vue": "^3.2.0",
|
||||||
"postcss-px-to-viewport-8-plugin": "^1.2.3",
|
"postcss-px-to-viewport-8-plugin": "^1.2.3",
|
||||||
"sass": "^1.68.0",
|
"sass": "^1.68.0",
|
||||||
"sass-loader": "^13.3.2",
|
"sass-loader": "^13.3.2",
|
||||||
"unplugin-auto-import": "^0.17.3",
|
"unplugin-auto-import": "^0.17.3",
|
||||||
"unplugin-vue-components": "^0.26.0",
|
"unplugin-vue-components": "^0.26.0",
|
||||||
"vite": "4.5.10",
|
"vite": "^3.2.3",
|
||||||
"vite-plugin-compression": "^0.5.1",
|
"vite-plugin-compression": "^0.5.1",
|
||||||
"vite-plugin-html": "^3.2.2"
|
"vite-plugin-html": "^3.2.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 210 KiB |
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 5.8 KiB |
BIN
src/assets/images/index/card-1.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
src/assets/images/index/card-2.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
src/assets/images/index/card-3.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
src/assets/images/index/card-4.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
src/assets/images/index/card-5.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
src/assets/images/index/line.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.9 KiB |
BIN
src/assets/images/index/megaphone.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
src/assets/images/index/paper.png
Normal file
|
After Width: | Height: | Size: 69 KiB |
BIN
src/assets/images/index/text.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
BIN
src/assets/images/load/icon-2.png
Normal file
|
After Width: | Height: | Size: 275 B |
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 84 KiB |
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 17 KiB |
BIN
src/assets/images/qa/cls-btn.png
Normal file
|
After Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 735 B After Width: | Height: | Size: 780 B |
BIN
src/assets/images/qa/create-btn.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
|
Before Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 945 B After Width: | Height: | Size: 785 B |
BIN
src/assets/images/qa/megaphone.png
Normal file
|
After Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 91 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
BIN
src/assets/images/question-list/arrow-l.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
src/assets/images/question-list/arrow-r.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
src/assets/images/question-list/btn.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
src/assets/images/question-list/card-1.png
Normal file
|
After Width: | Height: | Size: 143 KiB |
BIN
src/assets/images/question-list/card-2.png
Normal file
|
After Width: | Height: | Size: 117 KiB |
BIN
src/assets/images/question-list/card-3.png
Normal file
|
After Width: | Height: | Size: 103 KiB |
BIN
src/assets/images/question-list/card-4.png
Normal file
|
After Width: | Height: | Size: 82 KiB |
BIN
src/assets/images/question-list/card-5.png
Normal file
|
After Width: | Height: | Size: 118 KiB |
BIN
src/assets/images/question-list/megaphone.png
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 21 KiB |
BIN
src/assets/images/result/card-1.png
Normal file
|
After Width: | Height: | Size: 256 KiB |
BIN
src/assets/images/result/card-2.png
Normal file
|
After Width: | Height: | Size: 264 KiB |
BIN
src/assets/images/result/card-3.png
Normal file
|
After Width: | Height: | Size: 242 KiB |
BIN
src/assets/images/result/card-4.png
Normal file
|
After Width: | Height: | Size: 263 KiB |
BIN
src/assets/images/result/card-5.png
Normal file
|
After Width: | Height: | Size: 259 KiB |
|
Before Width: | Height: | Size: 73 KiB |
|
Before Width: | Height: | Size: 703 B After Width: | Height: | Size: 739 B |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 3.2 KiB |
BIN
src/assets/images/result/poster-1.jpg
Normal file
|
After Width: | Height: | Size: 432 KiB |
BIN
src/assets/images/result/poster-2.jpg
Normal file
|
After Width: | Height: | Size: 436 KiB |
BIN
src/assets/images/result/poster-3.jpg
Normal file
|
After Width: | Height: | Size: 452 KiB |
BIN
src/assets/images/result/poster-4.jpg
Normal file
|
After Width: | Height: | Size: 444 KiB |
BIN
src/assets/images/result/poster-5.jpg
Normal file
|
After Width: | Height: | Size: 458 KiB |
|
Before Width: | Height: | Size: 287 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 688 B After Width: | Height: | Size: 721 B |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 103 KiB |
|
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 14 KiB |
@@ -156,7 +156,7 @@ onMounted(() => {
|
|||||||
<span class="code">{{ code }}</span>
|
<span class="code">{{ code }}</span>
|
||||||
<span class="copy-btn" @click="copyFn($event)"></span>
|
<span class="copy-btn" @click="copyFn($event)"></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="exchange-tips">兑换流程:前往微信搜索【平安理财服务号】公众号发送“端午安康”获取兑奖链接,输入兑换码兑换奖品</div>
|
<div class="exchange-tips">兑换流程:前往微信搜索【平安理财服务号】公众号发送“五一快乐”获取兑奖链接,输入兑换码兑换奖品</div>
|
||||||
<div class="exchnage-tips2">(兑换码可在主页面“我的奖品” 再次查看并复制)</div>
|
<div class="exchnage-tips2">(兑换码可在主页面“我的奖品” 再次查看并复制)</div>
|
||||||
<div class="cls-btn" @click="hide($event)"></div>
|
<div class="cls-btn" @click="hide($event)"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -36,8 +36,16 @@ const showRule = (event) => {
|
|||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
gsap.from(".index-bg", { duration: 1, scale: 1.2, autoAlpha: 0 });
|
gsap.from(".index-bg", { duration: 1, scale: 1.2, autoAlpha: 0 });
|
||||||
|
gsap.from(".index-paper", { duration: 1, y: 20, autoAlpha: 0, delay: 0.3, });
|
||||||
|
gsap.from(".index-card-1", { duration: 1, scale: 1.2, autoAlpha: 0, delay: 0.5, });
|
||||||
|
gsap.from(".index-card-2", { duration: 1, scale: 1.2, autoAlpha: 0, delay: 0.7, });
|
||||||
|
gsap.from(".index-card-3", { duration: 1, scale: 1.2, autoAlpha: 0, delay: 0.5, });
|
||||||
|
gsap.from(".index-card-4", { duration: 1, scale: 1.2, autoAlpha: 0, delay: 0.7, });
|
||||||
|
gsap.from(".index-card-5", { duration: 1, scale: 1.2, autoAlpha: 0, delay: 0.5, });
|
||||||
gsap.from(".index-title", { duration: 1, y: 20, autoAlpha: 0, delay: 1 });
|
gsap.from(".index-title", { duration: 1, y: 20, autoAlpha: 0, delay: 1 });
|
||||||
gsap.from(".index-time", { duration: 1, x: 40, autoAlpha: 0, delay: 1 });
|
gsap.from(".index-time", { duration: 1, x: 40, autoAlpha: 0, delay: 1 });
|
||||||
|
gsap.from(".index-text", { duration: 1, scale: 2, autoAlpha: 0, delay: 1 });
|
||||||
|
gsap.from(".index-megaphone", { duration: 1, x: 140, autoAlpha: 0, delay: 1 });
|
||||||
gsap.from(".index-logo", { duration: 1, y: 20, autoAlpha: 0, delay: 0.75 });
|
gsap.from(".index-logo", { duration: 1, y: 20, autoAlpha: 0, delay: 0.75 });
|
||||||
gsap.from(".index-rule-btn", { duration: 1, x: -100, autoAlpha: 0, delay: 1.3 });
|
gsap.from(".index-rule-btn", { duration: 1, x: -100, autoAlpha: 0, delay: 1.3 });
|
||||||
gsap.from(".index-prize-btn", {
|
gsap.from(".index-prize-btn", {
|
||||||
@@ -79,12 +87,23 @@ const showVC = () => {
|
|||||||
<div class="index-bg"></div>
|
<div class="index-bg"></div>
|
||||||
<div class="index-container">
|
<div class="index-container">
|
||||||
<div class="index-logo"></div>
|
<div class="index-logo"></div>
|
||||||
|
<div class="index-paper">
|
||||||
<div class="index-title" @click="showVC"></div>
|
<div class="index-title" @click="showVC"></div>
|
||||||
<div class="index-time"></div>
|
<div class="index-time"></div>
|
||||||
|
<div class="index-card-1"></div>
|
||||||
|
<div class="index-card-2"></div>
|
||||||
|
<div class="index-card-3"></div>
|
||||||
|
<div class="index-card-4"></div>
|
||||||
|
<div class="index-card-5"></div>
|
||||||
|
<div class="index-line"></div>
|
||||||
|
<div class="index-text"></div>
|
||||||
|
</div>
|
||||||
|
<div class="index-megaphone"></div>
|
||||||
<div class="index-rule-btn index-left-btn" @click="showRule($event)">活动规则</div>
|
<div class="index-rule-btn index-left-btn" @click="showRule($event)">活动规则</div>
|
||||||
<div class="index-prize-btn index-left-btn" v-if="userStore.hasPrize" @click="showMyPrize($event)">我的奖品</div>
|
<div class="index-prize-btn index-left-btn" v-if="userStore.hasPrize" @click="showMyPrize($event)">我的奖品</div>
|
||||||
<div class="index-start-btn" @click="start"></div>
|
<div class="index-start-btn" @click="start"></div>
|
||||||
<div class="index-agreement">
|
<div class="index-agreement">
|
||||||
|
<div class="tips">数据来源:平安理财,数据截至2025年4月23日,产品历史业绩不代表未来表现</div>
|
||||||
<span>风险提示:本材料由平安理财有限责任公司(以下简称“平安理财”)制作并提供。</span>
|
<span>风险提示:本材料由平安理财有限责任公司(以下简称“平安理财”)制作并提供。</span>
|
||||||
<span class="b">本资料内容及观点仅供参考,不构成对任何人的投资建议。</span>
|
<span class="b">本资料内容及观点仅供参考,不构成对任何人的投资建议。</span>
|
||||||
<span>以上产品投资管理机构/管理人为平安理财,代理销售机构不承担产品的投资、兑付和风险管理的责任。以上产品通过代理销售机构渠道销售的,产品风险评级应当以代理销售机构最终披露的评级结果为准。以上产品为非保本浮动收益理财产品,具体以产品说明书或产品公告披露为准。产品的业绩比较基准指管理人基于过往投资经验以及对产品存续期投资市场波动的预判而对本产品所设定的投资目标,业绩比较基准不是预期收益率,不代表产品的未来表现和实际收益,不构成对产品收益的承诺。</span>
|
<span>以上产品投资管理机构/管理人为平安理财,代理销售机构不承担产品的投资、兑付和风险管理的责任。以上产品通过代理销售机构渠道销售的,产品风险评级应当以代理销售机构最终披露的评级结果为准。以上产品为非保本浮动收益理财产品,具体以产品说明书或产品公告披露为准。产品的业绩比较基准指管理人基于过往投资经验以及对产品存续期投资市场波动的预判而对本产品所设定的投资目标,业绩比较基准不是预期收益率,不代表产品的未来表现和实际收益,不构成对产品收益的承诺。</span>
|
||||||
@@ -117,21 +136,67 @@ const showVC = () => {
|
|||||||
|
|
||||||
.index-logo {
|
.index-logo {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
@include pos(632px, 94px, 59px, 266px);
|
@include pos(632px, 94px, 59px, 180px);
|
||||||
@include bg_pos("index/logo.png");
|
@include bg_pos("index/logo.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.index-paper {
|
||||||
|
@include pos(706px, 777px, 19px, 394px);
|
||||||
|
@include bg_pos("index/paper.png");
|
||||||
|
|
||||||
.index-title {
|
.index-title {
|
||||||
// pointer-events: none;
|
// pointer-events: none;
|
||||||
@include pos(593px, 156px, 85px, 387px);
|
@include pos(611px, 233px, 59px, -56px);
|
||||||
@include bg_pos("index/title.png");
|
@include bg_pos("index/title.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
.index-time {
|
.index-time {
|
||||||
@include pos(433px, 58px, 295px, 565px);
|
@include pos(385px, 70px, 257px, 161px);
|
||||||
@include bg_pos("index/time.png");
|
@include bg_pos("index/time.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.index-card-1 {
|
||||||
|
@include pos(207px, 182px, 45px, 194px);
|
||||||
|
@include bg_pos("index/card-1.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
.index-card-2 {
|
||||||
|
@include pos(198px, 188px, 270px, 230px);
|
||||||
|
@include bg_pos("index/card-2.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
.index-card-3 {
|
||||||
|
@include pos(208px, 180px, 496px, 237px);
|
||||||
|
@include bg_pos("index/card-3.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
.index-card-4 {
|
||||||
|
@include pos(204px, 168px, 77px, 460px);
|
||||||
|
@include bg_pos("index/card-4.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
.index-card-5 {
|
||||||
|
@include pos(215px, 162px, 358px, 524px);
|
||||||
|
@include bg_pos("index/card-5.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
.index-text {
|
||||||
|
@include pos(325px, 74px, 307px, 448px);
|
||||||
|
@include bg_pos("index/text.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
.index-line {
|
||||||
|
@include pos(661px, 359px, 22px, 346px);
|
||||||
|
@include bg_pos("index/line.png");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.index-megaphone {
|
||||||
|
@include pos(104px, 113px, 646px, 540px);
|
||||||
|
@include bg_pos("index/megaphone.png");
|
||||||
|
}
|
||||||
|
|
||||||
.index-left-btn{
|
.index-left-btn{
|
||||||
border: 2px solid rgb(255, 255, 255);
|
border: 2px solid rgb(255, 255, 255);
|
||||||
background-color: rgb(243, 87, 4);
|
background-color: rgb(243, 87, 4);
|
||||||
@@ -155,23 +220,28 @@ const showVC = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.index-start-btn {
|
.index-start-btn {
|
||||||
@include pos(288px, 93px, 231px, 1097px);
|
@include pos(339px, 117px, 203px, 1077px);
|
||||||
@include bg_pos("index/btn.png");
|
@include bg_pos("index/btn.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
.index-agreement {
|
.index-agreement {
|
||||||
font-family: "FZZY_Regular";
|
font-family: "HarmonyOS_Sans_SC_Regular";
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
@include pos(736px, 182px, 7px, 1208px);
|
@include pos(736px, 182px, 7px, 1208px);
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
letter-spacing: 0.1px;
|
letter-spacing: 0.1px;
|
||||||
color: #ffffff;
|
color: #815e3c;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
|
||||||
|
.tips {
|
||||||
|
text-align: center;
|
||||||
|
margin: 10px;
|
||||||
|
color: #ab7133;
|
||||||
|
}
|
||||||
|
|
||||||
.b {
|
.b {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
|||||||
@@ -86,8 +86,7 @@ onMounted(() => {
|
|||||||
.load-bg {
|
.load-bg {
|
||||||
@include pos(750px, 100%, 0px, 50%);
|
@include pos(750px, 100%, 0px, 50%);
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
background-image: -webkit-linear-gradient(-90deg, #ffffff 15%, #4ebbe5 100%);
|
@include bg_pos("index/bg.jpg");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.load-container {
|
.load-container {
|
||||||
@@ -96,7 +95,7 @@ onMounted(() => {
|
|||||||
// transform: translateY(-50%);
|
// transform: translateY(-50%);
|
||||||
|
|
||||||
.load-icon {
|
.load-icon {
|
||||||
@include pos(409px, 215px,199px, 350px);
|
@include pos(363px, 136px, 335px, 320px);
|
||||||
@include bg_pos("load/icon.png");
|
@include bg_pos("load/icon.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -119,6 +118,7 @@ onMounted(() => {
|
|||||||
|
|
||||||
.load-num {
|
.load-num {
|
||||||
@include pos(235px, 80px, 256px, 511px);
|
@include pos(235px, 80px, 256px, 511px);
|
||||||
|
@include bg_pos("load/icon-2.png");
|
||||||
|
|
||||||
@include flexCen();
|
@include flexCen();
|
||||||
|
|
||||||
|
|||||||
@@ -2,26 +2,27 @@
|
|||||||
import { debounceTap } from "@/plugins";
|
import { debounceTap } from "@/plugins";
|
||||||
import gsap from "gsap";
|
import gsap from "gsap";
|
||||||
import { Toast } from "vant";
|
import { Toast } from "vant";
|
||||||
import useClipboard from "vue-clipboard3";
|
import useClipboard from 'vue-clipboard3'
|
||||||
import { useMainStore } from "@/store";
|
import { useMainStore } from "@/store";
|
||||||
import { onMounted } from "vue";
|
import { onMounted } from "vue";
|
||||||
|
|
||||||
// 页面配置初始化
|
// 页面配置初始化
|
||||||
const emit = defineEmits(["MyPrizePage"]);
|
const emit = defineEmits(["MyPrizePage"]);
|
||||||
const userStore = useMainStore();
|
const userStore = useMainStore();
|
||||||
const { toClipboard } = useClipboard();
|
const { toClipboard } = useClipboard()
|
||||||
|
|
||||||
const money = ref(userStore.prizeMoney);
|
const money = ref(userStore.prizeMoney);
|
||||||
const code = ref(userStore.prizeCode);
|
const code = ref(userStore.prizeCode);
|
||||||
|
|
||||||
const copyFn = (event) => {
|
const copyFn = (event) => {
|
||||||
let e = event.target;
|
let e = event.target;
|
||||||
toClipboard(code.value);
|
toClipboard(code.value)
|
||||||
debounceTap(e, () => {
|
debounceTap(e, () => {
|
||||||
Toast(`复制成功:${code.value}`);
|
Toast(`复制成功:${code.value}`);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
const hide = (event) => {
|
const hide = (event) => {
|
||||||
let e = event.target;
|
let e = event.target;
|
||||||
debounceTap(e, () => {
|
debounceTap(e, () => {
|
||||||
@@ -56,12 +57,8 @@ onMounted(() => {
|
|||||||
<div class="code">{{ code }}</div>
|
<div class="code">{{ code }}</div>
|
||||||
<div class="myPrize-copy-btn" @click="copyFn($event)"></div>
|
<div class="myPrize-copy-btn" @click="copyFn($event)"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="exchange-tips">
|
<div class="exchange-tips">兑换流程:前往微信搜索【平安理财服务号】公众号发送“五一快乐”获取兑奖链接,输入兑换码兑换奖品</div>
|
||||||
兑换流程:前往微信搜索【平安理财服务号】公众号发送“端午安康”获取兑奖链接,输入兑换码兑换奖品
|
<div class="exchnage-tips2">(兑换码可在主页面“我的奖品” 再次查看并复制)</div>
|
||||||
</div>
|
|
||||||
<div class="exchnage-tips2">
|
|
||||||
(兑换码可在主页面“我的奖品” 再次查看并复制)
|
|
||||||
</div>
|
|
||||||
<div class="myPrize-cls-btn" @click="hide($event)"></div>
|
<div class="myPrize-cls-btn" @click="hide($event)"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -96,6 +93,7 @@ onMounted(() => {
|
|||||||
letter-spacing: 0;
|
letter-spacing: 0;
|
||||||
// background-color: aqua;
|
// background-color: aqua;
|
||||||
@include flexCen();
|
@include flexCen();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.myPrize-money {
|
.myPrize-money {
|
||||||
@@ -119,11 +117,13 @@ onMounted(() => {
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: #fff6cc;
|
color: #fff6cc;
|
||||||
|
|
||||||
|
|
||||||
span {
|
span {
|
||||||
// height: 77px;
|
// height: 77px;
|
||||||
line-height: 65px;
|
line-height: 65px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.code {
|
.code {
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
@@ -162,6 +162,7 @@ onMounted(() => {
|
|||||||
// background-color: aqua;
|
// background-color: aqua;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.myPrize-cls-btn {
|
.myPrize-cls-btn {
|
||||||
@include pos(82px, 82px, 517px, 114px);
|
@include pos(82px, 82px, 517px, 114px);
|
||||||
@include bg_pos("prize/cls-btn.png");
|
@include bg_pos("prize/cls-btn.png");
|
||||||
|
|||||||
@@ -5,77 +5,78 @@ import { data } from "@/data";
|
|||||||
import { debounceTap, FYShuffle, mostValue, judgeBigScreen } from "@/plugins";
|
import { debounceTap, FYShuffle, mostValue, judgeBigScreen } from "@/plugins";
|
||||||
import { useMainStore } from "@/store";
|
import { useMainStore } from "@/store";
|
||||||
import { subAnswer } from "@/api";
|
import { subAnswer } from "@/api";
|
||||||
|
import { computed } from "vue";
|
||||||
|
|
||||||
// 页面配置初始化
|
// 页面配置初始化
|
||||||
const emit = defineEmits(["QuestionPage"]);
|
const emit = defineEmits(["hide", "showResult", "QuestionPage"]);
|
||||||
const userStore = useMainStore();
|
const userStore = useMainStore();
|
||||||
|
|
||||||
|
const props = defineProps({
|
||||||
|
questionId: {
|
||||||
|
default: 0,
|
||||||
|
required: true,
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
// 当前题目
|
// 当前题目
|
||||||
// const currentId = ref(props.questionId); //当前id 0~4
|
const currentId = ref(props.questionId); //当前id 0~11
|
||||||
const currentId = ref(0); //当前id 0~3
|
|
||||||
|
|
||||||
|
|
||||||
const questionList = ref(data); //随机打乱题库
|
const questionList = ref(data); //随机打乱题库
|
||||||
const isChecked = ref(false);
|
const isChecked = ref(false)
|
||||||
const checkedOption = ref("");
|
const checkedOption = ref('')
|
||||||
const QaResult = ref(1); //当前答题结果
|
|
||||||
const correctObj = ref({}); //当前正确选项
|
|
||||||
|
|
||||||
// 答题事件
|
// 答题事件
|
||||||
const answerFn = (item, event) => {
|
const answerFn = (item, event) => {
|
||||||
let e = event.target.parentElement;
|
let e = event.target.parentElement;
|
||||||
|
|
||||||
debounceTap(e, () => {
|
debounceTap(e, () => {
|
||||||
gsap.set(".answer-box", { pointerEvents: "none" });
|
gsap.set('.answer-box', { pointerEvents: 'none' })
|
||||||
isChecked.value = true;
|
isChecked.value = true
|
||||||
checkedOption.value = item;
|
checkedOption.value = item
|
||||||
console.log("checkedOption", checkedOption.value);
|
console.log('checkedOption', checkedOption.value);
|
||||||
QaResult.value = item.result;
|
|
||||||
|
|
||||||
// 设置正确选项
|
if (item.result) {
|
||||||
correctObj.value = questionList.value[currentId.value].answer.find(
|
gsap.set('.create-btn', { display: 'block' })
|
||||||
(item) => item.result == 1
|
} else {
|
||||||
);
|
gsap.set('.return-btn', { display: 'block' })
|
||||||
console.log("correctObj", correctObj.value);
|
}
|
||||||
|
})
|
||||||
|
|
||||||
gsap.to(".qp-result ", { duration: 0.5, autoAlpha: 1, delay: 1 });
|
}
|
||||||
});
|
|
||||||
};
|
|
||||||
|
|
||||||
// 下一题
|
// 下一题
|
||||||
const nextQuestion = (event) => {
|
const nextQuestion = (event) => {
|
||||||
let e = event.target;
|
let e = event.target;
|
||||||
debounceTap(e, () => {
|
debounceTap(e, () => {
|
||||||
gsap.to(".qp-result", {
|
gsap.to('.question-box', {
|
||||||
duration: 0.5,
|
duration: 0.5, autoAlpha: 0, scale: 0.3, onComplete: () => {
|
||||||
autoAlpha: 0,
|
emit('hide')
|
||||||
onComplete: () => {
|
}
|
||||||
isChecked.value = false;
|
|
||||||
checkedOption.value = "";
|
})
|
||||||
gsap.set(".answer-box", { pointerEvents: "auto" });
|
|
||||||
currentId.value++;
|
})
|
||||||
},
|
|
||||||
});
|
}
|
||||||
});
|
|
||||||
};
|
|
||||||
|
|
||||||
// 查看结果事件
|
// 查看结果事件
|
||||||
const viewResult = (event) => {
|
const viewResult = (event) => {
|
||||||
let e = event.target;
|
let e = event.target;
|
||||||
debounceTap(e, () => {
|
debounceTap(e, () => {
|
||||||
// 更新海报id
|
// 更新海报id
|
||||||
userStore.posterId = currentId.value + 1;
|
userStore.posterId = currentId.value + 1
|
||||||
|
|
||||||
gsap.set(".question-box", { pointerEvents: "none" });
|
gsap.set('.question-box', { pointerEvents: 'none' })
|
||||||
Toast("答题结束");
|
Toast('答题结束')
|
||||||
Toast.loading({
|
Toast.loading({
|
||||||
message: "结果生成中",
|
message: '结果生成中',
|
||||||
duration: 0,
|
duration: 0,
|
||||||
forbidClick: true,
|
forbidClick: true,
|
||||||
});
|
})
|
||||||
|
|
||||||
let dev = "dev";
|
if (import.meta.env.VITE_MODE != "dev") {
|
||||||
|
|
||||||
if (dev != "dev") {
|
|
||||||
// 提交完成记录
|
// 提交完成记录
|
||||||
subAnswer({}, userStore.token).then((res) => {
|
subAnswer({}, userStore.token).then((res) => {
|
||||||
console.log("key:", res);
|
console.log("key:", res);
|
||||||
@@ -84,43 +85,46 @@ const viewResult = (event) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
Toast.clear();
|
Toast.clear()
|
||||||
gsap.to(".QuestionPage,.qp-result", {
|
gsap.to('.QuestionPage', {
|
||||||
duration: 0.5,
|
duration: 0.5, autoAlpha: 0, onComplete: () => {
|
||||||
autoAlpha: 0,
|
emit("showResult", { action: "showResult" });
|
||||||
onComplete: () => {
|
}
|
||||||
emit("QuestionPage", { action: "showResult" });
|
})
|
||||||
},
|
}, 1000)
|
||||||
});
|
|
||||||
}, 1000);
|
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
Toast.clear();
|
Toast.clear()
|
||||||
gsap.to(".QuestionPage,.qp-result", {
|
gsap.to('.QuestionPage', {
|
||||||
duration: 0.5,
|
duration: 0.5, autoAlpha: 0, onComplete: () => {
|
||||||
autoAlpha: 0,
|
emit("showResult", { pid: currentId.value });
|
||||||
onComplete: () => {
|
|
||||||
emit("QuestionPage", { action: "showResult" });
|
|
||||||
},
|
|
||||||
});
|
|
||||||
}, 1000);
|
|
||||||
}
|
}
|
||||||
});
|
})
|
||||||
};
|
}, 1000)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
gsap.from(".question-bg", { duration: 0.5, autoAlpha: 0 });
|
gsap.from('.question-bg', { duration: 0.5, autoAlpha: 0, })
|
||||||
gsap.from(".question-box", { duration: 0.5, scale: 0.4, autoAlpha: 0 });
|
gsap.from('.question-box', { duration: 0.5, scale: 0.4, autoAlpha: 0, })
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const getClass = (item) => {
|
const getClass = (item) => {
|
||||||
if (isChecked.value) {
|
if (isChecked.value) {
|
||||||
if (checkedOption.value.aid == item.aid) {
|
if (checkedOption.value.aid == item.aid) {
|
||||||
return item.result ? "correct" : "incorrect";
|
return item.result ? 'correct' : 'incorrect'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
@@ -128,162 +132,85 @@ const getClass = (item) => {
|
|||||||
<div class="question-bg"></div>
|
<div class="question-bg"></div>
|
||||||
<div class="question-container">
|
<div class="question-container">
|
||||||
<div class="question-box">
|
<div class="question-box">
|
||||||
<div class="question-serial">
|
<!-- 问题序号 -->
|
||||||
<div>
|
|
||||||
<div class="serial-icon"></div>
|
|
||||||
<div class="serial-text">
|
|
||||||
{{ ["题目一", "题目二", "题目三", "题目四"][currentId] }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="serial-num">
|
|
||||||
{{ currentId + 1 }}/{{ questionList.length }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="qa-question-box">
|
<div class="qa-question-box">
|
||||||
|
<!-- 问题 -->
|
||||||
<div class="question">
|
<div class="question">
|
||||||
<div
|
<div class="question-text" v-for="item in questionList[currentId].question" :key="item">
|
||||||
class="question-text"
|
|
||||||
v-for="item in questionList[currentId].question"
|
|
||||||
:key="item"
|
|
||||||
>
|
|
||||||
{{ item }}
|
{{ item }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 选项 -->
|
<!-- 选项 -->
|
||||||
<div class="answer-box">
|
<div class="answer-box">
|
||||||
<div
|
<div class="answer" :class="getClass(item)" v-for="item in questionList[currentId].answer" :key="item.aid">
|
||||||
class="answer"
|
<div class="answer-text">
|
||||||
:class="getClass(item)"
|
{{ item.aid }}.{{ item.text }}
|
||||||
v-for="item in questionList[currentId].answer"
|
</div>
|
||||||
:key="item.aid"
|
<div class="result-icon" v-if="isChecked && (item.aid == checkedOption.aid)">
|
||||||
>
|
<div :class="item.result ? 'icon-correct' : 'icon-incorrect'"></div>
|
||||||
<div class="answer-text">{{ item.aid }}.{{ item.text }}</div>
|
|
||||||
<div
|
|
||||||
class="result-icon"
|
|
||||||
v-if="isChecked && item.aid == checkedOption.aid"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
:class="item.result ? 'icon-correct' : 'icon-incorrect'"
|
|
||||||
></div>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- 可点击区域 -->
|
<!-- 可点击区域 -->
|
||||||
<div class="click-area" @click="answerFn(item, $event)"></div>
|
<div class="click-area" @click="answerFn(item, $event)"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="question-tips" v-for="(t, i) in questionList[currentId].tips" :key="i">
|
<div class="question-tips" v-for="(t, i) in questionList[currentId].tips" :key="i">
|
||||||
<div v-if='questionList[currentId].tips.length == 1'>
|
<div v-if='questionList[currentId].tips.length == 1'>
|
||||||
{{ isChecked ? `${['回答错误!', '回答正确!'][checkedOption.result]}` : `提示:${t}` }}
|
{{ isChecked ? `${['回答错误!', '回答正确!'][checkedOption.result]}` : `提示:${t}` }}
|
||||||
</div>
|
</div>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
{{ isChecked ? `${i==0?['回答错误!', '回答正确!'][checkedOption.result]:''}` : `${i==0?'提示:':''}${t}` }}
|
{{ isChecked ? `${i==0?['回答错误!', '回答正确!'][checkedOption.result]:''}` : `${i==0?'提示:':''}${t}` }}
|
||||||
</div>
|
</div>
|
||||||
</div> -->
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="return-btn" @click="nextQuestion($event)"></div>
|
<div class="return-btn" @click="nextQuestion($event)"></div>
|
||||||
<div class="create-btn" @click="viewResult($event)"></div>
|
<div class="create-btn" @click="viewResult($event)"></div>
|
||||||
|
<div class="qa-megaphone"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="question-gold-icon-1"></div>
|
<div class="question-gold-icon-1"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="qp-result">
|
|
||||||
<div
|
|
||||||
class="qp-result-box"
|
|
||||||
:class="!QaResult ? 'qp-result-box-0' : 'qp-result-box-1'"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="qp-result-icon"
|
|
||||||
:class="!QaResult ? 'is-incorrect' : ''"
|
|
||||||
></div>
|
|
||||||
|
|
||||||
<div class="qp-result-content">
|
|
||||||
<div
|
|
||||||
class="qp-result-text"
|
|
||||||
:class="!QaResult ? 'text-bg-2' : 'text-bg-1'"
|
|
||||||
>
|
|
||||||
{{ QaResult ? "答对啦" : "答错啦" }}
|
|
||||||
</div>
|
|
||||||
<div class="qp-tips" v-if="!QaResult">
|
|
||||||
答案:{{ correctObj.aid }}.{{ correctObj.text }}
|
|
||||||
</div>
|
|
||||||
<div class="qp-tips-text">解析:{{ questionList[currentId].tips[0] }}</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="next-btn"
|
|
||||||
@click="
|
|
||||||
currentId == questionList.length - 1
|
|
||||||
? viewResult($event)
|
|
||||||
: nextQuestion($event)
|
|
||||||
"
|
|
||||||
>
|
|
||||||
{{ currentId == questionList.length - 1 ? "查看结果" : "下一题" }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss" scope>
|
<style lang='scss' scope>
|
||||||
.QuestionPage {
|
.QuestionPage {
|
||||||
@include pos(100%, 1624px, 0px, 0px);
|
@include pos(100%, 1624px, 0px, 0px);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
.question-bg {
|
.question-bg {
|
||||||
@include pos(750px, 1624px, 0px, 0px);
|
@include pos(750px, 1624px, 0px, 0px);
|
||||||
background-image: -webkit-linear-gradient(
|
// transform: translateY(-50%);
|
||||||
-90deg,
|
@include bg_pos("index/bg.jpg");
|
||||||
#ffffff 15%,
|
|
||||||
#4ebbe5 100%
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.question-container {
|
.question-container {
|
||||||
@include pos(750px, 1624px, 0px, 0px);
|
@include pos(750px, 1624px, 0px, 0px);
|
||||||
@include flexCen();
|
@include flexCen();
|
||||||
background-color: rgba($color: #000000, $alpha: 0.3);
|
background-color: rgba($color: #000000, $alpha: 0.3);
|
||||||
|
|
||||||
.question-box {
|
.question-box {
|
||||||
@include pos(727px, 769px, 22px, 308px);
|
@include pos(721px, 857px, 20px, 340px);
|
||||||
@include bg_pos("qa/paper.png");
|
@include bg_pos("qa/paper.png");
|
||||||
|
|
||||||
.question-serial {
|
|
||||||
@include pos(560px, 90px, 110px, 34px);
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
flex-wrap: nowrap;
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
|
||||||
.serial-text {
|
|
||||||
color: #ffffff;
|
|
||||||
font-size: 40px;
|
|
||||||
}
|
|
||||||
.serial-num {
|
|
||||||
font-size: 60px;
|
|
||||||
padding-right: 20px;
|
|
||||||
color: transparent;
|
|
||||||
-webkit-text-stroke: 3px #ffffff; /* 控制描边粗细和颜色 */
|
|
||||||
text-stroke: 3px #ffffff;
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.qa-question-box {
|
.qa-question-box {
|
||||||
@include pos(563px, 660px, 74px, 116px);
|
@include pos(563px, 660px, 74px, 106px);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: flex-start;
|
justify-content: space-around;
|
||||||
|
// justify-content: flex-start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
// 问题样式
|
// 问题样式
|
||||||
.question {
|
.question {
|
||||||
margin: 40px auto;
|
|
||||||
|
|
||||||
.question-text {
|
.question-text {
|
||||||
font-family: "FZZY_Regular";
|
font-family: 'HarmonyOS_Sans_SC_Regular';
|
||||||
font-size: 34px;
|
font-size: 34px;
|
||||||
color: #55240d;
|
color: #9e4b00;
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
font-weight: 700;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 选项样式
|
// 选项样式
|
||||||
@@ -292,11 +219,12 @@ const getClass = (item) => {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
// height: 200px;
|
height: 200px;
|
||||||
|
|
||||||
|
|
||||||
// 选项通用样式
|
// 选项通用样式
|
||||||
.answer {
|
.answer {
|
||||||
width: 504px;
|
@include box(350px, 65px);
|
||||||
position: relative;
|
position: relative;
|
||||||
border-radius: 32.5px;
|
border-radius: 32.5px;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -305,144 +233,77 @@ const getClass = (item) => {
|
|||||||
border: 1px solid #fff;
|
border: 1px solid #fff;
|
||||||
color: #9e4b00;
|
color: #9e4b00;
|
||||||
background-color: #fff2b9;
|
background-color: #fff2b9;
|
||||||
margin-bottom: 30px;
|
font-weight: 700;
|
||||||
padding: 10px 20px;
|
|
||||||
|
|
||||||
.answer-text {
|
.answer-text {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
line-height: 40px;
|
@include flexCen()
|
||||||
@include flexCen();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.click-area {
|
.click-area {
|
||||||
width: 100%;
|
@include pos(350px, 65px, 0px, 0px);
|
||||||
height: 100%;
|
|
||||||
border-radius: 32.5px;
|
border-radius: 32.5px;
|
||||||
position: absolute;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.result-icon {
|
.result-icon {
|
||||||
position: absolute;
|
|
||||||
@include box(504px, 45px);
|
@include box(49px, 45px);
|
||||||
top: 50%;
|
margin-left: 20px;
|
||||||
transform: translateY(-55%);
|
|
||||||
left: 460px;
|
|
||||||
|
|
||||||
.icon-correct {
|
.icon-correct {
|
||||||
@include box(76px, 56px);
|
@include box(100%, 100%);
|
||||||
@include bg_pos("qa/correct.png");
|
@include bg_pos("qa/correct.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-incorrect {
|
.icon-incorrect {
|
||||||
@include box(52px, 54px);
|
@include box(49px, 45px);
|
||||||
@include bg_pos("qa/incorrect.png");
|
@include bg_pos("qa/incorrect.png");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.correct {
|
.correct {
|
||||||
color: #ffe8b4;
|
color: #d42122;
|
||||||
font-weight: 700;
|
|
||||||
// background: linear-gradient(-45deg, #facc22, #f83600);
|
|
||||||
background-color: #f83600;
|
|
||||||
border: 2px solid #f0d0ad;
|
|
||||||
// 外发光效果
|
|
||||||
box-shadow: 0px 5px 10px rgba($color: #0188d5, $alpha: 0.5);
|
|
||||||
border-radius: 32.5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.incorrect {
|
.incorrect {
|
||||||
color: #f83600;
|
color: #fff2b9;
|
||||||
font-weight: 700;
|
background-color: #d42122;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.question-tips {
|
.question-tips {
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-family: "FZZY_Regular";
|
font-family: 'HarmonyOS_Sans_SC_Regular';
|
||||||
color: #ab7133;
|
color: #ab7133;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.qp-result {
|
.return-btn {
|
||||||
@include pos(100%, 1624px, 0px, 0px);
|
@include pos(363px, 113px, 179px, 887px);
|
||||||
overflow: hidden;
|
@include bg_pos("qa/cls-btn.png");
|
||||||
@include flexCen();
|
display: none;
|
||||||
background-color: rgba($color: #000000, $alpha: 0.6);
|
|
||||||
visibility: hidden;
|
|
||||||
.qp-result-box {
|
|
||||||
@include box(569px, 526px);
|
|
||||||
|
|
||||||
position: relative;
|
|
||||||
.qp-result-icon {
|
|
||||||
@include pos(112px, 112px, 223px, -30px);
|
|
||||||
@include bg_pos("qa/correct-icon.png");
|
|
||||||
}
|
|
||||||
.is-incorrect {
|
|
||||||
@include bg_pos("qa/incorrect-icon.png");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.qp-result-content {
|
.create-btn {
|
||||||
@include pos(569px, 430px, 0px, 95px);
|
@include pos(363px, 113px, 179px, 887px);
|
||||||
|
@include bg_pos("qa/create-btn.png");
|
||||||
|
display: none;
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
justify-content: flex-start;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
.qp-result-text {
|
|
||||||
@include box(319px, 47px);
|
|
||||||
text-align: center;
|
|
||||||
width: 100%;
|
|
||||||
font-size: 35px;
|
|
||||||
color: #ffffff;
|
|
||||||
margin: 20px auto;
|
|
||||||
}
|
|
||||||
.text-bg-1 {
|
|
||||||
@include bg_pos("qa/tips-bg.png");
|
|
||||||
}
|
|
||||||
.text-bg-2 {
|
|
||||||
@include bg_pos("qa/tips-bg-2.png");
|
|
||||||
}
|
|
||||||
.qp-tips {
|
|
||||||
width: 80%;
|
|
||||||
text-align: center;
|
|
||||||
font-size: 25px;
|
|
||||||
color: #ff0000;
|
|
||||||
}
|
|
||||||
.qp-tips-text {
|
|
||||||
width: 100%;
|
|
||||||
padding: 10px 20px;
|
|
||||||
font-size: 25px;
|
|
||||||
line-height: 40px;
|
|
||||||
text-align: justify;
|
|
||||||
color: #b3640d;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.qp-result-box-1 {
|
.qa-megaphone {
|
||||||
@include bg_pos("qa/result-box.png");
|
@include pos(171px, 208px, 562px, 512px);
|
||||||
|
@include bg_pos("qa/megaphone.png");
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
.qp-result-box-0 {
|
|
||||||
@include bg_pos("qa/result-box-2.png");
|
|
||||||
}
|
|
||||||
|
|
||||||
.next-btn {
|
|
||||||
@include box(190px, 65px);
|
|
||||||
border: 1px solid #ffffff;
|
|
||||||
@include flexCen();
|
|
||||||
font-size: 35px;
|
|
||||||
color: #ffffff;
|
|
||||||
border-radius: 31px;
|
|
||||||
margin-top: 50px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
213
src/components/QuestionList.vue
Normal file
@@ -0,0 +1,213 @@
|
|||||||
|
<template>
|
||||||
|
<div class="QuestionList">
|
||||||
|
<div class="question-list-bg"></div>
|
||||||
|
<div class="question-list-container">
|
||||||
|
<div class="ql-logo"></div>
|
||||||
|
<div class="ql-swiper-box">
|
||||||
|
<swiper class="card-swiper" :slides-per-view="1" :space-between="30" navigation :loop="true">
|
||||||
|
<swiper-slide v-for="item in 5"
|
||||||
|
:style="{ width: '100%', display: 'flex', justifyContent: 'center', }">
|
||||||
|
<div class="card-slide" :class="'card-slide-' + item">
|
||||||
|
<img class="card-img" :class="'card-img-' + item" :src="getCardImg(item)" alt="" srcset="">
|
||||||
|
</div>
|
||||||
|
</swiper-slide>
|
||||||
|
</swiper>
|
||||||
|
</div>
|
||||||
|
<div class="ql-icon"></div>
|
||||||
|
<div class="ql-start-btn" @click="onShowQuestion($event)"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<Question v-if="showQuestion" :question-id="questionId" @showResult="onShowResult" @hide="showQuestion = false" />
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup>
|
||||||
|
import { register } from 'swiper/element/bundle';
|
||||||
|
import { Swiper, SwiperSlide } from 'swiper/vue';
|
||||||
|
import 'swiper/css';
|
||||||
|
import 'swiper/css/navigation';
|
||||||
|
import Question from './Question.vue';
|
||||||
|
import { debounceTap } from "@/plugins";
|
||||||
|
import gsap from "gsap"
|
||||||
|
|
||||||
|
|
||||||
|
const emit = defineEmits(['QuestionList', "showResult"]);
|
||||||
|
|
||||||
|
const showQuestion = ref(false)
|
||||||
|
const questionId = ref(1)
|
||||||
|
|
||||||
|
// 获取灯笼图片
|
||||||
|
function getCardImg(item) {
|
||||||
|
return new URL(`../assets/images/question-list/card-${item}.png`, import.meta.url).href
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
const onShowQuestion = (event) => {
|
||||||
|
let e = event.target;
|
||||||
|
debounceTap(e, () => {
|
||||||
|
// 获取当前选中灯笼的序号 1-11
|
||||||
|
const swiper = document.querySelector('.card-swiper').swiper;
|
||||||
|
// swiper开启了loop
|
||||||
|
const activeIndex = swiper.realIndex + 1;
|
||||||
|
console.log('activeIndex', activeIndex);
|
||||||
|
questionId.value = activeIndex - 1
|
||||||
|
showQuestion.value = true
|
||||||
|
// emit('QuestionList', activeIndex);
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
entryAnimation()
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
|
const entryAnimation = () => {
|
||||||
|
gsap.from(".QuestionList", {
|
||||||
|
duration: 0.5,
|
||||||
|
autoAlpha: 0,
|
||||||
|
});
|
||||||
|
gsap.from(".ql-swiper-box", {
|
||||||
|
duration: 0.75,
|
||||||
|
autoAlpha: 0,
|
||||||
|
y: -50,
|
||||||
|
delay: 0.2,
|
||||||
|
});
|
||||||
|
gsap.from(".ql-icon", {
|
||||||
|
duration: 0.75,
|
||||||
|
autoAlpha: 0,
|
||||||
|
x: 50,
|
||||||
|
delay: 0.2,
|
||||||
|
});
|
||||||
|
gsap.from(".ql-start-btn", {
|
||||||
|
duration: 0.75,
|
||||||
|
autoAlpha: 0,
|
||||||
|
y: 50,
|
||||||
|
delay: 0.5,
|
||||||
|
onComplete: () => {
|
||||||
|
gsap.fromTo('.ql-icon', { x: 0 }, { duration: 1, scale: 1.1, x: 25, repeat: -1, yoyo: true, ease: 'bount.in' })
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// 展示结果
|
||||||
|
const onShowResult = (result) => {
|
||||||
|
emit('showResult', result)
|
||||||
|
showQuestion.value = false
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
register();
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang='scss' scoped>
|
||||||
|
.QuestionList {
|
||||||
|
@include pos(100%, 1624px, 0px, 0px);
|
||||||
|
overflow: hidden;
|
||||||
|
background: linear-gradient(135deg, #a11b15, #f80c00);
|
||||||
|
// visibility: hidden;
|
||||||
|
|
||||||
|
.question-list-bg {
|
||||||
|
@include pos(750px, 1624px, 0px, 0px);
|
||||||
|
// transform: translateY(-50%);
|
||||||
|
@include bg_pos("index/bg.jpg");
|
||||||
|
}
|
||||||
|
|
||||||
|
.question-list-container {
|
||||||
|
@include pos(750px, 1624px, 0px, 50%);
|
||||||
|
transform: translateY(-50%);
|
||||||
|
|
||||||
|
.ql-logo {
|
||||||
|
pointer-events: none;
|
||||||
|
@include pos(632px, 94px, 59px, 180px);
|
||||||
|
@include bg_pos("index/logo.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
.ql-icon {
|
||||||
|
@include pos(213px, 121px, 558px, 453px);
|
||||||
|
@include bg_pos("question-list/megaphone.png");
|
||||||
|
pointer-events: none;
|
||||||
|
z-index: 9;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ql-swiper-box {
|
||||||
|
@include pos(689px, 522px, 31px, 514px);
|
||||||
|
// background-color: aliceblue;
|
||||||
|
// overflow: hidden;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
// pointer-events: none;
|
||||||
|
|
||||||
|
|
||||||
|
.card-swiper {
|
||||||
|
@include box(689px, 522px);
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
|
||||||
|
.card-slide {
|
||||||
|
pointer-events: none;
|
||||||
|
@include box(555px, 522px);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.card-img {
|
||||||
|
@include box(100%, 100%);
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.ql-start-btn {
|
||||||
|
@include pos(376px, 114px, 188px, 1129px);
|
||||||
|
@include bg_pos("index/btn.png");
|
||||||
|
z-index: 99;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* 自定义 Swiper 左右按钮样式 */
|
||||||
|
::v-deep .swiper-button-next,
|
||||||
|
::v-deep .swiper-button-prev {
|
||||||
|
color: white;
|
||||||
|
/* 设置按钮颜色 */
|
||||||
|
// background-color: rgba(0, 0, 0, 0.5); /* 设置按钮背景颜色 */
|
||||||
|
// border-radius: 50%; /* 设置按钮圆角 */
|
||||||
|
@include box(44px, 54px);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
position: absolute;
|
||||||
|
// top: 50%;
|
||||||
|
transform: translateY(-50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
::v-deep .swiper-button-next::after,
|
||||||
|
::v-deep .swiper-button-prev::after {
|
||||||
|
font-size: 24px;
|
||||||
|
/* 设置按钮图标大小 */
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
::v-deep .swiper-button-prev {
|
||||||
|
// left: 20px; /* 设置按钮位置 */
|
||||||
|
@include bg_pos("question-list/arrow-l.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
::v-deep .swiper-button-next {
|
||||||
|
// right: 20px; /* 设置按钮位置 */
|
||||||
|
@include bg_pos("question-list/arrow-r.png");
|
||||||
|
// right: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -12,20 +12,36 @@ const emit = defineEmits(["ResultPage"]);
|
|||||||
const userStore = useMainStore();
|
const userStore = useMainStore();
|
||||||
const posterId = ref(userStore.posterId); //海报背景id:1~11
|
const posterId = ref(userStore.posterId); //海报背景id:1~11
|
||||||
|
|
||||||
console.log("海报id", posterId.value);
|
console.log('海报id', posterId.value);
|
||||||
|
|
||||||
const posterImgSrc = new URL(
|
// 二维码坐标
|
||||||
`../assets/images/result/poster.jpg`,
|
const eqcodePosition = [
|
||||||
import.meta.url
|
{w:750,h:2107,x: 527, y: 1882},
|
||||||
).href;
|
{w:750,h:2111,x: 529, y: 1873},
|
||||||
|
{w:750,h:2194,x: 527, y: 1973},
|
||||||
|
{w:750,h:2045,x: 527, y: 1824},
|
||||||
|
{w:750,h:2194,x: 527, y: 1979},
|
||||||
|
]
|
||||||
|
|
||||||
|
const posterImgList = reactive([
|
||||||
|
new URL(`../assets/images/result/poster-1.jpg`, import.meta.url).href,
|
||||||
|
new URL(`../assets/images/result/poster-2.jpg`, import.meta.url).href,
|
||||||
|
new URL(`../assets/images/result/poster-3.jpg`, import.meta.url).href,
|
||||||
|
new URL(`../assets/images/result/poster-4.jpg`, import.meta.url).href,
|
||||||
|
new URL(`../assets/images/result/poster-5.jpg`, import.meta.url).href,
|
||||||
|
|
||||||
|
])
|
||||||
|
|
||||||
// 生成二维码逻辑
|
// 生成二维码逻辑
|
||||||
const eqcodePic = ref();
|
const eqcodePic = ref();
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
|
|
||||||
// 执行任务队列
|
// 执行任务队列
|
||||||
await executeTasks();
|
await executeTasks();
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
// 这是新加的函数封装异步任务
|
// 这是新加的函数封装异步任务
|
||||||
const executeTasks = async () => {
|
const executeTasks = async () => {
|
||||||
console.log("二维码生成中...");
|
console.log("二维码生成中...");
|
||||||
@@ -36,29 +52,35 @@ const executeTasks = async () => {
|
|||||||
|
|
||||||
console.log("生成海报中...");
|
console.log("生成海报中...");
|
||||||
|
|
||||||
if (posterImgSrc && eqcodePic.value) {
|
// 生成海报
|
||||||
posterCreate({ width: 750, height: 2502 }, [
|
console.log('pid', posterImgList[posterId.value - 1]);
|
||||||
{ name: "bg", src: posterImgSrc, pos: { w: 750, h: 2502, x: 0, y: 0 } },
|
|
||||||
{
|
|
||||||
name: "eqcode",
|
if (posterImgList[posterId.value - 1] && eqcodePic.value) {
|
||||||
src: eqcodePic.value,
|
|
||||||
pos: { w: 187, h: 187, x: 527, y: 2227 },
|
posterCreate(
|
||||||
},
|
{ width: 750, height: eqcodePosition[posterId.value-1].h },
|
||||||
]);
|
[
|
||||||
|
{ name: "bg", src: posterImgList[posterId.value - 1], pos: { w: 750, h: eqcodePosition[posterId.value-1].h, x: 0, y: 0 } },
|
||||||
|
{ name: "eqcode", src: eqcodePic.value, pos: { w: 187, h: 187, x: eqcodePosition[posterId.value-1].x, y: eqcodePosition[posterId.value-1].y } },
|
||||||
|
]
|
||||||
|
);
|
||||||
} else {
|
} else {
|
||||||
Toast.fail({ message: "生成失败" });
|
Toast.fail({ message: '生成失败' })
|
||||||
emit("ResultPage", { action: "hide" });
|
emit("ResultPage", { action: 'hide' })
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
const showPoster = () => {
|
const showPoster = () => {
|
||||||
gsap.to(".posterPop", {
|
gsap.to(".posterPop", {
|
||||||
duration: 0.3,
|
duration: 0.3,
|
||||||
autoAlpha: 1,
|
autoAlpha: 1,
|
||||||
});
|
});
|
||||||
gsap.from(".poster-title", {
|
gsap.from(".cls-btn-box", {
|
||||||
duration: 0.7,
|
duration: 0.7,
|
||||||
scale: 0.3,
|
scale: 1.2,
|
||||||
autoAlpha: 0,
|
autoAlpha: 0,
|
||||||
});
|
});
|
||||||
gsap.from(".poster-box", {
|
gsap.from(".poster-box", {
|
||||||
@@ -70,21 +92,23 @@ const showPoster = () => {
|
|||||||
duration: 0.7,
|
duration: 0.7,
|
||||||
scale: 0.7,
|
scale: 0.7,
|
||||||
autoAlpha: 0,
|
autoAlpha: 0,
|
||||||
delay: 0.3,
|
delay: 0.3
|
||||||
});
|
});
|
||||||
gsap.from(".go-draw", {
|
gsap.from(".go-draw", {
|
||||||
duration: 0.7,
|
duration: 0.7,
|
||||||
y: -30,
|
y: -30,
|
||||||
autoAlpha: 0,
|
autoAlpha: 0,
|
||||||
delay: 0.5,
|
delay: 0.5
|
||||||
});
|
});
|
||||||
gsap.from(".go-share", {
|
gsap.from(".go-share", {
|
||||||
duration: 0.7,
|
duration: 0.7,
|
||||||
y: -30,
|
y: -30,
|
||||||
autoAlpha: 0,
|
autoAlpha: 0,
|
||||||
delay: 0.7,
|
delay: 0.7
|
||||||
});
|
});
|
||||||
};
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// 去抽奖
|
// 去抽奖
|
||||||
const goDraw = (event) => {
|
const goDraw = (event) => {
|
||||||
@@ -103,11 +127,10 @@ const hidePop = (event) => {
|
|||||||
let e = event.target;
|
let e = event.target;
|
||||||
debounceTap(e, () => {
|
debounceTap(e, () => {
|
||||||
gsap.to(".posterPop", {
|
gsap.to(".posterPop", {
|
||||||
duration: 0.5,
|
duration: 0.5, autoAlpha: 0,
|
||||||
autoAlpha: 0,
|
|
||||||
onComplete: () => {
|
onComplete: () => {
|
||||||
emit("ResultPage", { action: "hide" });
|
emit('ResultPage', { action: 'hide' })
|
||||||
},
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
@@ -116,14 +139,14 @@ const hide = (event) => {
|
|||||||
let e = event.target;
|
let e = event.target;
|
||||||
debounceTap(e, () => {
|
debounceTap(e, () => {
|
||||||
gsap.to(".posterPop", {
|
gsap.to(".posterPop", {
|
||||||
duration: 0.5,
|
duration: 0.5, autoAlpha: 0,
|
||||||
autoAlpha: 0,
|
|
||||||
onComplete: () => {
|
onComplete: () => {
|
||||||
emit("ResultPage", { action: "showQuestion" });
|
emit('ResultPage', { action: 'showQuestion' })
|
||||||
},
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
};
|
}
|
||||||
|
|
||||||
|
|
||||||
// 展示分享
|
// 展示分享
|
||||||
const goShare = (event) => {
|
const goShare = (event) => {
|
||||||
@@ -138,90 +161,91 @@ const hideShare = () => {
|
|||||||
gsap.to(".sharePop", { duration: 0.5, autoAlpha: 0 });
|
gsap.to(".sharePop", { duration: 0.5, autoAlpha: 0 });
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// 海报生成
|
// 海报生成
|
||||||
const posterCreate = (option, imageArr) => {
|
const posterCreate = (option, imageArr) => {
|
||||||
let posterUrl = "";
|
let posterUrl = ''
|
||||||
const { width, height } = option;
|
const { width, height } = option
|
||||||
Toast.loading({
|
Toast.loading({
|
||||||
message: "海报生成中",
|
message: '海报生成中',
|
||||||
duration: 0,
|
duration: 0,
|
||||||
forbidClick: true,
|
forbidClick: true
|
||||||
});
|
})
|
||||||
|
|
||||||
let mycanvas = document.createElement("canvas"); // 创建一个canvas画布元素
|
|
||||||
let ctx = mycanvas.getContext("2d");
|
let mycanvas = document.createElement('canvas') // 创建一个canvas画布元素
|
||||||
|
let ctx = mycanvas.getContext('2d')
|
||||||
mycanvas.style.width = `${width}px`; //设置canvas的宽
|
mycanvas.style.width = `${width}px`; //设置canvas的宽
|
||||||
mycanvas.style.height = `${height}px`; //设置canvas的高
|
mycanvas.style.height = `${height}px`; //设置canvas的高
|
||||||
mycanvas.width = width;
|
mycanvas.width = width
|
||||||
mycanvas.height = height;
|
mycanvas.height = height
|
||||||
//Promise对象加载资源
|
//Promise对象加载资源
|
||||||
let loader_p = [];
|
let loader_p = [];
|
||||||
imageArr.map((item) => {
|
imageArr.map((item) => {
|
||||||
const _p = new Promise((resolve) => {
|
const _p = new Promise(resolve => {
|
||||||
const img = new Image();
|
const img = new Image();
|
||||||
img.crossOrigin = "Anonymous";
|
img.crossOrigin = 'Anonymous'
|
||||||
img.onload = () => {
|
img.onload = () => {
|
||||||
resolve(img);
|
resolve(img)
|
||||||
};
|
};
|
||||||
img.src = item.src;
|
img.src = item.src;
|
||||||
});
|
});
|
||||||
loader_p.push(_p);
|
loader_p.push(_p);
|
||||||
});
|
})
|
||||||
//Promise的.all方法,当所有预加载的图像加载好的回调函数
|
//Promise的.all方法,当所有预加载的图像加载好的回调函数
|
||||||
Promise.all(loader_p)
|
Promise.all(loader_p)
|
||||||
.then((imgList) => {
|
.then(imgList => {
|
||||||
console.log("imgList", imgList);
|
console.log('imgList', imgList);
|
||||||
|
|
||||||
// 图片素材遍历绘制
|
// 图片素材遍历绘制
|
||||||
imgList.map((item, index) => {
|
imgList.map((item, index) => {
|
||||||
ctx.drawImage(
|
ctx.drawImage(item, imageArr[index].pos.x, imageArr[index].pos.y, imageArr[index].pos.w, imageArr[index].pos.h); //原生canvas的绘制图片方法,直接百度搜索 `js drawImage`查看方法的参数
|
||||||
item,
|
})
|
||||||
imageArr[index].pos.x,
|
|
||||||
imageArr[index].pos.y,
|
|
||||||
imageArr[index].pos.w,
|
|
||||||
imageArr[index].pos.h
|
|
||||||
); //原生canvas的绘制图片方法,直接百度搜索 `js drawImage`查看方法的参数
|
|
||||||
});
|
|
||||||
|
|
||||||
//海报绘制完 ,转成图片对象
|
//海报绘制完 ,转成图片对象
|
||||||
return mycanvas.toDataURL("image/jpeg", 1);
|
return mycanvas.toDataURL('image/jpeg', 1);
|
||||||
})
|
})
|
||||||
.then((baseURL) => {
|
.then(baseURL => {
|
||||||
//返回的图片地址,就是最后海报的地址,可以放在DOM显示
|
//返回的图片地址,就是最后海报的地址,可以放在DOM显示
|
||||||
let posterImg = document.querySelector("#posterSrc");
|
let posterImg = document.querySelector('#posterSrc')
|
||||||
posterImg.src = baseURL;
|
posterImg.src = baseURL
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
// 展示海报
|
// 展示海报
|
||||||
showPoster();
|
showPoster();
|
||||||
Toast.success({ message: "生成成功!" });
|
Toast.success({ message: '生成成功!' })
|
||||||
}, 500);
|
|
||||||
|
}, 500)
|
||||||
})
|
})
|
||||||
.catch((error) => {
|
.catch(error => {
|
||||||
console.error("生成海报失败");
|
console.error("生成海报失败");
|
||||||
gsap.to(".posterPop", {
|
gsap.to(".posterPop", {
|
||||||
duration: 0.5,
|
duration: 0.5,
|
||||||
autoAlpha: 0,
|
autoAlpha: 0,
|
||||||
onComplete: () => {
|
onComplete: () => {
|
||||||
emit("ResultPage", { action: "hide" });
|
emit('ResultPage', { action: 'hide' })
|
||||||
},
|
}
|
||||||
});
|
});
|
||||||
Toast.fail({ message: "生成失败,请重试!" });
|
Toast.fail({ message: '生成失败,请重试!' });
|
||||||
});
|
});
|
||||||
|
|
||||||
// return posterUrl
|
// return posterUrl
|
||||||
};
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="posterPop" @touchmove.prevent>
|
<div class="posterPop" @touchmove.prevent>
|
||||||
<div class="poster-bg"></div>
|
<div class="poster-bg"></div>
|
||||||
<div class="poster-container">
|
<div class="poster-container">
|
||||||
<div class="poster-title"></div>
|
<div class="cls-btn-box">
|
||||||
<div class="poster-box">
|
<div class="cls-btn" @click="hidePop($event)"></div>
|
||||||
<div class="poster">
|
|
||||||
<img id="posterSrc" src="" alt="" srcset="" />
|
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="poster-cls-btn" @click="hide($event)"></div> -->
|
<div class="poster-box" :class="'poster-box-' + posterId">
|
||||||
|
<div class="poster" :class="'poster-' + posterId">
|
||||||
|
<img id="posterSrc" src="" alt="" srcset="">
|
||||||
|
</div>
|
||||||
|
<div class="poster-cls-btn" @click="hide($event)"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="save-tips">*长按保存海报</div>
|
<div class="save-tips">*长按保存海报</div>
|
||||||
<div class="btn-box">
|
<div class="btn-box">
|
||||||
@@ -229,6 +253,7 @@ const posterCreate = (option, imageArr) => {
|
|||||||
<div class="go-share" @click="goShare($event)"></div>
|
<div class="go-share" @click="goShare($event)"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<!-- 分享提示 -->
|
<!-- 分享提示 -->
|
||||||
<div class="sharePop" @click="hideShare">
|
<div class="sharePop" @click="hideShare">
|
||||||
@@ -237,6 +262,7 @@ const posterCreate = (option, imageArr) => {
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.posterPop {
|
.posterPop {
|
||||||
@include pos(100%, 1624px, 0px, 0px);
|
@include pos(100%, 1624px, 0px, 0px);
|
||||||
@@ -252,23 +278,32 @@ const posterCreate = (option, imageArr) => {
|
|||||||
|
|
||||||
.poster-container {
|
.poster-container {
|
||||||
@include pos(750px, 1624px, 0px, 0px);
|
@include pos(750px, 1624px, 0px, 0px);
|
||||||
|
// transform: translateY(-50%);
|
||||||
@include flexCen();
|
@include flexCen();
|
||||||
background-color: rgba($color: #000000, $alpha: 0.3);
|
background-color: rgba($color: #000000, $alpha: 0.3);
|
||||||
|
|
||||||
.poster-title {
|
.cls-btn-box {
|
||||||
@include box(592px, 156px);
|
width: 617px;
|
||||||
@include bg_pos("index/title.png");
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
|
||||||
|
// .cls-btn {
|
||||||
|
// @include box(49px, 49px);
|
||||||
|
// @include bg_pos("question-list/cls-btn.png");
|
||||||
|
// margin-right: -20px;
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
.save-tips {
|
.save-tips {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
color: #ffffff;
|
margin-top: 20px;
|
||||||
|
color: #9e4b00;
|
||||||
letter-spacing: 2px;
|
letter-spacing: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.poster-box {
|
.poster-box {
|
||||||
@include box(720px, 882px);
|
@include box(713px, 995px);
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -281,33 +316,72 @@ const posterCreate = (option, imageArr) => {
|
|||||||
.poster {
|
.poster {
|
||||||
@include box(100%, 100%);
|
@include box(100%, 100%);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@include bg_pos("result/card.png");
|
|
||||||
|
|
||||||
#posterSrc {
|
#posterSrc {
|
||||||
@include box(100%, 100%);
|
@include box(100%, 100%);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.poster-1 {
|
||||||
|
@include bg_pos("result/card-1.png");
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.poster-2 {
|
||||||
|
@include bg_pos("result/card-2.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
.poster-3 {
|
||||||
|
@include bg_pos("result/card-3.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
.poster-4 {
|
||||||
|
@include bg_pos("result/card-4.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
.poster-5 {
|
||||||
|
@include bg_pos("result/card-5.png");
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.poster-box-1{
|
||||||
|
@include box(713px, 995px);
|
||||||
|
}
|
||||||
|
.poster-box-2{
|
||||||
|
@include box(711px, 1010px);
|
||||||
|
}
|
||||||
|
.poster-box-3{
|
||||||
|
@include box(713px, 995px);
|
||||||
|
}
|
||||||
|
.poster-box-4{
|
||||||
|
@include box(713px, 995px);
|
||||||
|
}
|
||||||
|
.poster-box-5{
|
||||||
|
@include box(713px, 995px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-box {
|
.btn-box {
|
||||||
@include box(550px, 91px);
|
@include box(550px, 104px);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
||||||
.go-draw {
|
.go-draw {
|
||||||
@include box(243px, 91px);
|
@include box(257px, 104px);
|
||||||
@include bg_pos("result/go-draw-btn.png");
|
@include bg_pos("result/go-draw-btn.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
.go-share {
|
.go-share {
|
||||||
@include box(243px, 91px);
|
@include box(274px, 95px);
|
||||||
@include bg_pos("result/go-share-btn.png");
|
@include bg_pos("result/go-share-btn.png");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sharePop {
|
.sharePop {
|
||||||
|
|||||||
@@ -33,13 +33,13 @@ onMounted(() => {
|
|||||||
<div class="rule-text-area wrapper">
|
<div class="rule-text-area wrapper">
|
||||||
<div>
|
<div>
|
||||||
<div class="part">
|
<div class="part">
|
||||||
<div>活动时间:2025年5月29日——5月31日</div>
|
<div>活动时间:2025年4月27日——4月30日</div>
|
||||||
<div>活动奖励:微信红包</div>
|
<div>活动奖励:微信红包</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="part">
|
<div class="part">
|
||||||
<div>活动攻略:</div>
|
<div>活动攻略:</div>
|
||||||
<div>
|
<div>
|
||||||
1、【龙舟争渡 稳健为先——端午赛龙舟中的投资哲学】活动共设计4道题目,首页进入后点击进行答题,全部答对即可获取专属赛龙舟海报,并参与抽奖;答错时刷新即可重新回答本题。
|
1、【打卡理想假期,五一好礼等你】活动共设计5道题目,首页进入后左右滑动选择您想打卡的地点,点击进行答题,答对后即可获取专属打卡海报,并参与抽奖;答错时将跳转回选择打卡地点的页面,重新答题。
|
||||||
</div>
|
</div>
|
||||||
<div>2、活动期间不限制参与答题次数,每人每日有1次抽奖机会。</div>
|
<div>2、活动期间不限制参与答题次数,每人每日有1次抽奖机会。</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -47,7 +47,7 @@ onMounted(() => {
|
|||||||
<div>领奖说明:</div>
|
<div>领奖说明:</div>
|
||||||
<div>
|
<div>
|
||||||
1、中奖后在中奖页面复制兑换码,前往<span
|
1、中奖后在中奖页面复制兑换码,前往<span
|
||||||
class="blod">[平安理财服务号]</span>消息框输入“端午安康”获取兑换链接,进入链接输入兑换码兑换奖品。如关闭了中奖界面,可在首页-[我的奖品]
|
class="blod">[平安理财服务号]</span>消息框输入“五一快乐”获取兑换链接,进入链接输入兑换码兑换奖品。如关闭了中奖界面,可在首页-[我的奖品]
|
||||||
内查看兑换码;
|
内查看兑换码;
|
||||||
</div>
|
</div>
|
||||||
<div>2、成功领奖后,奖品将会在24小时内自动到账,请耐心等候;</div>
|
<div>2、成功领奖后,奖品将会在24小时内自动到账,请耐心等候;</div>
|
||||||
@@ -98,12 +98,12 @@ onMounted(() => {
|
|||||||
|
|
||||||
.rule-container {
|
.rule-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
@include box(708px, 880px);
|
@include box(685px, 876px);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
.rule-content {
|
.rule-content {
|
||||||
@include box(708px, 880px);
|
@include box(685px, 876px);
|
||||||
@include bg_pos("rule/rule-box.png");
|
@include bg_pos("rule/rule-box.png");
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@@ -151,7 +151,7 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.rule-icon {
|
.rule-icon {
|
||||||
@include pos(121px, 104px, 501px, 25px);
|
@include pos(97px, 120px, 561px, 25px);
|
||||||
@include bg_pos("rule/icon.png");
|
@include bg_pos("rule/icon.png");
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,51 +1,73 @@
|
|||||||
const load = [
|
const load = [
|
||||||
"load/icon.png",
|
"load/icon.png",
|
||||||
|
"load/icon-2.png",
|
||||||
|
"index/bg.jpg",
|
||||||
"music-on.png",
|
"music-on.png",
|
||||||
"music-off.png",
|
|
||||||
"share.jpg",
|
"share.jpg",
|
||||||
"orientation-icon.png",
|
|
||||||
];
|
];
|
||||||
|
|
||||||
const page = [
|
const page = [
|
||||||
"index/title.png",
|
"index/title.png",
|
||||||
"index/time.png",
|
"index/time.png",
|
||||||
"index/btn.png",
|
"index/paper.png",
|
||||||
|
"index/text.png",
|
||||||
|
"index/megaphone.png",
|
||||||
"index/logo.png",
|
"index/logo.png",
|
||||||
|
"index/line.png",
|
||||||
|
"index/card-5.png",
|
||||||
|
"index/card-3.png",
|
||||||
|
"index/card-4.png",
|
||||||
|
"index/card-2.png",
|
||||||
|
"index/card-1.png",
|
||||||
"index/bg.jpg",
|
"index/bg.jpg",
|
||||||
|
"index/btn.png",
|
||||||
|
|
||||||
"prize/tips.png",
|
"prize/tips.png",
|
||||||
"prize/star.png",
|
"prize/star.png",
|
||||||
|
"prize/draw-text.png",
|
||||||
|
"prize/light.png",
|
||||||
"prize/myPrize-box2.png",
|
"prize/myPrize-box2.png",
|
||||||
"prize/no-prize.png",
|
"prize/no-prize.png",
|
||||||
"prize/light.png",
|
|
||||||
"prize/myPrize-box.png",
|
|
||||||
"prize/draw-text.png",
|
|
||||||
"prize/cls-btn.png",
|
"prize/cls-btn.png",
|
||||||
"prize/copy-btn.png",
|
"prize/copy-btn.png",
|
||||||
"prize/draw-box.png",
|
"prize/draw-box.png",
|
||||||
|
|
||||||
"qa/text-bg.png",
|
|
||||||
"qa/result-box.png",
|
|
||||||
"qa/incorrect.png",
|
|
||||||
"qa/paper.png",
|
"qa/paper.png",
|
||||||
"qa/incorrect-icon.png",
|
"qa/megaphone.png",
|
||||||
"qa/correct-icon.png",
|
"qa/cls-btn.png",
|
||||||
"qa/correct.png",
|
"qa/correct.png",
|
||||||
"qa/result-box-2.png",
|
"qa/create-btn.png",
|
||||||
"qa/tips-bg.png",
|
"qa/incorrect.png",
|
||||||
"qa/tips-bg-2.png",
|
|
||||||
|
|
||||||
"result/poster.jpg",
|
"question-list/megaphone.png",
|
||||||
"result/card.png",
|
"question-list/btn.png",
|
||||||
"result/cls-btn.png",
|
"question-list/card-1.png",
|
||||||
"result/go-draw-btn.png",
|
"question-list/card-2.png",
|
||||||
|
"question-list/card-3.png",
|
||||||
|
"question-list/card-4.png",
|
||||||
|
"question-list/card-5.png",
|
||||||
|
"question-list/arrow-l.png",
|
||||||
|
"question-list/arrow-r.png",
|
||||||
|
|
||||||
|
"result/share-tips.svg",
|
||||||
"result/go-share-btn.png",
|
"result/go-share-btn.png",
|
||||||
"result/bg.jpg",
|
"result/poster-1.jpg",
|
||||||
|
"result/poster-2.jpg",
|
||||||
|
"result/poster-3.jpg",
|
||||||
|
"result/poster-4.jpg",
|
||||||
|
"result/poster-5.jpg",
|
||||||
|
"result/go-draw-btn.png",
|
||||||
|
"result/cls-btn.png",
|
||||||
|
"result/card-1.png",
|
||||||
|
"result/card-2.png",
|
||||||
|
"result/card-3.png",
|
||||||
|
"result/card-4.png",
|
||||||
|
"result/card-5.png",
|
||||||
|
|
||||||
"rule/rule-box.png",
|
"rule/rule-box.png",
|
||||||
|
"rule/icon.png",
|
||||||
"rule/arrow.png",
|
"rule/arrow.png",
|
||||||
"rule/cls-btn.png",
|
"rule/cls-btn.png",
|
||||||
"rule/icon.png",
|
|
||||||
];
|
];
|
||||||
|
|
||||||
// 处理为vite引入图片格式
|
// 处理为vite引入图片格式
|
||||||
|
|||||||
@@ -2,77 +2,96 @@ export const data = [
|
|||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
question: [
|
question: [
|
||||||
"赛龙舟时,鼓手用节奏统一行动,舵手把控方向,划手齐心发力,三者缺一不可。这体现了哪种投资模式?",
|
"欢迎你打卡这座8D魔幻山城:轨道交通在楼宇腹中游走,立交桥如基因链螺旋攀升,万家灯火在悬崖上生长出十三层吊脚楼。这座将三维空间玩到极致的城市是?",
|
||||||
],
|
],
|
||||||
answer: [
|
answer: [
|
||||||
{
|
{
|
||||||
aid: "A",
|
aid: "A",
|
||||||
text: "平台化高效协作投资模式,集体智慧",
|
text: "重庆",
|
||||||
result: 1,
|
result: 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
aid: "B",
|
aid: "B",
|
||||||
text: "明星基金经理的单打独斗,个人英雄主义",
|
text: "成都",
|
||||||
result: 0,
|
result: 0,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
tips: [`平安理财采取平台化、模块化的投资模式,通过团队作战能更好协调更优势、更广泛的资源,并最终为客户创造可持续的投资收益,截至 2025 年 5月15日已累计为 1700 万名客户创造1092亿元投资收益。`],
|
tips: [`一座被火锅“包围”的城市`],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
question: [
|
question: [
|
||||||
"赛龙舟经常会遇上河道弯曲或河流湍急,常常出现翻船风险,为了确保顺利抵达终点,在拐弯及面对急流时所使用的技巧与投资中的哪种情况相符?",
|
"千年明珠镶嵌在碧波之中,翠绿的龙井茶园与华美丝绸交织成如诗画卷。湖畔飘荡着茶香,钱塘江潮见证着岁月轮回。古塔倒影中藏着南宋古都的繁华记忆,运河的船桨声与古寺钟声和谐共鸣。这座把诗画意境刻进骨子里的千年古城是?",
|
||||||
],
|
],
|
||||||
answer: [
|
answer: [
|
||||||
{
|
{
|
||||||
aid: "A",
|
aid: "A",
|
||||||
text: "追求单车变摩托,冒险前进,重仓搏一把",
|
text: "杭州",
|
||||||
result: 0,
|
result: 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
aid: "B",
|
aid: "B",
|
||||||
text: "坚持绝对收益目标,严格风险控制,稳健为先",
|
text: "南昌",
|
||||||
result: 1,
|
result: 0,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
tips: [`稳健是资产长期增值的关键,平安理财坚持以绝对收益为目标,截至2025年5月15日,旗下定开/封闭式多个产品线实现历史到期兑付100%正收益(如启航系列、稳健精选系列、启元系列、新安鑫系列、卓越成长系列、卓越稳健系列等)。`],
|
tips: [`有“人间天堂”美称的城市`],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
question: [
|
question: [
|
||||||
"赛龙舟中,队伍需在发令枪响的瞬间同步起桨,冲刺阶段更需高频划桨。这与下列哪种投资策略相符?",
|
"欢迎你打卡这座『四季如春』的童话城:鲜花在冬天抢了春天的戏,海鸥与彩云齐飞,石头森林藏着万年奇景,蓝花雨巷把街道染成紫色星河。问:这座被春天永久收藏的城市是?",
|
||||||
],
|
],
|
||||||
answer: [
|
answer: [
|
||||||
{
|
{
|
||||||
aid: "A",
|
aid: "A",
|
||||||
text: "精准把握市场机会,适当追求超额收益",
|
text: "贵阳",
|
||||||
result: 1,
|
result: 0,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
aid: "B",
|
aid: "B",
|
||||||
text: "一旦配置长期不动,顺其自然随遇而安",
|
text: "昆明",
|
||||||
result: 0,
|
result: 1,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
tips: [`稳健为先的前提下,平安理财通过多资产、多策略的能力优势,在低利率时代中力争为投资者创造相对不错的超额收益。如鑫享全球动量策略日开180天持有1号A今年以来年`],
|
tips: [`“彩云之南”的首府`],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 4,
|
id: 4,
|
||||||
question: [
|
question: [
|
||||||
"赛龙舟通常500米,但有一种达到了30公里,号称龙舟马拉松。如果说500米赛龙舟对应的是投资中短期主义,那么龙舟马拉松对应的是哪种情怀?",
|
"欢迎你闯入这座通宵狂欢的『古今混搭城』:唐代楼阁挂满灯笼,网红不倒翁小姐姐在人群中飘摇。猜猜这是哪座古都的网红步行街,能把长安城的盛世繁华变成24小时不打烊的嘉年华?",
|
||||||
],
|
],
|
||||||
answer: [
|
answer: [
|
||||||
{
|
{
|
||||||
aid: "A",
|
aid: "A",
|
||||||
text: "投机主义,左右摇摆或见风使舵",
|
text: "太原",
|
||||||
result: 0,
|
result: 0,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
aid: "B",
|
aid: "B",
|
||||||
text: "长期主义精神,坚持长期稳健经营理念",
|
text: "西安",
|
||||||
result: 1,
|
result: 1,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
tips: [`行稳方能致远。长期主义是以长远视角进行决策和行动的价值观,其核心在于追求可持续的价值增长,而非短期利益的最大化。这是平安理财自成立以来一直坚持的投资和经营理念。`],
|
tips: [`拥有被称为“世界第八大奇迹”的`, `秦始皇陵兵马俑`],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 5,
|
||||||
|
question: [
|
||||||
|
"欢迎你来到这座『科技主题乐园』——摩天大楼间闪着AI电子屏瀑布,无人机表演在夜空中拼出会动的二维码,华强北的电子零件能拼出太空卫星,问:哪座城市用代码写诗,让城市灯光秀变成通往未来的动画片?",
|
||||||
|
],
|
||||||
|
answer: [
|
||||||
|
{
|
||||||
|
aid: "A",
|
||||||
|
text: "深圳",
|
||||||
|
result: 1,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
aid: "B",
|
||||||
|
text: "南宁",
|
||||||
|
result: 0,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
tips: [`全国最早实行对外开放的`, `四个经济特区之一`],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
<div class="home" @click.once="firstClick">
|
<div class="home" @click.once="firstClick">
|
||||||
<div class="home-container">
|
<div class="home-container">
|
||||||
<Index v-if="showIndex" @IndexPage="indexFn"></Index>
|
<Index v-if="showIndex" @IndexPage="indexFn"></Index>
|
||||||
|
<QuestionList v-if="showQuestionList" ref="QuestionListRef" @QuestionList="questionListFn"
|
||||||
|
@showResult="onShowResult"></QuestionList>
|
||||||
<Question v-if="showQuestion" @QuestionPage="questionFn"></Question>
|
<Question v-if="showQuestion" @QuestionPage="questionFn"></Question>
|
||||||
<Result v-if="showResult" @ResultPage="resultFn"></Result>
|
<Result v-if="showResult" @ResultPage="resultFn"></Result>
|
||||||
<MyPrize v-if="showMyPrize" @MyPrizePage="myPrizeFn"></MyPrize>
|
<MyPrize v-if="showMyPrize" @MyPrizePage="myPrizeFn"></MyPrize>
|
||||||
@@ -10,14 +12,8 @@
|
|||||||
<Loading v-if="showLoad" @LoadPage="loadFn"></Loading>
|
<Loading v-if="showLoad" @LoadPage="loadFn"></Loading>
|
||||||
<!-- 音乐图标 -->
|
<!-- 音乐图标 -->
|
||||||
<div class="music_icon" @click="musicPlay">
|
<div class="music_icon" @click="musicPlay">
|
||||||
<audio
|
<audio style="display: none; height: 0" id="bg-music" autoplay="autoplay" preload="auto" :src="musicUrl"
|
||||||
style="display: none; height: 0"
|
loop="loop"></audio>
|
||||||
id="bg-music"
|
|
||||||
autoplay="autoplay"
|
|
||||||
preload="auto"
|
|
||||||
:src="musicUrl"
|
|
||||||
loop="loop"
|
|
||||||
></audio>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -28,18 +24,24 @@ import gsap from "gsap";
|
|||||||
import Loading from "@/components/Loading";
|
import Loading from "@/components/Loading";
|
||||||
import Index from "@/components/Index";
|
import Index from "@/components/Index";
|
||||||
import Question from "@/components/Question";
|
import Question from "@/components/Question";
|
||||||
|
import QuestionList from "@/components/QuestionList";
|
||||||
import MyPrize from "@/components/MyPrize";
|
import MyPrize from "@/components/MyPrize";
|
||||||
import Draw from "@/components/Draw";
|
import Draw from "@/components/Draw";
|
||||||
import Result from "@/components/Result";
|
import Result from "@/components/Result";
|
||||||
import Rule from "@/components/Rule";
|
import Rule from "@/components/Rule";
|
||||||
import { getQueryString, screenOrientation, fontAdpat } from "@/plugins";
|
import {
|
||||||
|
getQueryString,
|
||||||
|
screenOrientation,
|
||||||
|
fontAdpat,
|
||||||
|
} from "@/plugins";
|
||||||
import { authorize, getUserInfo } from "@/api";
|
import { authorize, getUserInfo } from "@/api";
|
||||||
import { Toast } from "vant";
|
import { Toast } from "vant";
|
||||||
import { useMainStore } from "@/store";
|
import { useMainStore } from "@/store";
|
||||||
|
|
||||||
|
|
||||||
const userStore = useMainStore();
|
const userStore = useMainStore();
|
||||||
|
|
||||||
const musicUrl = new URL(`@/assets/media/bgm.mp3`, import.meta.url).href;
|
const musicUrl = new URL(`@/assets/media/bgm.mp3`, import.meta.url).href
|
||||||
|
|
||||||
const showLoad = ref(false);
|
const showLoad = ref(false);
|
||||||
const loadFn = (item) => {
|
const loadFn = (item) => {
|
||||||
@@ -58,7 +60,7 @@ const indexFn = (item) => {
|
|||||||
showMyPrize.value = true;
|
showMyPrize.value = true;
|
||||||
}
|
}
|
||||||
if (item.action == "start") {
|
if (item.action == "start") {
|
||||||
showQuestion.value = true;
|
showQuestionList.value = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (item.action == "showRule") {
|
if (item.action == "showRule") {
|
||||||
@@ -85,6 +87,21 @@ const myPrizeFn = (item) => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const QuestionListRef = ref(null)
|
||||||
|
const showQuestionList = ref(false);
|
||||||
|
const questionListFn = (item) => {
|
||||||
|
if (item.action == "hide") {
|
||||||
|
showQuestionList.value = false;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
const posterId = ref(1)
|
||||||
|
const onShowResult = (item) => {
|
||||||
|
// posterId.value = item.pid || 1
|
||||||
|
posterId.value = 1
|
||||||
|
showResult.value = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
const showDraw = ref(false);
|
const showDraw = ref(false);
|
||||||
const drawFn = (item) => {
|
const drawFn = (item) => {
|
||||||
if (item.action == "hide") {
|
if (item.action == "hide") {
|
||||||
@@ -96,9 +113,12 @@ const showResult = ref(false);
|
|||||||
const resultFn = (item) => {
|
const resultFn = (item) => {
|
||||||
if (item.action == "hide") {
|
if (item.action == "hide") {
|
||||||
showResult.value = false;
|
showResult.value = false;
|
||||||
console.log("hide", showResult.value);
|
console.log('hide', showResult.value);
|
||||||
|
}
|
||||||
|
if(item.action == "showQuestion"){
|
||||||
|
showQuestionList.value = true;
|
||||||
|
showResult.value = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (item.action == "showDraw") {
|
if (item.action == "showDraw") {
|
||||||
showDraw.value = true;
|
showDraw.value = true;
|
||||||
}
|
}
|
||||||
@@ -118,8 +138,7 @@ onMounted(() => {
|
|||||||
let code = getQueryString("code");
|
let code = getQueryString("code");
|
||||||
let url = import.meta.env.VITE_URL;
|
let url = import.meta.env.VITE_URL;
|
||||||
|
|
||||||
// let dev = import.meta.env.VITE_MODE;
|
let dev = import.meta.env.VITE_MODE;
|
||||||
let dev = "dev";
|
|
||||||
if (dev != "dev") {
|
if (dev != "dev") {
|
||||||
if (code) {
|
if (code) {
|
||||||
getUserInfo({ code: code }).then((res) => {
|
getUserInfo({ code: code }).then((res) => {
|
||||||
@@ -128,8 +147,8 @@ onMounted(() => {
|
|||||||
userStore.updateToken(res.data);
|
userStore.updateToken(res.data);
|
||||||
// 开始加载组件
|
// 开始加载组件
|
||||||
showLoad.value = true;
|
showLoad.value = true;
|
||||||
iosMusic(); //自动播放音乐
|
iosMusic() //自动播放音乐
|
||||||
gsap.set(".music_icon", { autoAlpha: 1 });
|
gsap.set('.music_icon', { autoAlpha: 1 })
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
authorize({ scopeType: 1, redirectUri: url }).then((res) => {
|
authorize({ scopeType: 1, redirectUri: url }).then((res) => {
|
||||||
@@ -205,11 +224,13 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
showLoad.value = true;
|
showLoad.value = true;
|
||||||
iosMusic(); //自动播放音乐
|
iosMusic() //自动播放音乐
|
||||||
gsap.set(".music_icon", { autoAlpha: 1 });
|
gsap.set('.music_icon', { autoAlpha: 1 })
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// ios端音乐自动播放
|
// ios端音乐自动播放
|
||||||
const iosMusic = () => {
|
const iosMusic = () => {
|
||||||
// ios自动播放音乐
|
// ios自动播放音乐
|
||||||
@@ -238,6 +259,7 @@ const iosMusic = () => {
|
|||||||
musicBtnAni.play();
|
musicBtnAni.play();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// 音乐播放
|
// 音乐播放
|
||||||
const musicBtnAni = gsap.timeline();
|
const musicBtnAni = gsap.timeline();
|
||||||
const playStatu = ref(true);
|
const playStatu = ref(true);
|
||||||
@@ -263,22 +285,24 @@ const firstClick = () => {
|
|||||||
audio.play();
|
audio.play();
|
||||||
playStatu.value = true;
|
playStatu.value = true;
|
||||||
console.log("播放");
|
console.log("播放");
|
||||||
};
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
#app {
|
#app {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: linear-gradient(135deg, #d6d1ca, #e5dccf);
|
background: linear-gradient(135deg, #d6d1ca, #e5dccf);
|
||||||
// font-family: "FZZY_Regular";
|
font-family: "HarmonyOS_Sans_SC_Regular";
|
||||||
}
|
}
|
||||||
|
|
||||||
#__vconsole {
|
#__vconsole {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.music_icon {
|
.music_icon {
|
||||||
@include pos(60px, 60px, 20px, 305px);
|
@include pos(60px, 60px, 50px, 245px);
|
||||||
@include bg_pos("music-on.png");
|
@include bg_pos("music-on.png");
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
@@ -292,8 +316,10 @@ const firstClick = () => {
|
|||||||
@include pos(750px, 1624px, 0px, 50%);
|
@include pos(750px, 1624px, 0px, 50%);
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// 音乐-on样式
|
// 音乐-on样式
|
||||||
.music-on {
|
.music-on {
|
||||||
@include bg_pos("music-on.png");
|
@include bg_pos("music-on.png");
|
||||||
|
|||||||
@@ -19,8 +19,8 @@ app.config.globalProperties.imgUrl = (url) => {
|
|||||||
|
|
||||||
// 微信分享配置
|
// 微信分享配置
|
||||||
wxShare({
|
wxShare({
|
||||||
title: '龙舟争渡 稳健为先',
|
title: '打卡理想假期 五一好礼等你',
|
||||||
desc: '端午赛龙舟中的投资哲学',
|
desc: '穿越城市地标,解锁你的财富基因',
|
||||||
})
|
})
|
||||||
|
|
||||||
// 测试环境开vconsole
|
// 测试环境开vconsole
|
||||||
|
|||||||
@@ -45,12 +45,15 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*--------------------
|
|
||||||
自定义样式
|
|
||||||
-------------------*/
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "FZZY_Regular";
|
font-family: "HarmonyOS_Sans_SC_Regular";
|
||||||
src: url(@/assets/font/FZZY_Regular.ttf) format("truetype");
|
src: url(@/assets/font/HarmonyOS_Sans_SC_Regular.ttf) format("truetype");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "DouyinSansBold";
|
||||||
|
src: url(@/assets/font/DouyinSansBold.ttf) format("truetype");
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ export default defineConfig(({ command, mode }) => {
|
|||||||
template: 'index.html',
|
template: 'index.html',
|
||||||
injectOptions: {
|
injectOptions: {
|
||||||
data: {
|
data: {
|
||||||
title: '龙舟争渡 稳健为先',
|
title: '打卡理想假期',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
432
yarn.lock
@@ -7,22 +7,10 @@
|
|||||||
resolved "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.7.tgz"
|
resolved "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.7.tgz"
|
||||||
integrity sha512-gFPqTG7otEJ8uP6wrhDv6mqwGWYZKNvAcCq6u9hOj0c+IKCEsY4L1oC9trPq2SaWIzAfHvqfBDxF591JkMf+kg==
|
integrity sha512-gFPqTG7otEJ8uP6wrhDv6mqwGWYZKNvAcCq6u9hOj0c+IKCEsY4L1oC9trPq2SaWIzAfHvqfBDxF591JkMf+kg==
|
||||||
|
|
||||||
"@babel/helper-string-parser@^7.27.1":
|
"@babel/parser@^7.15.8", "@babel/parser@^7.23.6":
|
||||||
version "7.27.1"
|
version "7.23.9"
|
||||||
resolved "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz"
|
resolved "https://registry.npmmirror.com/@babel/parser/-/parser-7.23.9.tgz"
|
||||||
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
|
integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==
|
||||||
|
|
||||||
"@babel/helper-validator-identifier@^7.27.1":
|
|
||||||
version "7.27.1"
|
|
||||||
resolved "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz"
|
|
||||||
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
|
|
||||||
|
|
||||||
"@babel/parser@^7.15.8", "@babel/parser@^7.27.2":
|
|
||||||
version "7.27.2"
|
|
||||||
resolved "https://registry.npmmirror.com/@babel/parser/-/parser-7.27.2.tgz"
|
|
||||||
integrity sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==
|
|
||||||
dependencies:
|
|
||||||
"@babel/types" "^7.27.1"
|
|
||||||
|
|
||||||
"@babel/runtime@^7.17.2":
|
"@babel/runtime@^7.17.2":
|
||||||
version "7.23.9"
|
version "7.23.9"
|
||||||
@@ -31,14 +19,6 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
regenerator-runtime "^0.14.0"
|
regenerator-runtime "^0.14.0"
|
||||||
|
|
||||||
"@babel/types@^7.27.1":
|
|
||||||
version "7.27.1"
|
|
||||||
resolved "https://registry.npmmirror.com/@babel/types/-/types-7.27.1.tgz"
|
|
||||||
integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==
|
|
||||||
dependencies:
|
|
||||||
"@babel/helper-string-parser" "^7.27.1"
|
|
||||||
"@babel/helper-validator-identifier" "^7.27.1"
|
|
||||||
|
|
||||||
"@better-scroll/core@^2.5.1":
|
"@better-scroll/core@^2.5.1":
|
||||||
version "2.5.1"
|
version "2.5.1"
|
||||||
resolved "https://registry.npmmirror.com/@better-scroll/core/-/core-2.5.1.tgz"
|
resolved "https://registry.npmmirror.com/@better-scroll/core/-/core-2.5.1.tgz"
|
||||||
@@ -51,11 +31,6 @@
|
|||||||
resolved "https://registry.npmmirror.com/@better-scroll/shared-utils/-/shared-utils-2.5.1.tgz"
|
resolved "https://registry.npmmirror.com/@better-scroll/shared-utils/-/shared-utils-2.5.1.tgz"
|
||||||
integrity sha512-AplkfSjXVYP9LZiD6JsKgmgQJ/mG4uuLmBuwLz8W5OsYc7AYTfN8kw6GqZ5OwCGoXkVhBGyd8NeC4xwYItp0aw==
|
integrity sha512-AplkfSjXVYP9LZiD6JsKgmgQJ/mG4uuLmBuwLz8W5OsYc7AYTfN8kw6GqZ5OwCGoXkVhBGyd8NeC4xwYItp0aw==
|
||||||
|
|
||||||
"@esbuild/win32-x64@0.18.20":
|
|
||||||
version "0.18.20"
|
|
||||||
resolved "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz"
|
|
||||||
integrity sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==
|
|
||||||
|
|
||||||
"@jridgewell/gen-mapping@^0.3.0":
|
"@jridgewell/gen-mapping@^0.3.0":
|
||||||
version "0.3.3"
|
version "0.3.3"
|
||||||
resolved "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz"
|
resolved "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz"
|
||||||
@@ -83,10 +58,10 @@
|
|||||||
"@jridgewell/gen-mapping" "^0.3.0"
|
"@jridgewell/gen-mapping" "^0.3.0"
|
||||||
"@jridgewell/trace-mapping" "^0.3.9"
|
"@jridgewell/trace-mapping" "^0.3.9"
|
||||||
|
|
||||||
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.5.0":
|
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.4.15":
|
||||||
version "1.5.0"
|
version "1.4.15"
|
||||||
resolved "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz"
|
resolved "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz"
|
||||||
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
|
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
|
||||||
|
|
||||||
"@jridgewell/trace-mapping@^0.3.25", "@jridgewell/trace-mapping@^0.3.9":
|
"@jridgewell/trace-mapping@^0.3.25", "@jridgewell/trace-mapping@^0.3.9":
|
||||||
version "0.3.25"
|
version "0.3.25"
|
||||||
@@ -155,15 +130,15 @@
|
|||||||
resolved "https://registry.npmmirror.com/@types/estree/-/estree-1.0.7.tgz"
|
resolved "https://registry.npmmirror.com/@types/estree/-/estree-1.0.7.tgz"
|
||||||
integrity sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==
|
integrity sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==
|
||||||
|
|
||||||
"@types/json-schema@*", "@types/json-schema@^7.0.15", "@types/json-schema@^7.0.9":
|
"@types/json-schema@*", "@types/json-schema@^7.0.9":
|
||||||
version "7.0.15"
|
version "7.0.15"
|
||||||
resolved "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz"
|
resolved "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz"
|
||||||
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
|
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
|
||||||
|
|
||||||
"@types/node@*", "@types/node@>= 14":
|
"@types/node@*", "@types/node@>= 14":
|
||||||
version "22.15.21"
|
version "22.14.1"
|
||||||
resolved "https://registry.npmmirror.com/@types/node/-/node-22.15.21.tgz"
|
resolved "https://registry.npmmirror.com/@types/node/-/node-22.14.1.tgz"
|
||||||
integrity sha512-EV/37Td6c+MgKAbkcLG6vqZ2zEYHD7bvSrzqqs2RIhbA6w3x+Dqz8MZM3sP6kGTeLrdoOgKZe+Xja7tUB2DNkQ==
|
integrity sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==
|
||||||
dependencies:
|
dependencies:
|
||||||
undici-types "~6.21.0"
|
undici-types "~6.21.0"
|
||||||
|
|
||||||
@@ -187,95 +162,94 @@
|
|||||||
resolved "https://registry.npmmirror.com/@vant/use/-/use-1.6.0.tgz"
|
resolved "https://registry.npmmirror.com/@vant/use/-/use-1.6.0.tgz"
|
||||||
integrity sha512-PHHxeAASgiOpSmMjceweIrv2AxDZIkWXyaczksMoWvKV2YAYEhoizRuk/xFnKF+emUIi46TsQ+rvlm/t2BBCfA==
|
integrity sha512-PHHxeAASgiOpSmMjceweIrv2AxDZIkWXyaczksMoWvKV2YAYEhoizRuk/xFnKF+emUIi46TsQ+rvlm/t2BBCfA==
|
||||||
|
|
||||||
"@vitejs/plugin-vue@^4.0.0":
|
"@vitejs/plugin-vue@^3.2.0":
|
||||||
version "4.0.0"
|
version "3.2.0"
|
||||||
resolved "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-4.0.0.tgz"
|
resolved "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-3.2.0.tgz"
|
||||||
integrity sha512-e0X4jErIxAB5oLtDqbHvHpJe/uWNkdpYV83AOG2xo2tEVSzCzewgJMtREZM30wXnM5ls90hxiOtAuVU6H5JgbA==
|
integrity sha512-E0tnaL4fr+qkdCNxJ+Xd0yM31UwMkQje76fsDVBBUCoGOUPexu2VDUYHL8P4CwV+zMvWw6nlRw19OnRKmYAJpw==
|
||||||
|
|
||||||
"@vue/compiler-core@3.5.14":
|
"@vue/compiler-core@3.4.15":
|
||||||
version "3.5.14"
|
version "3.4.15"
|
||||||
resolved "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.14.tgz"
|
resolved "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.4.15.tgz"
|
||||||
integrity sha512-k7qMHMbKvoCXIxPhquKQVw3Twid3Kg4s7+oYURxLGRd56LiuHJVrvFKI4fm2AM3c8apqODPfVJGoh8nePbXMRA==
|
integrity sha512-XcJQVOaxTKCnth1vCxEChteGuwG6wqnUHxAm1DO3gCz0+uXKaJNx8/digSz4dLALCy8n2lKq24jSUs8segoqIw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/parser" "^7.27.2"
|
"@babel/parser" "^7.23.6"
|
||||||
"@vue/shared" "3.5.14"
|
"@vue/shared" "3.4.15"
|
||||||
entities "^4.5.0"
|
entities "^4.5.0"
|
||||||
estree-walker "^2.0.2"
|
estree-walker "^2.0.2"
|
||||||
source-map-js "^1.2.1"
|
source-map-js "^1.0.2"
|
||||||
|
|
||||||
"@vue/compiler-dom@3.5.14":
|
"@vue/compiler-dom@3.4.15":
|
||||||
version "3.5.14"
|
version "3.4.15"
|
||||||
resolved "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.14.tgz"
|
resolved "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.4.15.tgz"
|
||||||
integrity sha512-1aOCSqxGOea5I80U2hQJvXYpPm/aXo95xL/m/mMhgyPUsKe9jhjwWpziNAw7tYRnbz1I61rd9Mld4W9KmmRoug==
|
integrity sha512-wox0aasVV74zoXyblarOM3AZQz/Z+OunYcIHe1OsGclCHt8RsRm04DObjefaI82u6XDzv+qGWZ24tIsRAIi5MQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vue/compiler-core" "3.5.14"
|
"@vue/compiler-core" "3.4.15"
|
||||||
"@vue/shared" "3.5.14"
|
"@vue/shared" "3.4.15"
|
||||||
|
|
||||||
"@vue/compiler-sfc@3.5.14":
|
"@vue/compiler-sfc@3.4.15":
|
||||||
version "3.5.14"
|
version "3.4.15"
|
||||||
resolved "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.14.tgz"
|
resolved "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.4.15.tgz"
|
||||||
integrity sha512-9T6m/9mMr81Lj58JpzsiSIjBgv2LiVoWjIVa7kuXHICUi8LiDSIotMpPRXYJsXKqyARrzjT24NAwttrMnMaCXA==
|
integrity sha512-LCn5M6QpkpFsh3GQvs2mJUOAlBQcCco8D60Bcqmf3O3w5a+KWS5GvYbrrJBkgvL1BDnTp+e8q0lXCLgHhKguBA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/parser" "^7.27.2"
|
"@babel/parser" "^7.23.6"
|
||||||
"@vue/compiler-core" "3.5.14"
|
"@vue/compiler-core" "3.4.15"
|
||||||
"@vue/compiler-dom" "3.5.14"
|
"@vue/compiler-dom" "3.4.15"
|
||||||
"@vue/compiler-ssr" "3.5.14"
|
"@vue/compiler-ssr" "3.4.15"
|
||||||
"@vue/shared" "3.5.14"
|
"@vue/shared" "3.4.15"
|
||||||
estree-walker "^2.0.2"
|
estree-walker "^2.0.2"
|
||||||
magic-string "^0.30.17"
|
magic-string "^0.30.5"
|
||||||
postcss "^8.5.3"
|
postcss "^8.4.33"
|
||||||
source-map-js "^1.2.1"
|
source-map-js "^1.0.2"
|
||||||
|
|
||||||
"@vue/compiler-ssr@3.5.14":
|
"@vue/compiler-ssr@3.4.15":
|
||||||
version "3.5.14"
|
version "3.4.15"
|
||||||
resolved "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.14.tgz"
|
resolved "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.4.15.tgz"
|
||||||
integrity sha512-Y0G7PcBxr1yllnHuS/NxNCSPWnRGH4Ogrp0tsLA5QemDZuJLs99YjAKQ7KqkHE0vCg4QTKlQzXLKCMF7WPSl7Q==
|
integrity sha512-1jdeQyiGznr8gjFDadVmOJqZiLNSsMa5ZgqavkPZ8O2wjHv0tVuAEsw5hTdUoUW4232vpBbL/wJhzVW/JwY1Uw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vue/compiler-dom" "3.5.14"
|
"@vue/compiler-dom" "3.4.15"
|
||||||
"@vue/shared" "3.5.14"
|
"@vue/shared" "3.4.15"
|
||||||
|
|
||||||
"@vue/devtools-api@^6.6.3":
|
"@vue/devtools-api@^6.5.0":
|
||||||
version "6.6.4"
|
version "6.5.1"
|
||||||
resolved "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz"
|
resolved "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.5.1.tgz"
|
||||||
integrity sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==
|
integrity sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==
|
||||||
|
|
||||||
"@vue/reactivity@3.5.14":
|
"@vue/reactivity@3.4.15":
|
||||||
version "3.5.14"
|
version "3.4.15"
|
||||||
resolved "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.14.tgz"
|
resolved "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.4.15.tgz"
|
||||||
integrity sha512-7cK1Hp343Fu/SUCCO52vCabjvsYu7ZkOqyYu7bXV9P2yyfjUMUXHZafEbq244sP7gf+EZEz+77QixBTuEqkQQw==
|
integrity sha512-55yJh2bsff20K5O84MxSvXKPHHt17I2EomHznvFiJCAZpJTNW8IuLj1xZWMLELRhBK3kkFV/1ErZGHJfah7i7w==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vue/shared" "3.5.14"
|
"@vue/shared" "3.4.15"
|
||||||
|
|
||||||
"@vue/runtime-core@3.5.14":
|
"@vue/runtime-core@3.4.15":
|
||||||
version "3.5.14"
|
version "3.4.15"
|
||||||
resolved "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.14.tgz"
|
resolved "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.4.15.tgz"
|
||||||
integrity sha512-w9JWEANwHXNgieAhxPpEpJa+0V5G0hz3NmjAZwlOebtfKyp2hKxKF0+qSh0Xs6/PhfGihuSdqMprMVcQU/E6ag==
|
integrity sha512-6E3by5m6v1AkW0McCeAyhHTw+3y17YCOKG0U0HDKDscV4Hs0kgNT5G+GCHak16jKgcCDHpI9xe5NKb8sdLCLdw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vue/reactivity" "3.5.14"
|
"@vue/reactivity" "3.4.15"
|
||||||
"@vue/shared" "3.5.14"
|
"@vue/shared" "3.4.15"
|
||||||
|
|
||||||
"@vue/runtime-dom@3.5.14":
|
"@vue/runtime-dom@3.4.15":
|
||||||
version "3.5.14"
|
version "3.4.15"
|
||||||
resolved "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.14.tgz"
|
resolved "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.4.15.tgz"
|
||||||
integrity sha512-lCfR++IakeI35TVR80QgOelsUIdcKjd65rWAMfdSlCYnaEY5t3hYwru7vvcWaqmrK+LpI7ZDDYiGU5V3xjMacw==
|
integrity sha512-EVW8D6vfFVq3V/yDKNPBFkZKGMFSvZrUQmx196o/v2tHKdwWdiZjYUBS+0Ez3+ohRyF8Njwy/6FH5gYJ75liUw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vue/reactivity" "3.5.14"
|
"@vue/runtime-core" "3.4.15"
|
||||||
"@vue/runtime-core" "3.5.14"
|
"@vue/shared" "3.4.15"
|
||||||
"@vue/shared" "3.5.14"
|
|
||||||
csstype "^3.1.3"
|
csstype "^3.1.3"
|
||||||
|
|
||||||
"@vue/server-renderer@3.5.14":
|
"@vue/server-renderer@3.4.15":
|
||||||
version "3.5.14"
|
version "3.4.15"
|
||||||
resolved "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.14.tgz"
|
resolved "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.4.15.tgz"
|
||||||
integrity sha512-Rf/ISLqokIvcySIYnv3tNWq40PLpNLDLSJwwVWzG6MNtyIhfbcrAxo5ZL9nARJhqjZyWWa40oRb2IDuejeuv6w==
|
integrity sha512-3HYzaidu9cHjrT+qGUuDhFYvF/j643bHC6uUN9BgM11DVy+pM6ATsG6uPBLnkwOgs7BpJABReLmpL3ZPAsUaqw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vue/compiler-ssr" "3.5.14"
|
"@vue/compiler-ssr" "3.4.15"
|
||||||
"@vue/shared" "3.5.14"
|
"@vue/shared" "3.4.15"
|
||||||
|
|
||||||
"@vue/shared@3.5.14":
|
"@vue/shared@3.4.15":
|
||||||
version "3.5.14"
|
version "3.4.15"
|
||||||
resolved "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.14.tgz"
|
resolved "https://registry.npmmirror.com/@vue/shared/-/shared-3.4.15.tgz"
|
||||||
integrity sha512-oXTwNxVfc9EtP1zzXAlSlgARLXNC84frFYkS0HHz0h3E4WZSP9sywqjqzGCP9Y34M8ipNmd380pVgmMuwELDyQ==
|
integrity sha512-KzfPTxVaWfB+eGcGdbSf4CWdaXcGDqckoeXUh7SB3fZdEtzPCK2Vq9B/lRRL3yutax/LWITz+SwvgyOxz5V75g==
|
||||||
|
|
||||||
"@webassemblyjs/ast@^1.14.1", "@webassemblyjs/ast@1.14.1":
|
"@webassemblyjs/ast@^1.14.1", "@webassemblyjs/ast@1.14.1":
|
||||||
version "1.14.1"
|
version "1.14.1"
|
||||||
@@ -408,7 +382,7 @@
|
|||||||
resolved "https://registry.npmmirror.com/@xtuc/long/-/long-4.2.2.tgz"
|
resolved "https://registry.npmmirror.com/@xtuc/long/-/long-4.2.2.tgz"
|
||||||
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
|
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
|
||||||
|
|
||||||
acorn@^8.10.0, acorn@^8.11.2, acorn@^8.11.3, acorn@^8.14.0:
|
acorn@^8.10.0, acorn@^8.11.2, acorn@^8.11.3, acorn@^8.14.0, acorn@^8.8.2:
|
||||||
version "8.14.1"
|
version "8.14.1"
|
||||||
resolved "https://registry.npmmirror.com/acorn/-/acorn-8.14.1.tgz"
|
resolved "https://registry.npmmirror.com/acorn/-/acorn-8.14.1.tgz"
|
||||||
integrity sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==
|
integrity sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==
|
||||||
@@ -514,14 +488,14 @@ braces@^3.0.2, braces@~3.0.2:
|
|||||||
fill-range "^7.0.1"
|
fill-range "^7.0.1"
|
||||||
|
|
||||||
browserslist@^4.24.0, "browserslist@>= 4.21.0":
|
browserslist@^4.24.0, "browserslist@>= 4.21.0":
|
||||||
version "4.24.5"
|
version "4.24.4"
|
||||||
resolved "https://registry.npmmirror.com/browserslist/-/browserslist-4.24.5.tgz"
|
resolved "https://registry.npmmirror.com/browserslist/-/browserslist-4.24.4.tgz"
|
||||||
integrity sha512-FDToo4Wo82hIdgc1CQ+NQD0hEhmpPjrZ3hiUgwgOG6IuTdlpr8jdjyG24P6cNP1yJpTLzS5OcGgSw0xmDU1/Tw==
|
integrity sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==
|
||||||
dependencies:
|
dependencies:
|
||||||
caniuse-lite "^1.0.30001716"
|
caniuse-lite "^1.0.30001688"
|
||||||
electron-to-chromium "^1.5.149"
|
electron-to-chromium "^1.5.73"
|
||||||
node-releases "^2.0.19"
|
node-releases "^2.0.19"
|
||||||
update-browserslist-db "^1.1.3"
|
update-browserslist-db "^1.1.1"
|
||||||
|
|
||||||
buffer-from@^1.0.0:
|
buffer-from@^1.0.0:
|
||||||
version "1.1.2"
|
version "1.1.2"
|
||||||
@@ -550,10 +524,10 @@ camelcase@^5.0.0:
|
|||||||
resolved "https://registry.npmmirror.com/camelcase/-/camelcase-5.3.1.tgz"
|
resolved "https://registry.npmmirror.com/camelcase/-/camelcase-5.3.1.tgz"
|
||||||
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
|
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
|
||||||
|
|
||||||
caniuse-lite@^1.0.30001716:
|
caniuse-lite@^1.0.30001688:
|
||||||
version "1.0.30001718"
|
version "1.0.30001714"
|
||||||
resolved "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001718.tgz"
|
resolved "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001714.tgz"
|
||||||
integrity sha512-AflseV1ahcSunK53NfEs9gFWgOEmzr0f+kaMFA4xiLZlr9Hzt7HxcSpIFcnNCUkz6R6dWKa54rUz3HUmI3nVcw==
|
integrity sha512-mtgapdwDLSSBnCI3JokHM7oEQBLxiJKVRtg10AxM1AyeiKcM96f0Mkbqeq+1AbiCtvMcHRulAAEMu693JrSWqg==
|
||||||
|
|
||||||
chalk@^4.0.2, chalk@^4.1.2:
|
chalk@^4.0.2, chalk@^4.1.2:
|
||||||
version "4.1.2"
|
version "4.1.2"
|
||||||
@@ -779,10 +753,10 @@ ejs@^3.1.6:
|
|||||||
dependencies:
|
dependencies:
|
||||||
jake "^10.8.5"
|
jake "^10.8.5"
|
||||||
|
|
||||||
electron-to-chromium@^1.5.149:
|
electron-to-chromium@^1.5.73:
|
||||||
version "1.5.155"
|
version "1.5.137"
|
||||||
resolved "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.155.tgz"
|
resolved "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.137.tgz"
|
||||||
integrity sha512-ps5KcGGmwL8VaeJlvlDlu4fORQpv3+GIcF5I3f9tUKUlJ/wsysh6HU8P5L1XWRYeXfA0oJd4PyM8ds8zTFf6Ng==
|
integrity sha512-/QSJaU2JyIuTbbABAo/crOs+SuAZLS+fVVS10PVrIT9hrRkmZl8Hb0xPSkKRUUWHQtYzXHpQUW3Dy5hwMzGZkA==
|
||||||
|
|
||||||
emoji-regex@^8.0.0:
|
emoji-regex@^8.0.0:
|
||||||
version "8.0.0"
|
version "8.0.0"
|
||||||
@@ -813,37 +787,42 @@ entities@^4.5.0:
|
|||||||
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
|
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
|
||||||
|
|
||||||
es-module-lexer@^1.2.1:
|
es-module-lexer@^1.2.1:
|
||||||
version "1.7.0"
|
version "1.6.0"
|
||||||
resolved "https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-1.7.0.tgz"
|
resolved "https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-1.6.0.tgz"
|
||||||
integrity sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==
|
integrity sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==
|
||||||
|
|
||||||
esbuild@^0.18.10:
|
esbuild-windows-64@0.15.18:
|
||||||
version "0.18.20"
|
version "0.15.18"
|
||||||
resolved "https://registry.npmmirror.com/esbuild/-/esbuild-0.18.20.tgz"
|
resolved "https://registry.npmmirror.com/esbuild-windows-64/-/esbuild-windows-64-0.15.18.tgz"
|
||||||
integrity sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==
|
integrity sha512-qinug1iTTaIIrCorAUjR0fcBk24fjzEedFYhhispP8Oc7SFvs+XeW3YpAKiKp8dRpizl4YYAhxMjlftAMJiaUw==
|
||||||
|
|
||||||
|
esbuild@^0.15.9:
|
||||||
|
version "0.15.18"
|
||||||
|
resolved "https://registry.npmmirror.com/esbuild/-/esbuild-0.15.18.tgz"
|
||||||
|
integrity sha512-x/R72SmW3sSFRm5zrrIjAhCeQSAWoni3CmHEqfQrZIQTM3lVCdehdwuIqaOtfC2slvpdlLa62GYoN8SxT23m6Q==
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
"@esbuild/android-arm" "0.18.20"
|
"@esbuild/android-arm" "0.15.18"
|
||||||
"@esbuild/android-arm64" "0.18.20"
|
"@esbuild/linux-loong64" "0.15.18"
|
||||||
"@esbuild/android-x64" "0.18.20"
|
esbuild-android-64 "0.15.18"
|
||||||
"@esbuild/darwin-arm64" "0.18.20"
|
esbuild-android-arm64 "0.15.18"
|
||||||
"@esbuild/darwin-x64" "0.18.20"
|
esbuild-darwin-64 "0.15.18"
|
||||||
"@esbuild/freebsd-arm64" "0.18.20"
|
esbuild-darwin-arm64 "0.15.18"
|
||||||
"@esbuild/freebsd-x64" "0.18.20"
|
esbuild-freebsd-64 "0.15.18"
|
||||||
"@esbuild/linux-arm" "0.18.20"
|
esbuild-freebsd-arm64 "0.15.18"
|
||||||
"@esbuild/linux-arm64" "0.18.20"
|
esbuild-linux-32 "0.15.18"
|
||||||
"@esbuild/linux-ia32" "0.18.20"
|
esbuild-linux-64 "0.15.18"
|
||||||
"@esbuild/linux-loong64" "0.18.20"
|
esbuild-linux-arm "0.15.18"
|
||||||
"@esbuild/linux-mips64el" "0.18.20"
|
esbuild-linux-arm64 "0.15.18"
|
||||||
"@esbuild/linux-ppc64" "0.18.20"
|
esbuild-linux-mips64le "0.15.18"
|
||||||
"@esbuild/linux-riscv64" "0.18.20"
|
esbuild-linux-ppc64le "0.15.18"
|
||||||
"@esbuild/linux-s390x" "0.18.20"
|
esbuild-linux-riscv64 "0.15.18"
|
||||||
"@esbuild/linux-x64" "0.18.20"
|
esbuild-linux-s390x "0.15.18"
|
||||||
"@esbuild/netbsd-x64" "0.18.20"
|
esbuild-netbsd-64 "0.15.18"
|
||||||
"@esbuild/openbsd-x64" "0.18.20"
|
esbuild-openbsd-64 "0.15.18"
|
||||||
"@esbuild/sunos-x64" "0.18.20"
|
esbuild-sunos-64 "0.15.18"
|
||||||
"@esbuild/win32-arm64" "0.18.20"
|
esbuild-windows-32 "0.15.18"
|
||||||
"@esbuild/win32-ia32" "0.18.20"
|
esbuild-windows-64 "0.15.18"
|
||||||
"@esbuild/win32-x64" "0.18.20"
|
esbuild-windows-arm64 "0.15.18"
|
||||||
|
|
||||||
escalade@^3.2.0:
|
escalade@^3.2.0:
|
||||||
version "3.2.0"
|
version "3.2.0"
|
||||||
@@ -1194,12 +1173,12 @@ lower-case@^2.0.2:
|
|||||||
dependencies:
|
dependencies:
|
||||||
tslib "^2.0.3"
|
tslib "^2.0.3"
|
||||||
|
|
||||||
magic-string@^0.30.17, magic-string@^0.30.3, magic-string@^0.30.5:
|
magic-string@^0.30.3, magic-string@^0.30.5:
|
||||||
version "0.30.17"
|
version "0.30.5"
|
||||||
resolved "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz"
|
resolved "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.5.tgz"
|
||||||
integrity sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==
|
integrity sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@jridgewell/sourcemap-codec" "^1.5.0"
|
"@jridgewell/sourcemap-codec" "^1.4.15"
|
||||||
|
|
||||||
merge-stream@^2.0.0:
|
merge-stream@^2.0.0:
|
||||||
version "2.0.0"
|
version "2.0.0"
|
||||||
@@ -1272,10 +1251,10 @@ mutation-observer@^1.0.3:
|
|||||||
resolved "https://registry.npmmirror.com/mutation-observer/-/mutation-observer-1.0.3.tgz"
|
resolved "https://registry.npmmirror.com/mutation-observer/-/mutation-observer-1.0.3.tgz"
|
||||||
integrity sha512-M/O/4rF2h776hV7qGMZUH3utZLO/jK7p8rnNgGkjKUw8zCGjRQPxB8z6+5l8+VjRUQ3dNYu4vjqXYLr+U8ZVNA==
|
integrity sha512-M/O/4rF2h776hV7qGMZUH3utZLO/jK7p8rnNgGkjKUw8zCGjRQPxB8z6+5l8+VjRUQ3dNYu4vjqXYLr+U8ZVNA==
|
||||||
|
|
||||||
nanoid@^3.3.8:
|
nanoid@^3.3.7:
|
||||||
version "3.3.11"
|
version "3.3.7"
|
||||||
resolved "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz"
|
resolved "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.7.tgz"
|
||||||
integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
|
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
|
||||||
|
|
||||||
neo-async@^2.6.2:
|
neo-async@^2.6.2:
|
||||||
version "2.6.2"
|
version "2.6.2"
|
||||||
@@ -1380,7 +1359,7 @@ pathe@^1.1.0, pathe@^1.1.1, pathe@^1.1.2:
|
|||||||
resolved "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz"
|
resolved "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz"
|
||||||
integrity sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==
|
integrity sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==
|
||||||
|
|
||||||
picocolors@^1.1.1:
|
picocolors@^1.0.0, picocolors@^1.1.1:
|
||||||
version "1.1.1"
|
version "1.1.1"
|
||||||
resolved "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz"
|
resolved "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz"
|
||||||
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
|
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
|
||||||
@@ -1390,13 +1369,13 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.3.1:
|
|||||||
resolved "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz"
|
resolved "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz"
|
||||||
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
|
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
|
||||||
|
|
||||||
pinia@^2.2.0:
|
pinia@^2.1.7:
|
||||||
version "2.3.1"
|
version "2.1.7"
|
||||||
resolved "https://registry.npmmirror.com/pinia/-/pinia-2.3.1.tgz"
|
resolved "https://registry.npmmirror.com/pinia/-/pinia-2.1.7.tgz"
|
||||||
integrity sha512-khUlZSwt9xXCaTbbxFYBKDc/bWAGWJjOgvxETwkTN7KRm66EeT1ZdZj6i2ceh9sP2Pzqsbc704r2yngBrxBVug==
|
integrity sha512-+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxGQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vue/devtools-api" "^6.6.3"
|
"@vue/devtools-api" "^6.5.0"
|
||||||
vue-demi "^0.14.10"
|
vue-demi ">=0.14.5"
|
||||||
|
|
||||||
pkg-types@^1.0.3:
|
pkg-types@^1.0.3:
|
||||||
version "1.0.3"
|
version "1.0.3"
|
||||||
@@ -1419,14 +1398,14 @@ postcss-px-to-viewport-8-plugin@^1.2.3:
|
|||||||
dependencies:
|
dependencies:
|
||||||
object-assign "^4.1.1"
|
object-assign "^4.1.1"
|
||||||
|
|
||||||
postcss@^8.4.27, postcss@^8.5.3:
|
postcss@^8.4.18, postcss@^8.4.33:
|
||||||
version "8.5.3"
|
version "8.4.33"
|
||||||
resolved "https://registry.npmmirror.com/postcss/-/postcss-8.5.3.tgz"
|
resolved "https://registry.npmmirror.com/postcss/-/postcss-8.4.33.tgz"
|
||||||
integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==
|
integrity sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==
|
||||||
dependencies:
|
dependencies:
|
||||||
nanoid "^3.3.8"
|
nanoid "^3.3.7"
|
||||||
picocolors "^1.1.1"
|
picocolors "^1.0.0"
|
||||||
source-map-js "^1.2.1"
|
source-map-js "^1.0.2"
|
||||||
|
|
||||||
proxy-from-env@^1.1.0:
|
proxy-from-env@^1.1.0:
|
||||||
version "1.1.0"
|
version "1.1.0"
|
||||||
@@ -1494,7 +1473,7 @@ require-main-filename@^2.0.0:
|
|||||||
resolved "https://registry.npmmirror.com/require-main-filename/-/require-main-filename-2.0.0.tgz"
|
resolved "https://registry.npmmirror.com/require-main-filename/-/require-main-filename-2.0.0.tgz"
|
||||||
integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
|
integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
|
||||||
|
|
||||||
resolve@^1.22.4:
|
resolve@^1.22.1, resolve@^1.22.4:
|
||||||
version "1.22.8"
|
version "1.22.8"
|
||||||
resolved "https://registry.npmmirror.com/resolve/-/resolve-1.22.8.tgz"
|
resolved "https://registry.npmmirror.com/resolve/-/resolve-1.22.8.tgz"
|
||||||
integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==
|
integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==
|
||||||
@@ -1508,10 +1487,10 @@ reusify@^1.0.4:
|
|||||||
resolved "https://registry.npmmirror.com/reusify/-/reusify-1.0.4.tgz"
|
resolved "https://registry.npmmirror.com/reusify/-/reusify-1.0.4.tgz"
|
||||||
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
|
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
|
||||||
|
|
||||||
rollup@^1.20.0||^2.0.0||^3.0.0||^4.0.0, rollup@^3.27.1:
|
rollup@^1.20.0||^2.0.0||^3.0.0||^4.0.0, rollup@^2.79.1:
|
||||||
version "3.29.5"
|
version "2.79.1"
|
||||||
resolved "https://registry.npmmirror.com/rollup/-/rollup-3.29.5.tgz"
|
resolved "https://registry.npmmirror.com/rollup/-/rollup-2.79.1.tgz"
|
||||||
integrity sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==
|
integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents "~2.3.2"
|
fsevents "~2.3.2"
|
||||||
|
|
||||||
@@ -1543,10 +1522,10 @@ sass@*, sass@^1.3.0, sass@^1.68.0:
|
|||||||
immutable "^4.0.0"
|
immutable "^4.0.0"
|
||||||
source-map-js ">=0.6.2 <2.0.0"
|
source-map-js ">=0.6.2 <2.0.0"
|
||||||
|
|
||||||
schema-utils@^4.3.0, schema-utils@^4.3.2:
|
schema-utils@^4.3.0:
|
||||||
version "4.3.2"
|
version "4.3.0"
|
||||||
resolved "https://registry.npmmirror.com/schema-utils/-/schema-utils-4.3.2.tgz"
|
resolved "https://registry.npmmirror.com/schema-utils/-/schema-utils-4.3.0.tgz"
|
||||||
integrity sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==
|
integrity sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/json-schema" "^7.0.9"
|
"@types/json-schema" "^7.0.9"
|
||||||
ajv "^8.9.0"
|
ajv "^8.9.0"
|
||||||
@@ -1595,10 +1574,10 @@ side-channel@^1.0.4:
|
|||||||
get-intrinsic "^1.0.2"
|
get-intrinsic "^1.0.2"
|
||||||
object-inspect "^1.9.0"
|
object-inspect "^1.9.0"
|
||||||
|
|
||||||
source-map-js@^1.2.1, "source-map-js@>=0.6.2 <2.0.0":
|
source-map-js@^1.0.2, "source-map-js@>=0.6.2 <2.0.0":
|
||||||
version "1.2.1"
|
version "1.0.2"
|
||||||
resolved "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz"
|
resolved "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.0.2.tgz"
|
||||||
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
|
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
|
||||||
|
|
||||||
source-map-support@~0.5.20:
|
source-map-support@~0.5.20:
|
||||||
version "0.5.21"
|
version "0.5.21"
|
||||||
@@ -1655,10 +1634,15 @@ supports-preserve-symlinks-flag@^1.0.0:
|
|||||||
resolved "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz"
|
resolved "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz"
|
||||||
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
|
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
|
||||||
|
|
||||||
|
swiper@^11.2.1:
|
||||||
|
version "11.2.1"
|
||||||
|
resolved "https://registry.npmmirror.com/swiper/-/swiper-11.2.1.tgz"
|
||||||
|
integrity sha512-62G69+iQRIfUqTmJkWpZDcX891Ra8O9050ckt1/JI2H+0483g+gq0m7gINecDqMtDh2zt5dK+uzBRxGhGOOvQA==
|
||||||
|
|
||||||
tapable@^2.1.1, tapable@^2.2.0:
|
tapable@^2.1.1, tapable@^2.2.0:
|
||||||
version "2.2.2"
|
version "2.2.1"
|
||||||
resolved "https://registry.npmmirror.com/tapable/-/tapable-2.2.2.tgz"
|
resolved "https://registry.npmmirror.com/tapable/-/tapable-2.2.1.tgz"
|
||||||
integrity sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==
|
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
|
||||||
|
|
||||||
terser-webpack-plugin@^5.3.11:
|
terser-webpack-plugin@^5.3.11:
|
||||||
version "5.3.14"
|
version "5.3.14"
|
||||||
@@ -1672,12 +1656,12 @@ terser-webpack-plugin@^5.3.11:
|
|||||||
terser "^5.31.1"
|
terser "^5.31.1"
|
||||||
|
|
||||||
terser@^5.10.0, terser@^5.31.1, terser@^5.4.0:
|
terser@^5.10.0, terser@^5.31.1, terser@^5.4.0:
|
||||||
version "5.39.2"
|
version "5.39.0"
|
||||||
resolved "https://registry.npmmirror.com/terser/-/terser-5.39.2.tgz"
|
resolved "https://registry.npmmirror.com/terser/-/terser-5.39.0.tgz"
|
||||||
integrity sha512-yEPUmWve+VA78bI71BW70Dh0TuV4HHd+I5SHOAfS1+QBOmvmCiiffgjR8ryyEd3KIfvPGFqoADt8LdQ6XpXIvg==
|
integrity sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@jridgewell/source-map" "^0.3.3"
|
"@jridgewell/source-map" "^0.3.3"
|
||||||
acorn "^8.14.0"
|
acorn "^8.8.2"
|
||||||
commander "^2.20.0"
|
commander "^2.20.0"
|
||||||
source-map-support "~0.5.20"
|
source-map-support "~0.5.20"
|
||||||
|
|
||||||
@@ -1772,7 +1756,7 @@ unplugin@^1.4.0, unplugin@^1.5.1, unplugin@^1.6.0:
|
|||||||
webpack-sources "^3.2.3"
|
webpack-sources "^3.2.3"
|
||||||
webpack-virtual-modules "^0.6.1"
|
webpack-virtual-modules "^0.6.1"
|
||||||
|
|
||||||
update-browserslist-db@^1.1.3:
|
update-browserslist-db@^1.1.1:
|
||||||
version "1.1.3"
|
version "1.1.3"
|
||||||
resolved "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz"
|
resolved "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz"
|
||||||
integrity sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==
|
integrity sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==
|
||||||
@@ -1781,9 +1765,9 @@ update-browserslist-db@^1.1.3:
|
|||||||
picocolors "^1.1.1"
|
picocolors "^1.1.1"
|
||||||
|
|
||||||
vant@^3.6.12:
|
vant@^3.6.12:
|
||||||
version "3.6.16"
|
version "3.6.12"
|
||||||
resolved "https://registry.npmmirror.com/vant/-/vant-3.6.16.tgz"
|
resolved "https://registry.npmmirror.com/vant/-/vant-3.6.12.tgz"
|
||||||
integrity sha512-9pZao0NEeZQ0ZEb6N7SZxtqcdTp24o8IizhZS1G+FtStlXeKOFzCl+Nf1pIWRneQ9Kn+K+mNrfi2eiIZjVVppw==
|
integrity sha512-fLzwhpV0ZPQqxrTx6RU8mJVUqP7DSkpdXNeByKubp+O9vKYGcWRX9wFdEwApyy7qLZLLu+rU1Jw52d6lktPL4w==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vant/icons" "^1.8.0"
|
"@vant/icons" "^1.8.0"
|
||||||
"@vant/popperjs" "^1.2.1"
|
"@vant/popperjs" "^1.2.1"
|
||||||
@@ -1808,7 +1792,7 @@ vite-plugin-compression@^0.5.1:
|
|||||||
debug "^4.3.3"
|
debug "^4.3.3"
|
||||||
fs-extra "^10.0.0"
|
fs-extra "^10.0.0"
|
||||||
|
|
||||||
vite-plugin-html@^3.2.2:
|
vite-plugin-html@^3.2.1:
|
||||||
version "3.2.2"
|
version "3.2.2"
|
||||||
resolved "https://registry.npmmirror.com/vite-plugin-html/-/vite-plugin-html-3.2.2.tgz"
|
resolved "https://registry.npmmirror.com/vite-plugin-html/-/vite-plugin-html-3.2.2.tgz"
|
||||||
integrity sha512-vb9C9kcdzcIo/Oc3CLZVS03dL5pDlOFuhGlZYDCJ840BhWl/0nGeZWf3Qy7NlOayscY4Cm/QRgULCQkEZige5Q==
|
integrity sha512-vb9C9kcdzcIo/Oc3CLZVS03dL5pDlOFuhGlZYDCJ840BhWl/0nGeZWf3Qy7NlOayscY4Cm/QRgULCQkEZige5Q==
|
||||||
@@ -1826,14 +1810,15 @@ vite-plugin-html@^3.2.2:
|
|||||||
node-html-parser "^5.3.3"
|
node-html-parser "^5.3.3"
|
||||||
pathe "^0.2.0"
|
pathe "^0.2.0"
|
||||||
|
|
||||||
vite@^4.0.0, vite@>=2.0.0, vite@4.5.10:
|
vite@^3.0.0, vite@^3.2.3, vite@>=2.0.0:
|
||||||
version "4.5.10"
|
version "3.2.8"
|
||||||
resolved "https://registry.npmmirror.com/vite/-/vite-4.5.10.tgz"
|
resolved "https://registry.npmmirror.com/vite/-/vite-3.2.8.tgz"
|
||||||
integrity sha512-f2ueoukYTMI/5kMMT7wW+ol3zL6z6PjN28zYrGKAjnbzXhRXWXPThD3uN6muCp+TbfXaDgGvRuPsg6mwVLaWwQ==
|
integrity sha512-EtQU16PLIJpAZol2cTLttNP1mX6L0SyI0pgQB1VOoWeQnMSvtiwovV3D6NcjN8CZQWWyESD2v5NGnpz5RvgOZA==
|
||||||
dependencies:
|
dependencies:
|
||||||
esbuild "^0.18.10"
|
esbuild "^0.15.9"
|
||||||
postcss "^8.4.27"
|
postcss "^8.4.18"
|
||||||
rollup "^3.27.1"
|
resolve "^1.22.1"
|
||||||
|
rollup "^2.79.1"
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents "~2.3.2"
|
fsevents "~2.3.2"
|
||||||
|
|
||||||
@@ -1844,26 +1829,26 @@ vue-clipboard3@^2.0.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
clipboard "^2.0.6"
|
clipboard "^2.0.6"
|
||||||
|
|
||||||
vue-demi@^0.14.10:
|
vue-demi@>=0.14.5:
|
||||||
version "0.14.10"
|
version "0.14.6"
|
||||||
resolved "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz"
|
resolved "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.6.tgz"
|
||||||
integrity sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==
|
integrity sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==
|
||||||
|
|
||||||
"vue@^2.7.0 || ^3.5.11", vue@^3.0.0, "vue@^3.0.0-0 || ^2.6.0", vue@^3.2.25, vue@^3.4.0, "vue@2 || 3", vue@3.5.14:
|
"vue@^2.6.14 || ^3.3.0", vue@^3.0.0, "vue@^3.0.0-0 || ^2.6.0", vue@^3.2.25, vue@^3.2.41, "vue@2 || 3", vue@3.4.15:
|
||||||
version "3.5.14"
|
version "3.4.15"
|
||||||
resolved "https://registry.npmmirror.com/vue/-/vue-3.5.14.tgz"
|
resolved "https://registry.npmmirror.com/vue/-/vue-3.4.15.tgz"
|
||||||
integrity sha512-LbOm50/vZFG6Mhy6KscQYXZMQ0LMCC/y40HDJPPvGFQ+i/lUH+PJHR6C3assgOQiXdl6tAfsXHbXYVBZZu65ew==
|
integrity sha512-jC0GH4KkWLWJOEQjOpkqU1bQsBwf4R1rsFtw5GQJbjHVKWDzO6P0nWWBTmjp1xSemAioDFj1jdaK1qa3DnMQoQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vue/compiler-dom" "3.5.14"
|
"@vue/compiler-dom" "3.4.15"
|
||||||
"@vue/compiler-sfc" "3.5.14"
|
"@vue/compiler-sfc" "3.4.15"
|
||||||
"@vue/runtime-dom" "3.5.14"
|
"@vue/runtime-dom" "3.4.15"
|
||||||
"@vue/server-renderer" "3.5.14"
|
"@vue/server-renderer" "3.4.15"
|
||||||
"@vue/shared" "3.5.14"
|
"@vue/shared" "3.4.15"
|
||||||
|
|
||||||
watchpack@^2.4.1:
|
watchpack@^2.4.1:
|
||||||
version "2.4.3"
|
version "2.4.2"
|
||||||
resolved "https://registry.npmmirror.com/watchpack/-/watchpack-2.4.3.tgz"
|
resolved "https://registry.npmmirror.com/watchpack/-/watchpack-2.4.2.tgz"
|
||||||
integrity sha512-adBYQLivcg1jbdKEJeqScJJFvgm4qY9+3tXw+jdG6lkVeqRJEtiQmSWjmth8GKmDZuX7sYM4YFxQsf0AzMfGGw==
|
integrity sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==
|
||||||
dependencies:
|
dependencies:
|
||||||
glob-to-regexp "^0.4.1"
|
glob-to-regexp "^0.4.1"
|
||||||
graceful-fs "^4.1.2"
|
graceful-fs "^4.1.2"
|
||||||
@@ -1879,13 +1864,12 @@ webpack-virtual-modules@^0.6.1:
|
|||||||
integrity sha512-poXpCylU7ExuvZK8z+On3kX+S8o/2dQ/SVYueKA0D4WEMXROXgY8Ez50/bQEUmvoSMMrWcrJqCHuhAbsiwg7Dg==
|
integrity sha512-poXpCylU7ExuvZK8z+On3kX+S8o/2dQ/SVYueKA0D4WEMXROXgY8Ez50/bQEUmvoSMMrWcrJqCHuhAbsiwg7Dg==
|
||||||
|
|
||||||
webpack@^5.0.0, webpack@^5.1.0:
|
webpack@^5.0.0, webpack@^5.1.0:
|
||||||
version "5.99.9"
|
version "5.99.5"
|
||||||
resolved "https://registry.npmmirror.com/webpack/-/webpack-5.99.9.tgz"
|
resolved "https://registry.npmmirror.com/webpack/-/webpack-5.99.5.tgz"
|
||||||
integrity sha512-brOPwM3JnmOa+7kd3NsmOUOwbDAj8FT9xDsG3IW0MgbN9yZV7Oi/s/+MNQ/EcSMqw7qfoRyXPoeEWT8zLVdVGg==
|
integrity sha512-q+vHBa6H9qwBLUlHL4Y7L0L1/LlyBKZtS9FHNCQmtayxjI5RKC9yD8gpvLeqGv5lCQp1Re04yi0MF40pf30Pvg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/eslint-scope" "^3.7.7"
|
"@types/eslint-scope" "^3.7.7"
|
||||||
"@types/estree" "^1.0.6"
|
"@types/estree" "^1.0.6"
|
||||||
"@types/json-schema" "^7.0.15"
|
|
||||||
"@webassemblyjs/ast" "^1.14.1"
|
"@webassemblyjs/ast" "^1.14.1"
|
||||||
"@webassemblyjs/wasm-edit" "^1.14.1"
|
"@webassemblyjs/wasm-edit" "^1.14.1"
|
||||||
"@webassemblyjs/wasm-parser" "^1.14.1"
|
"@webassemblyjs/wasm-parser" "^1.14.1"
|
||||||
@@ -1902,7 +1886,7 @@ webpack@^5.0.0, webpack@^5.1.0:
|
|||||||
loader-runner "^4.2.0"
|
loader-runner "^4.2.0"
|
||||||
mime-types "^2.1.27"
|
mime-types "^2.1.27"
|
||||||
neo-async "^2.6.2"
|
neo-async "^2.6.2"
|
||||||
schema-utils "^4.3.2"
|
schema-utils "^4.3.0"
|
||||||
tapable "^2.1.1"
|
tapable "^2.1.1"
|
||||||
terser-webpack-plugin "^5.3.11"
|
terser-webpack-plugin "^5.3.11"
|
||||||
watchpack "^2.4.1"
|
watchpack "^2.4.1"
|
||||||
|
|||||||