fix(ios): 修复 if/else 与 VStack 闭合括号错位

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
wangdl 2026-05-28 20:46:30 +08:00
parent a6c5d27e62
commit 64ee5a371f

View File

@ -189,7 +189,7 @@ struct LibraryDetailPage: View {
if viewModel.hasMore { if viewModel.hasMore {
ZXLoadMoreFooter { await viewModel.loadMore(knowledgeBaseId: knowledgeBaseId) } ZXLoadMoreFooter { await viewModel.loadMore(knowledgeBaseId: knowledgeBaseId) }
} }
}.padding(.horizontal, 20).padding(.bottom, 80) }
} else { } else {
// Tab // Tab
if isLoadingSources { if isLoadingSources {