🐛 fix(protocol): Add 'conf' output format option and update translations

This commit is contained in:
web
2025-08-12 05:58:25 -07:00
committed by speakeloudest
parent 4a907257c6
commit 6a889e7f2d
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -74,7 +74,8 @@
"yaml": "YAML",
"json": "JSON",
"base64": "Base64",
"plain": "Plain Text"
"plain": "Plain Text",
"conf": "Config File"
},
"platforms": {
"windows": "Windows",
+2 -1
View File
@@ -74,7 +74,8 @@
"base64": "Base64",
"json": "JSON",
"plain": "纯文本",
"yaml": "YAML"
"yaml": "YAML",
"conf": "配置文件"
},
"platforms": {
"android": "Android",