feat(ios): IOS-M1-07 设置页分组补全

- 新增「关于知习」分组标题

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
wangdl 2026-05-29 19:54:07 +08:00
parent dd97470e04
commit ab7f772072

View File

@ -99,6 +99,7 @@ struct SettingsView: View {
Text("退出后需要重新登录") Text("退出后需要重新登录")
} }
sectionHeader("关于知习")
HStack(spacing: 4) { HStack(spacing: 4) {
Text("知习 v1.0").font(.system(size: 12)).foregroundColor(Color.zxF03) Text("知习 v1.0").font(.system(size: 12)).foregroundColor(Color.zxF03)
}.padding(.bottom, 100) }.padding(.bottom, 100)