Ai和用户类型分组验证
This commit is contained in:
@@ -472,9 +472,9 @@ fun NavHostController.navigateToChat(id: String) {
|
||||
)
|
||||
}
|
||||
|
||||
fun NavHostController.navigateToChatnavigateToChatAi(id: String) {
|
||||
fun NavHostController.navigateToChatAi(id: String) {
|
||||
navigate(
|
||||
route = NavigationRoute.Chat.route
|
||||
route = NavigationRoute.ChatAi.route
|
||||
.replace("{id}", id)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user