fix: 赞赏ui

This commit is contained in:
Tim
2025-10-17 10:52:05 +08:00
parent 39d954d98a
commit 2db958f8c9
5 changed files with 46 additions and 18 deletions

View File

@@ -15,7 +15,7 @@ import { computed, ref, watch } from 'vue'
import { useAttrs } from 'vue'
import BaseImage from './BaseImage.vue'
const DEFAULT_AVATAR = '/default-avatar.svg'
const DEFAULT_AVATAR = '/default-avatar.jpg'
const props = defineProps({
userId: {