更新记录
1.0.1(2025-03-25)
测试提交新版本
1.0.0(2025-03-24)
uniappx支持
1.3(2024-07-08)
修改支持版本
查看更多平台兼容性
uni-app x
Chrome | Safari | Android | iOS | 鸿蒙 | 微信小程序 |
---|---|---|---|---|---|
- | - | 5.0 | × | × | × |
zwonb-scan
开发文档
import { scan } from '@/uni_modules/zwonb-scan'
scan((result : string) => {
console.log(result);
}, (msg : string) => {
console.log(msg);
})