All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.loli.html.CssUtil.kt Maven / Gradle / Ivy

The newest version!
package org.loli.html

/**
 * css相关
 * @author goodzhu
 */
internal object CssUtil {
    /**
     * 表格的css
     */
    val CSS_TABLE = """
                
    """.trimIndent()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy