# QRcode **Repository Path**: sking_monie/qrcode ## Basic Information - **Project Name**: QRcode - **Description**: 一些个性二维码生成 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-10 - **Last Updated**: 2023-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 默认二维码参数 --- | 参数 | 值 | 描述 | | :-----------: | :-----------------------------: | :--------------: | | link | String | 链接地址或字符串 | | correctLevel | 0-15% 1-7% 2-30% 3-25% | 容错率 | | pointStyle | 0-矩形 1-圆形 2-随机 | 信息点样式 | | zoom | 0-100 | 信息点缩放 | | transparent | 0-100 | 信息点透明度 | | positionStyle | 0-矩形 1-圆形 2-行星 3-圆角矩形 | 定位点样式 | | pointColor | #000 / rgb(0,0,0) | 信息点颜色 | | positionColor | #000 / rgb(0,0,0) | 定位点颜色 | | enabled | 0,1 | 是否显示icon | | icon | String | ICON地址 | | scale | 22 | icon大小 | ## 气泡二维码参数 --- | 参数 | 值 | 描述 | | :-----------: | :--------------------: | :--------------: | | link | String | 链接地址或字符串 | | correctLevel | 0-15% 1-7% 2-30% 3-25% | 容错率 | | pointColor | #000 / rgb(0,0,0) | 信息点颜色 | | positionColor | #000 / rgb(0,0,0) | 定位点颜色 | | enabled | 0,1 | 是否显示icon | | icon | String | ICON地址 | | scale | 22 | icon大小 | ## 点干扰二维码 --- | 参数 | 值 | 描述 | | :-----------: | :-----------------------------: | :--------------: | | link | String | 链接地址或字符串 | | correctLevel | 0-15% 1-7% 2-30% 3-25% | 容错率 | | pointStyle | 0-矩形 1-圆形 | 信息点样式 | | positionStyle | A、B | 点干扰函数 | | transparent | 0-100 | 信息点透明度 | | positionStyle | 0-矩形 1-圆形 2-行星 3-圆角矩形 | 定位点样式 | | pointColor | #000 / rgb(0,0,0) | 信息点颜色 | | pointColor2 | #000 / rgb(0,0,0) | 信息点颜色2 | | positionColor | #000 / rgb(0,0,0) | 定位点颜色 | | enabled | 0,1 | 是否显示icon | | icon | String | ICON地址 | | scale | 22 | icon大小 |