From a544a5aa06a6d2ffdbf9b7ca55a9d4bf14f8d65a Mon Sep 17 00:00:00 2001 From: RTAkland Date: Tue, 17 Sep 2024 12:33:02 +0800 Subject: [PATCH] chore: set background color --- .../cn/rtast/fancybot/commands/lookup/DomainPriceCommand.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/cn/rtast/fancybot/commands/lookup/DomainPriceCommand.kt b/src/main/kotlin/cn/rtast/fancybot/commands/lookup/DomainPriceCommand.kt index e827314..98c6e65 100644 --- a/src/main/kotlin/cn/rtast/fancybot/commands/lookup/DomainPriceCommand.kt +++ b/src/main/kotlin/cn/rtast/fancybot/commands/lookup/DomainPriceCommand.kt @@ -26,7 +26,7 @@ class DomainPriceCommand : BaseCommand() { private val canvasWidth = 300 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 textColor = Color.BLACK private val domainApi = "https://dnspod.cloud.tencent.com"