From d5552f1fa4d24be82a140e6951f4fe33e56ee0b3 Mon Sep 17 00:00:00 2001 From: mali-i Date: Tue, 21 Apr 2026 17:07:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=BE=93=E5=85=A5=E6=A1=86?= =?UTF-8?q?=E7=9A=84placeholder=EF=BC=8C=E8=A1=A5=E5=85=85@=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AICard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AICard.vue b/src/components/AICard.vue index 70e35ce..873dff1 100644 --- a/src/components/AICard.vue +++ b/src/components/AICard.vue @@ -39,7 +39,7 @@ ref="textareaRef" class="w-full p-4 pb-14 border-none rounded-xl resize-none text-[15px] leading-relaxed bg-[var(--background-primary)] text-[var(--text-normal)] min-h-[120px] max-h-[250px] overflow-y-auto font-sans outline-none placeholder:text-[var(--text-muted)]" v-model="inputContent" - placeholder="Ask anything..." + placeholder="Ask anything...Use @ to reference past conversations from today as context for this session." @input="adjustHeight" @click="handleCaretChange" @keyup="handleCaretChange"