This commit is contained in:
anlicheng 2026-01-19 12:14:21 +08:00
parent db64e3a128
commit efa14a3071

View File

@ -23,7 +23,7 @@ struct SettingsView: View {
.border(Color.red)
} detail: {
Group {
VStack(alignment: .leading, spacing: 0) {
switch self.state.currentMeun {
case .accout:
SettingsAccountView(state: self.state)
@ -36,6 +36,7 @@ struct SettingsView: View {
case .about:
SettingsAboutView()
}
Spacer()
}
.padding()
.frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .topLeading)