zhi-common
Advanced tools
Comparing version 1.24.3 to 1.24.4
@@ -76,3 +76,10 @@ /** | ||
static getFirstLetters(pinyin: string): string; | ||
/** | ||
* 将包含Unicode编码的字符转换为中文 | ||
* | ||
* @param {string} str - 要处理的字符串 | ||
* @returns {string} - 转换后的字符串 | ||
*/ | ||
static decodeUnicodeToChinese(str: string): string; | ||
} | ||
export default StrUtil; |
{ | ||
"name": "zhi-common", | ||
"version": "1.24.2", | ||
"version": "1.24.3", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "a collection of util tools", |
{ | ||
"name": "zhi-common", | ||
"version": "1.24.3", | ||
"version": "1.24.4", | ||
"type": "module", | ||
@@ -22,5 +22,5 @@ "description": "a collection of util tools", | ||
"@types/js-yaml": "^4.0.5", | ||
"@terwer/eslint-config-custom": "1.3.6", | ||
"@terwer/tsconfig": "0.0.7", | ||
"@terwer/vite-config-custom": "0.7.6", | ||
"@terwer/eslint-config-custom": "1.3.6" | ||
"@terwer/vite-config-custom": "0.7.6" | ||
}, | ||
@@ -27,0 +27,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
867434
10156