AIGame
Search
K
指南
环境搭建
产品优势
API英文文档
API中文文档
UI英文文档
UI中文文档
指南
环境搭建
产品优势
API英文文档
API中文文档
UI英文文档
UI中文文档
Menu
ON THIS PAGE
const {Integer} 宽;
const {Integer} 高;
const {Integer} 边距;
const {String} 前景色;
const {String} 背景色;
QrOptions - 制作二维码配置
#
更新时间:2025-12-13 11:58:46
制作二维码配置
const {Integer} 宽;
#
宽度(默认500)
const {Integer} 高;
#
高度(默认500)
const {Integer} 边距;
#
边距(默认2)
const {String} 前景色;
#
前景颜色(默认#000000)
const {String} 背景色;
#
背景颜色(默认#FFFFFF)
ON THIS PAGE
const {Integer} 宽;
const {Integer} 高;
const {Integer} 边距;
const {String} 前景色;
const {String} 背景色;