fix(autocomplete): remove short prompt command aliases (#895)

This commit is contained in:
Will Miao
2026-04-15 20:43:03 +08:00
parent 083de395b1
commit b910388d54
7 changed files with 19 additions and 23 deletions

View File

@@ -20,8 +20,8 @@ class TextLM:
"AUTOCOMPLETE_TEXT_PROMPT,STRING",
{
"widgetType": "AUTOCOMPLETE_TEXT_PROMPT",
"placeholder": "Enter text... /char, /artist, /wild for quick search",
"tooltip": "The text output. Wildcard references inserted with /wild are expanded at runtime.",
"placeholder": "Enter text... /character, /artist, /wildcard for quick search",
"tooltip": "The text output. Wildcard references inserted with /wildcard are expanded at runtime.",
},
),
},