From 0e543b50cec2126114cd6e431a7d01c58fbe481a Mon Sep 17 00:00:00 2001 From: leafyy Date: Tue, 13 Jan 2026 03:33:40 +0800 Subject: [PATCH] feat(stage-tamagotchi): add icon size settings for tamagotchi (#940) --- .../stage-islands/controls-island/index.vue | 21 ++- packages/i18n/src/locales/en/settings.yaml | 7 + .../i18n/src/locales/zh-Hans/settings.yaml | 7 + .../src/pages/settings/system/general.vue | 29 +++- packages/stage-ui/src/stores/settings.ts | 4 + .../src/components/form/combobox/combobox.vue | 130 ++++++++++-------- 6 files changed, 134 insertions(+), 64 deletions(-) diff --git a/apps/stage-tamagotchi/src/renderer/components/stage-islands/controls-island/index.vue b/apps/stage-tamagotchi/src/renderer/components/stage-islands/controls-island/index.vue index 3d43c239a..ae825d330 100644 --- a/apps/stage-tamagotchi/src/renderer/components/stage-islands/controls-island/index.vue +++ b/apps/stage-tamagotchi/src/renderer/components/stage-islands/controls-island/index.vue @@ -1,6 +1,6 @@