Fix: Fixed the 182 code error that occurred during installation. The current version can download non-Acrobat products normally and install them normally on the system.

This commit is contained in:
X1a0He
2024-11-04 17:40:01 +08:00
parent ef3440f885
commit 82e3011450
13 changed files with 286 additions and 136 deletions

View File

@@ -128,7 +128,7 @@ struct ContentView: View {
description: Text("尝试使用不同的搜索关键词")
)
} else {
ScrollView {
ScrollView(showsIndicators: false) {
LazyVGrid(
columns: [GridItem(.adaptive(minimum: 250))],
spacing: 20