chore: adjust font size

This commit is contained in:
2025-01-15 13:46:56 +08:00
parent 8589951cc4
commit cc0c0f4022
1 file changed
+1 -1
@@ -47,7 +47,7 @@ class TJBGXLCommand: BaseCommand() {
override val commandNames = listOf("太几把搞笑了", "tjbgxl")
private val originImage = Resources.loadFromResourcesAsBytes("misc/tjbgxl.png")
private val font = Font("SimSun", Font.BOLD, 55)
private val font = Font("SimSun", Font.BOLD, 45)
override suspend fun executeGroup(message: GroupMessage, args: List<String>) {
try {