qq_41295110
2026-02-26 423c1948a631cff298e6348cc55626f5149c111a
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(() => {