-
Notifications
You must be signed in to change notification settings - Fork 64
王天磊 edited this page Nov 26, 2019
·
7 revisions
The more info at here, we can apply it by email for free.
We have a brief summary of it, the link -> Puppet Comparison.
Welcome contribute to add more FAQ infos for the developers.
//modify the small:true to small:false
bot.on('scan', (qrcode) => {
generate(qrcode, {
small: true
})
//changed
bot.on('scan', (qrcode) => {
generate(qrcode, {
small: false
})
Open the file tsconfig.json, check the compilation environment, and change Es5 to ES6