修复界面问题

This commit is contained in:
HapeLee
2025-10-19 17:32:52 +08:00
parent ff3c9d35bb
commit 91ebe9f164
2 changed files with 2 additions and 0 deletions
@@ -324,6 +324,7 @@ class BookshelfFragment2() : BaseBookshelfFragment(R.layout.fragment_bookshelf2)
val intent = Intent(requireContext(), BookInfoActivity::class.java).apply {
putExtra("name", item.name)
putExtra("author", item.author)
putExtra("bookUrl", item.bookUrl)
putExtra("transitionName", "book_${item.bookUrl}") // 给共享元素唯一标识
}