mirror of
https://github.com/mali-i/deepseek-ai-assistant.git
synced 2026-07-22 05:49:16 +00:00
更新输入框的placeholder,补充@功能
This commit is contained in:
parent
6c6bf91f35
commit
d5552f1fa4
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue