Add visit web tool

Add send message tools
Update version to v1.7.0
This commit is contained in:
2025-07-11 13:08:06 +08:00
parent 6c034ab2a7
commit 89794b587e
11 changed files with 695 additions and 304 deletions

View File

@@ -23,7 +23,7 @@ object LaTeXConverter {
g2.color = Color.white
g2.fillRect(0, 0, icon.iconWidth, icon.iconHeight)
val jl = JLabel()
jl.setForeground(Color(0, 0, 0))
jl.setForeground(Color.black)
icon.paintIcon(jl, g2, 0, 0)
val stream = ByteArrayOutputStream()
ImageIO.write(image, format, stream)