add:add post detail page

This commit is contained in:
2024-07-13 18:29:36 +08:00
parent 387d3cc048
commit 7a89453eb0
3 changed files with 326 additions and 1 deletions

View File

@@ -98,6 +98,9 @@ fun NavigationController(navController: NavHostController) {
composable(route="OfficialPhotographer") {
OfficialPhotographer()
}
composable(route="Post") {
PostPage()
}
}
}