-
NavigationLink 隐藏 右侧箭头
//隐藏箭头
Text("The cell").background(
NavigationLink(destination: {
Text("The Detail")
}, label: {
})//.opacity(0)
)