添加 Solian for Apple Watch #8

Merged
LittleSheep merged 29 commits from features/watchos-app into v3 2025-10-30 16:58:53 +00:00
Showing only changes of commit 49b15e7674 - Show all commits

View File

@@ -93,7 +93,7 @@ struct AccountView: View {
}
// Username and Handle
VStack(alignment: .leading, content: <#T##() -> View#>, spacing: 4) {
VStack(alignment: .leading, spacing: 4) {
Text(user.nick)
.font(.headline)
Text("@\(user.name)")