feat(scan): 添加优博讯扫码广播配置

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
郭鸿轩 2026-09-02 10:41:21 +08:00
parent 02f192cac6
commit 26ff443107

View File

@ -48,6 +48,13 @@ export default {
dataKey: 'data',
needSetup: false
},
{
brand: 'urovo',
name: '优博讯',
action: 'android.intent.ACTION_DECODE_DATA',
dataKey: 'barcode_string',
needSetup: false
},
{ ...PHONE_SCAN_CONFIG },
];
},