页面完善

This commit is contained in:
kron
2025-07-13 13:28:21 +08:00
parent 12a24464c2
commit b6d78d6070
4 changed files with 155 additions and 62 deletions

View File

@@ -33,7 +33,7 @@ const props = defineProps({
});
const avatarFrame = ref("");
watch(
() => config.value,
() => [config.value, props.score],
() => {
if (props.score !== undefined) {
avatarFrame.value = getLvlImage(props.score);