fix(ios): 修复 if/else 与 VStack 闭合括号错位
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
a6c5d27e62
commit
64ee5a371f
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user