From 4a141466b284e0ea1ed39c61ee42bcda9d5ae0b8 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Fri, 3 Jul 2026 20:48:55 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=89=8D=E7=AB=AF=E7=95=8C=E9=9D=A2):=20?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=E6=B2=A1=E6=9C=89=E5=AD=97=E4=BD=93=E6=97=B6?= =?UTF-8?q?=E7=9A=84=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/webui/ofdgo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/webui/ofdgo.js b/assets/webui/ofdgo.js index d691f81..2f5b60e 100644 --- a/assets/webui/ofdgo.js +++ b/assets/webui/ofdgo.js @@ -373,7 +373,7 @@ async function loadDocumentLocalFonts(available, openSeq = state.openSeq) { const docNames = externalDocumentFontNames(); if (!docFonts.length) { state.localFonts = []; - setStatus("当前 OFD 未声明字体"); + setStatus("暂无字体"); updateFontSummary(); renderFontList(); return false; @@ -1356,7 +1356,7 @@ function renderDocumentFonts() { if (!fonts.length) { const empty = document.createElement("div"); empty.className = "font-empty"; - empty.textContent = "未声明字体"; + empty.textContent = "暂无字体"; el.docFontList.append(empty); return; }