WXL
3 天以前 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7
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;
    /**