Sync migrated iOS modules

This commit is contained in:
2026-06-22 15:35:12 +08:00
parent ace9c94359
commit 484566d27e
48 changed files with 4455 additions and 15 deletions

View File

@ -17,14 +17,14 @@ struct HomeRootView: View {
///
struct OrdersRootView: View {
var body: some View {
PlaceholderTabRootView(title: "订单", systemImage: "doc.text")
OrdersView()
}
}
///
struct StatisticsRootView: View {
var body: some View {
PlaceholderTabRootView(title: "数据", systemImage: "chart.bar")
StatisticsView()
}
}