From 3bd962a6d7f61239c020e2dbbeb7341e5b842dd1 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期二, 21 四月 2026 11:46:41 +0800
Subject: [PATCH] 推送
---
node_modules/@intlify/core-base/dist/core-base.d.ts | 11 +----------
1 files changed, 1 insertions(+), 10 deletions(-)
diff --git a/node_modules/@intlify/core-base/dist/core-base.d.ts b/node_modules/@intlify/core-base/dist/core-base.d.ts
index f614fa5..89bde70 100644
--- a/node_modules/@intlify/core-base/dist/core-base.d.ts
+++ b/node_modules/@intlify/core-base/dist/core-base.d.ts
@@ -1182,16 +1182,7 @@
fallbackWarn?: boolean;
/**
* @remarks
- * Whether to escape parameters for list or named interpolation values.
- * When enabled, this option:
- * - Escapes HTML special characters (`<`, `>`, `"`, `'`, `&`, `/`, `=`) in interpolation parameters
- * - Sanitizes the final translated HTML to prevent XSS attacks by:
- * - Escaping dangerous characters in HTML attribute values
- * - Neutralizing event handler attributes (onclick, onerror, etc.)
- * - Disabling javascript: URLs in href, src, action, formaction, and style attributes
- *
- * @defaultValue false
- * @see [HTML Message - Using the escapeParameter option](https://vue-i18n.intlify.dev/guide/essentials/syntax.html#using-the-escapeparameter-option)
+ * Whether do escape parameter for list or named interpolation values
*/
escapeParameter?: boolean;
/**
--
Gitblit v1.9.3