mirror of
https://github.com/X1a0He/Adobe-Downloader.git
synced 2025-11-25 11:18:53 +08:00
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:
@@ -128,7 +128,7 @@ struct ContentView: View {
|
||||
description: Text("尝试使用不同的搜索关键词")
|
||||
)
|
||||
} else {
|
||||
ScrollView {
|
||||
ScrollView(showsIndicators: false) {
|
||||
LazyVGrid(
|
||||
columns: [GridItem(.adaptive(minimum: 250))],
|
||||
spacing: 20
|
||||
|
||||
Reference in New Issue
Block a user