This commit is contained in:
kron
2025-05-16 15:56:54 +08:00
parent 34c9dd00e2
commit 779b3395db
35 changed files with 1003 additions and 40 deletions

View File

@@ -4,6 +4,10 @@ defineProps({
type: Boolean,
default: false,
},
noBg: {
type: Boolean,
default: false,
},
});
</script>
@@ -12,6 +16,7 @@ defineProps({
<image src="../static/shooter.png" mode="widthFix" />
<view>
<image
v-if="!noBg"
:src="
tall ? '../static/long-bubble-tall.png' : '../static/long-bubble.png'
"