ImageElem

data class ImageElem(val thirdUrl: String, val widthPercent: Double)(source)

富文本 - 图片属性

参考forum文档

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor(thirdUrl: String, widthPercent: Double)

Properties

Link copied to clipboard
@SerialName(value = "third_url")
val thirdUrl: String

第三方图片链接

Link copied to clipboard
@SerialName(value = "width_percent")
val widthPercent: Double

宽度比例(缩放比,在屏幕里显示的比例)