显示图标规范输入字符计数

在一键优化与撤销操作行右侧实时显示 Unicode 字符数和 200 字符上限。

补充计数更新、emoji 截断和右对齐布局测试,并同步编辑器方案文档。
This commit is contained in:
2026-08-06 17:19:41 +08:00
parent 969afbaf94
commit fa02c366a9
3 changed files with 20 additions and 1 deletions
@@ -554,6 +554,13 @@ export function ImageCanvasSpecGenerationPanelView({
</PlatformActionButton>
) : null}
<span
className="ml-auto text-[10px] leading-4 tabular-nums text-slate-400"
aria-label={`${item.title}字符计数`}
>
{getIconSpecPromptLength(value)}/
{EDITOR_ICON_SPEC_PROMPT_MAX_LENGTH}
</span>
</div>
</label>
);