fix(stage-tamagotchi): useless margin bottom
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user