Update On Thu Jan 23 19:35:09 CET 2025

This commit is contained in:
github-action[bot]
2025-01-23 19:35:09 +01:00
parent 7cc1a83ec9
commit 52bfa107f6
120 changed files with 10798 additions and 45556 deletions

View File

@@ -66,7 +66,7 @@ function getWrapperShapeClassName() {
}
function getWrapperShapeStyle() {
return SHAPE_STYLE_SET[avatarOption.value.wrapperShape]
return SHAPE_STYLE_SET[avatarOption.value.wrapperShape ?? WrapperShape.Circle]
}
const svgContent = ref('')