style: 将 Unicode 转义序列替换为可读的中文字符
This commit is contained in:
@@ -17,7 +17,7 @@ export function PreviewBox() {
|
||||
<p
|
||||
className={`break-words text-base leading-relaxed ${hasText ? "" : "text-fg-dim"}`}
|
||||
>
|
||||
{hasText ? text : "\u6309\u4f4f\u8bf4\u8bdd\u2026"}
|
||||
{hasText ? text : "按住说话…"}
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user