This commit is contained in:
kunfei 2023-01-06 19:02:57 +08:00
parent a65a2b95fd
commit f9fefde0fe

View File

@ -45,6 +45,7 @@ data class BookGroup(
&& other.cover == cover
&& other.order == order
&& other.show == show
&& other.bookSort == bookSort
}
return false
}