This commit is contained in:
Eeacks
2026-02-02 07:08:49 +08:00
committed by GitHub
parent 8ef9b3a89f
commit 50eb33bbd8

View File

@@ -454,7 +454,7 @@ export const useAvatarStore = defineStore('Avatar', () => {
console.error('Failed to get avatar images:', error);
return {
ownerId: '',
vatarName: '-'
avatarName: '-'
};
}
}