fix(stage-tamagotchi): useless margin bottom

This commit is contained in:
Neko Ayaka
2026-03-31 15:51:53 +08:00
parent 4ba49a243a
commit ac59fb5802
3 changed files with 2 additions and 2 deletions
@@ -64,6 +64,7 @@ async function handleSend() {
try {
const providerConfig = providersStore.getProviderConfig(activeProvider.value)
await ingest(textToSend, {
model: activeModel.value,
chatProvider: await providersStore.getProviderInstance<ChatProvider>(activeProvider.value),
@@ -489,7 +489,6 @@ watch([stream, () => vadLoaded.value], async ([s, loaded]) => {
:scale="scale"
:x-offset="positionInPercentageString.x"
:y-offset="positionInPercentageString.y"
mb="<md:18"
/>
<ControlsIsland
ref="controlsIslandRef"
+1 -1
View File
@@ -54,8 +54,8 @@
"@proj-airi/stage-shared": "workspace:^",
"@proj-airi/ui": "workspace:^",
"@vueuse/core": "^14.2.1",
"animejs": "^4.3.6",
"@xsai/tool": "catalog:",
"animejs": "^4.3.6",
"culori": "^4.0.2",
"es-toolkit": "catalog:",
"jszip": "^3.10.1",