diff --git a/apps/stage-tamagotchi/src/renderer/src/components/ChatHistory.vue b/apps/stage-tamagotchi/src/renderer/src/components/ChatHistory.vue index 41a20968c..2fa1e949c 100644 --- a/apps/stage-tamagotchi/src/renderer/src/components/ChatHistory.vue +++ b/apps/stage-tamagotchi/src/renderer/src/components/ChatHistory.vue @@ -36,7 +36,7 @@ onTokenLiteral(async () => {
@@ -61,14 +61,14 @@ onTokenLiteral(async () => {
- +
diff --git a/apps/stage-tamagotchi/src/renderer/src/components/InteractiveArea.vue b/apps/stage-tamagotchi/src/renderer/src/components/InteractiveArea.vue index 4f8ec1604..f6d1e90f1 100644 --- a/apps/stage-tamagotchi/src/renderer/src/components/InteractiveArea.vue +++ b/apps/stage-tamagotchi/src/renderer/src/components/InteractiveArea.vue @@ -104,9 +104,9 @@ onMounted(() => { {
diff --git a/apps/stage-tamagotchi/src/renderer/src/pages/index.vue b/apps/stage-tamagotchi/src/renderer/src/pages/index.vue index 214ca0c2f..784ab6d80 100644 --- a/apps/stage-tamagotchi/src/renderer/src/pages/index.vue +++ b/apps/stage-tamagotchi/src/renderer/src/pages/index.vue @@ -64,7 +64,7 @@ const modeIndicatorClass = computed(() => { >
-
+
DRAG HERE TO MOVE
@@ -113,7 +113,7 @@ const modeIndicatorClass = computed(() => { } .wall { - @apply text-pink-200; + @apply text-primary-200; --wall-width: 8px; animation: wall-move 1s linear infinite; diff --git a/apps/stage-tamagotchi/src/renderer/src/pages/settings.vue b/apps/stage-tamagotchi/src/renderer/src/pages/settings.vue index 1798a9fcb..0021665a8 100644 --- a/apps/stage-tamagotchi/src/renderer/src/pages/settings.vue +++ b/apps/stage-tamagotchi/src/renderer/src/pages/settings.vue @@ -153,9 +153,9 @@ function isConflict(shortcut: typeof shortcuts.value[0]) {
-
+
{{ t('settings.openai-base-url.label') }}
@@ -166,7 +166,7 @@ function isConflict(shortcut: typeof shortcuts.value[0]) { h-6 w-full rounded-md bg-transparent px-2 py-1 text-right font-mono outline-none >
-
+
{{ t('settings.openai-api-key.label') }}
@@ -177,7 +177,7 @@ function isConflict(shortcut: typeof shortcuts.value[0]) { h-6 w-full rounded-md bg-transparent px-2 py-1 text-right font-mono outline-none >
-
+
{{ t('settings.elevenlabs-api-key.label') }}
@@ -188,7 +188,7 @@ function isConflict(shortcut: typeof shortcuts.value[0]) { h-6 w-full rounded-md bg-transparent px-2 py-1 text-right font-mono outline-none >
-
+
{{ t('settings.language.title') }}
@@ -204,7 +204,7 @@ function isConflict(shortcut: typeof shortcuts.value[0]) {
-
+
{{ t('settings.models') }}
@@ -223,7 +223,7 @@ function isConflict(shortcut: typeof shortcuts.value[0]) {
-
+
{{ t('settings.voices') }}
@@ -257,9 +257,9 @@ function isConflict(shortcut: typeof shortcuts.value[0]) {
-
+
{{ t('settings.viewer') }}