朱金辉 2 лет назад
Родитель
Сommit
ea47049b06
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      util/image/qr.go

+ 0 - 4
util/image/qr.go

@@ -72,10 +72,6 @@ func (q *QR) Create() (*imagick.MagickWand, error) {
 	}
 
 	qr.DisableBorder = true
-
-	qr.ForegroundColor = color.RGBA{R: 0x33, G: 0x33, B: 0x66, A: 0xff}
-	qr.BackgroundColor = color.RGBA{R: 0xef, G: 0xef, B: 0xef, A: 0xff}
-
 	qr.ForegroundColor = frontColor
 	qr.BackgroundColor = backgroundColor