add image backup function and user information detailed display and editing function

This commit is contained in:
2025-03-27 00:55:35 +08:00
parent 86053b6bd8
commit 8be4aca6db
38 changed files with 4827 additions and 386 deletions

View File

@@ -49,7 +49,7 @@
</div>
</div>
<!-- 二维码 -->
<div class="canvas-qr">
<div class="canvas-qr" v-if="user.settings.enableMobileUpload">
<AQrcode :bordered="false" color="rgba(126, 126, 135, 0.48)"
:size="qrcodeSize"
:value="generateQrCodeUrl()"