refactor(qrCode): 优化二维码解析功能

- 将'二维码转 URL'改为'二维码转文本'
- 将解析结果的文本预览框的 placeholder 置为空
- 去除手动解析二维码功能,只保留自动解析
This commit is contained in:
雨霖铃
2026-05-21 00:22:47 +08:00
parent 4b339fc628
commit e4fac241f1
3 changed files with 6 additions and 20 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
"generateMode": "Generate QR Code",
"parseMode": "Parse QR Code",
"urlToQr": "URL to QR Code",
"qrToUrl": "QR Code to URL",
"urlToQr": "Text to QR Code",
"qrToUrl": "QR Code to Text",
"urlInputLabel": "Enter URL or Text",
"urlInputPlaceholder": "Enter URL or text content, QR code will be generated automatically",