feat(prompt): enhance placeholder with quick tag search instructions

Update the placeholder text in the PromptLM class to include guidance for quick tag search functionality. The new placeholder now reads "Enter prompt... /char, /artist for quick tag search", providing users with immediate cues on how to utilize tag search features directly within the input field. This improves usability by making advanced functionality more discoverable.
This commit is contained in:
Will Miao
2026-01-26 14:42:47 +08:00
parent 6ef6c116e4
commit 4b36d60e46

View File

@@ -17,7 +17,7 @@ class PromptLM:
"text": (
"AUTOCOMPLETE_TEXT_PROMPT",
{
"placeholder": "Enter prompt...",
"placeholder": "Enter prompt... /char, /artist for quick tag search",
"tooltip": "The text to be encoded.",
},
),