feat(前端界面): 优化文案
build.yaml / build (push) Successful in 35s

This commit is contained in:
2026-07-07 15:37:42 +08:00
parent 3634a6125c
commit 3fd0b1bb5d
+1 -1
View File
@@ -1585,7 +1585,7 @@ function statusText(status) {
function fontDetail(font) {
const parts = [];
if (font.familyName && font.familyName !== font.fontName) {
parts.push(`${font.familyName}`);
parts.push(`字体${font.familyName}`);
}
if (font.charset) {
parts.push(`字符集 ${font.charset}`);