chore: set background color

This commit is contained in:
2024-09-17 12:33:02 +08:00
parent 1d5326e993
commit a544a5aa06
1 file changed
+1 -1
@@ -26,7 +26,7 @@ class DomainPriceCommand : BaseCommand() {
private val canvasWidth = 300 private val canvasWidth = 300
private val canvasHeight = 200 private val canvasHeight = 200
private val backgroundColor = Color(255, 250, 205) private val backgroundColor = Color(255, 250, 200)
private val secondLayerColor = Color(240, 255, 240) private val secondLayerColor = Color(240, 255, 240)
private val textColor = Color.BLACK private val textColor = Color.BLACK
private val domainApi = "https://dnspod.cloud.tencent.com" private val domainApi = "https://dnspod.cloud.tencent.com"