fix:memory 为空时i18n字体显示

This commit is contained in:
LofiSu
2026-02-10 12:29:14 +08:00
parent f87d5678f3
commit cc88823a64
2 changed files with 2 additions and 2 deletions

View File

@@ -243,7 +243,7 @@ export const enUS: Translations = {
longTermBackground: "Long-term background",
updatedAt: "Updated at",
facts: "Facts",
empty: "empty",
empty: "(empty)",
table: {
category: "Category",
confidence: "Confidence",

View File

@@ -238,7 +238,7 @@ export const zhCN: Translations = {
longTermBackground: "长期背景",
updatedAt: "更新于",
facts: "事实",
empty: "",
empty: "(空)",
table: {
category: "类别",
confidence: "置信度",