This commit is contained in:
kunfei
2023-01-06 19:02:57 +08:00
parent 56ff8a5552
commit 8aafc999f5
@@ -45,6 +45,7 @@ data class BookGroup(
&& other.cover == cover
&& other.order == order
&& other.show == show
&& other.bookSort == bookSort
}
return false
}