From 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 22 四月 2026 18:09:58 +0800
Subject: [PATCH] 上报转运调试

---
 node_modules/@intlify/core-base/dist/core-base.mjs |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/node_modules/@intlify/core-base/dist/core-base.mjs b/node_modules/@intlify/core-base/dist/core-base.mjs
index 04bca83..2844bac 100644
--- a/node_modules/@intlify/core-base/dist/core-base.mjs
+++ b/node_modules/@intlify/core-base/dist/core-base.mjs
@@ -1,9 +1,9 @@
 /*!
-  * core-base v9.14.5
+  * core-base v9.14.4
   * (c) 2025 kazuya kawaguchi
   * Released under the MIT License.
   */
-import { getGlobalThis, isObject, hasOwn, isFunction, isString, create, isNumber, isPlainObject, assign, join, toDisplayString, isArray, incrementer, format as format$1, isPromise, isBoolean, warn, isRegExp, warnOnce, sanitizeTranslatedHtml, escapeHtml, inBrowser, mark, measure, isEmptyObject, generateCodeFrame, generateFormatCacheKey, isDate } from '@intlify/shared';
+import { getGlobalThis, isObject, hasOwn, isFunction, isString, create, isNumber, isPlainObject, assign, join, toDisplayString, isArray, incrementer, format as format$1, isPromise, isBoolean, warn, isRegExp, warnOnce, escapeHtml, inBrowser, mark, measure, isEmptyObject, generateCodeFrame, generateFormatCacheKey, isDate } from '@intlify/shared';
 import { CompileWarnCodes, CompileErrorCodes, createCompileError, detectHtmlTag, defaultOnError, baseCompile as baseCompile$1 } from '@intlify/message-compiler';
 export { CompileErrorCodes, createCompileError } from '@intlify/message-compiler';
 
@@ -733,7 +733,7 @@
  * Intlify core-base version
  * @internal
  */
-const VERSION = '9.14.5';
+const VERSION = '9.14.4';
 const NOT_REOSLVED = -1;
 const DEFAULT_LOCALE = 'en-US';
 const MISSING_RESOLVE_VALUE = '';
@@ -1270,13 +1270,9 @@
     const msgContext = createMessageContext(ctxOptions);
     const messaged = evaluateMessage(context, msg, msgContext);
     // if use post translation option, proceed it with handler
-    let ret = postTranslation
+    const ret = postTranslation
         ? postTranslation(messaged, key)
         : messaged;
-    // apply HTML sanitization for security
-    if (escapeParameter && isString(ret)) {
-        ret = sanitizeTranslatedHtml(ret);
-    }
     // NOTE: experimental !!
     if ((process.env.NODE_ENV !== 'production') || __INTLIFY_PROD_DEVTOOLS__) {
         // prettier-ignore

--
Gitblit v1.9.3