This commit is contained in:
Horis
2025-11-28 17:01:47 +08:00
parent 7a7cb3e921
commit dfe8129113
@@ -1,7 +1,7 @@
package io.legado.app.data.entities.rule
data class RowUi(
var name: String,
var name: String = "",
var type: String = "text",
var action: String? = null,
var style: FlexChildStyle? = null