xw-devtool-cli 1.0.11 → 1.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -143,7 +143,9 @@ h. Emoji Picker
143
143
 
144
144
  ### 7. Unicode 编码/解码
145
145
  - 选择 `7` 进入。
146
- - **Encode**: 将文本转换为 Unicode 转义序列 (如 `\u4F60\u597D`)。
146
+ - **Encode**: 将文本转换为 Unicode 转义序列。支持两种模式:
147
+ - **Non-ASCII Only**: 仅编码中文、符号等非 ASCII 字符 (推荐,保留英文可读性)。
148
+ - **All Characters**: 编码所有字符 (包括英文字母)。
147
149
  - **Decode**: 将 Unicode 转义序列还原为文本。
148
150
  - 结果自动复制到剪贴板。
149
151
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xw-devtool-cli",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "type": "module",
5
5
  "description": "基于node的开发者助手cli",
6
6
  "main": "index.js",