From b9381391ffc54674e4cf9bd76b1daf9281e1cbda Mon Sep 17 00:00:00 2001 From: lukaijie Date: Tue, 18 Nov 2025 19:20:21 +0800 Subject: [PATCH] build(custom): build --- src/subpages/i18n/lang/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/subpages/i18n/lang/index.js b/src/subpages/i18n/lang/index.js index f527be81e..eb32ba3f9 100644 --- a/src/subpages/i18n/lang/index.js +++ b/src/subpages/i18n/lang/index.js @@ -4,6 +4,7 @@ */ // 导入国际化JSON文件 import langJSON from './index.json' + ;(function () { // 定义翻译函数 let $t = function (key, val, nameSpace) {