页面uodate

This commit is contained in:
2024-01-26 17:52:25 +08:00
parent 6f7f8deda1
commit fdc1b1c18f
10 changed files with 161 additions and 46 deletions

View File

@@ -9,7 +9,9 @@ import SwiftUI
struct MallView: View {
var body: some View {
Text("Mall Page")
ZStack(alignment: .topLeading) {
Text("Mall")
}
}
}