feat: 点击卡片跳转订阅页面

This commit is contained in:
Junhui Chen 2025-09-11 10:40:36 +08:00
parent 5e7bdb64c5
commit 135bebd0af

View File

@ -288,6 +288,9 @@ struct UserProfileModal: View {
size: "sm"
)
.padding(.horizontal, Theme.Spacing.xl)
.onTapGesture {
Router.shared.navigate(to: .subscribe)
}
}
private func fetchUserInfo() {