Make new Auto Output mode optional

- adds entry to output data type
- adds depreciation tip
This commit is contained in:
Steve-Mcl
2022-04-21 21:20:41 +01:00
parent dbdd1b8671
commit 552408f488
9 changed files with 69 additions and 26 deletions

View File

@@ -385,7 +385,8 @@
"buffer": "Buffer",
"string": "字串",
"base64": "Base64編碼字串",
"auto": "自动检测 (已解析的JSON对象、字符串或buffer)",
"auto": "自動檢測 (字符串或buffer)",
"auto-detect": "自动检测 (已解析的JSON对象、字符串或buffer)",
"json": "解析的JSON對象"
},
"true": "是",