From ac59fb5802f7d6036c33fbdb1b63c34b463c0e31 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Tue, 31 Mar 2026 15:51:53 +0800 Subject: [PATCH] fix(stage-tamagotchi): useless margin bottom --- .../src/renderer/components/InteractiveArea.vue | 1 + apps/stage-tamagotchi/src/renderer/pages/index.vue | 1 - packages/stage-ui-live2d/package.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/stage-tamagotchi/src/renderer/components/InteractiveArea.vue b/apps/stage-tamagotchi/src/renderer/components/InteractiveArea.vue index 05946c3b6..267b1da2f 100644 --- a/apps/stage-tamagotchi/src/renderer/components/InteractiveArea.vue +++ b/apps/stage-tamagotchi/src/renderer/components/InteractiveArea.vue @@ -64,6 +64,7 @@ async function handleSend() { try { const providerConfig = providersStore.getProviderConfig(activeProvider.value) + await ingest(textToSend, { model: activeModel.value, chatProvider: await providersStore.getProviderInstance(activeProvider.value), diff --git a/apps/stage-tamagotchi/src/renderer/pages/index.vue b/apps/stage-tamagotchi/src/renderer/pages/index.vue index 9d7afb65c..6d487ad96 100644 --- a/apps/stage-tamagotchi/src/renderer/pages/index.vue +++ b/apps/stage-tamagotchi/src/renderer/pages/index.vue @@ -489,7 +489,6 @@ watch([stream, () => vadLoaded.value], async ([s, loaded]) => { :scale="scale" :x-offset="positionInPercentageString.x" :y-offset="positionInPercentageString.y" - mb="