From 0a0e64347166796cf42ac6a8ee08b27082f36c02 Mon Sep 17 00:00:00 2001 From: sight <26325820+Sight-wcg@users.noreply.github.com> Date: Wed, 11 Jun 2025 17:57:22 +0800 Subject: [PATCH] =?UTF-8?q?chore(i18n):=20=E4=BC=98=E5=8C=96=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/i18n.js b/src/modules/i18n.js index 413dfb0b..718a3afb 100644 --- a/src/modules/i18n.js +++ b/src/modules/i18n.js @@ -230,7 +230,7 @@ layui.define('lay', function(exports) { * * @internal * @param {string} key 要翻译的键 - * @param {Record | any[] | ...any} [args] 可选的占位符替换参数: + * @param {any[]} [args] 可选的占位符替换参数: * - 对象形式:用于替换 `{key}` 形式的占位符; * - 数组形式:用于替换 `{0}`, `{1}` 等占位符; * - 可变参数:用于替换 `{0}`, `{1}` 等占位符。