fix: some color logging
This commit is contained in:
parent
9a3f9c6de2
commit
fd39c4f391
3 changed files with 6 additions and 1 deletions
|
@ -64,7 +64,7 @@ class AniMarkdown { //istg anilist has the worst api
|
|||
val basicHtml = getBasicAniHTML(html)
|
||||
|
||||
|
||||
return """
|
||||
val returnHtml = """
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, charset=UTF-8">
|
||||
|
@ -95,6 +95,8 @@ class AniMarkdown { //istg anilist has the worst api
|
|||
</body>
|
||||
|
||||
""".trimIndent()
|
||||
Logger.log(returnHtml)
|
||||
return returnHtml
|
||||
}
|
||||
}
|
||||
}
|
|
@ -91,6 +91,7 @@ class ColorEditor {
|
|||
base += "${Color.green(this)}, "
|
||||
base += "${Color.blue(this)}, "
|
||||
base += "${Color.alpha(this) / 255.0})"
|
||||
Logger.log("Color: $base")
|
||||
return base
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue