zhou zhou
3 天以前 7c2bffa1a495cc4a3a263f654c08c231009c5c4e
rsf-design/src/components/core/layouts/art-chat-window/index.vue
@@ -14,7 +14,7 @@
        <div class="min-w-0 flex-1">
          <div class="flex flex-wrap items-center gap-2">
            <h3 class="text-base font-semibold text-[var(--art-gray-900)]">{{ $t('ai.drawer.title') }}</h3>
            <ElTag v-if="streaming" type="success" effect="light" round>Streaming</ElTag>
            <ElTag v-if="streaming" type="success" effect="light" round>{{ $t('ai.drawer.streaming') }}</ElTag>
          </div>
          <p class="mt-1 truncate text-xs text-[var(--art-gray-500)]">
            {{ runtime?.promptName || runtime?.promptCode || DEFAULT_PROMPT_CODE }}
@@ -350,7 +350,7 @@
              <div class="mt-3 flex flex-wrap items-center justify-between gap-3">
                <div class="text-xs text-[var(--art-gray-500)]">
                  Enter 发送,Shift + Enter 换行
                  {{ $t('ai.drawer.inputHotkeyHint') }}
                </div>
                <div class="flex flex-wrap items-center gap-2">