feat: add wechat miniprogram webview login

This commit is contained in:
2026-05-03 19:05:45 +08:00
parent 9baa515a75
commit ce98a29c4d
17 changed files with 758 additions and 42 deletions

View File

@@ -31,3 +31,13 @@
line-height: 1.55;
color: rgba(245, 247, 251, 0.72);
}
.retry-button {
margin-top: 28rpx;
width: 100%;
border-radius: 8rpx;
background: #f5f7fb;
color: #0b0f14;
font-size: 28rpx;
line-height: 2.6;
}