增加兑换中心页面

This commit is contained in:
2025-10-21 14:46:55 +08:00
parent f5a2679913
commit 5aa469a7b7
7 changed files with 326 additions and 2 deletions

View File

@@ -35,7 +35,10 @@ function qrcodeResult(e) {
<style scoped>
.qrcode-box {
position: fixed;
transform: translateX(200vw, 200vh);
position: relative;
overflow: hidden;
width: 1px;
height: 1px;
opacity: 0;
}
</style>