chenhaozhe
2026-02-06 83e56c7bdc80df9e01e5d485b6c9052c18764bbd
utils/i18n.js
@@ -46,11 +46,11 @@
}
export function addMissingKeyToMap(key, HFieldCode) {
    // 防止页面初次加载时,使用本地翻译模块导致的 假缺失现象
    if (enableCollectMissingKey) {
        if (!MissingKeysMap[key]) {
            MissingKeysMap[key] = new Set()
        }
        // 防止页面初次加载时,使用本地翻译模块导致的 假缺失现象
        MissingKeysMap[key].add(HFieldCode)
        if (!clockID) {
            clockID = setTimeout(() => {