diff --git a/ylgamehall/Source/WebView/WebContainerViewController.swift b/ylgamehall/Source/WebView/WebContainerViewController.swift index fe940f9..94961c3 100644 --- a/ylgamehall/Source/WebView/WebContainerViewController.swift +++ b/ylgamehall/Source/WebView/WebContainerViewController.swift @@ -566,6 +566,10 @@ private final class SplashOverlay: UIView { progressView.translatesAutoresizingMaskIntoConstraints = false progressView.isHidden = true + // 与错误态主按钮("重试")配色一致,进度条用 systemBlue; + // 轨道用 .label 的 15% alpha,浅深模式自适应(浅模式淡灰、深模式淡白) + progressView.progressTintColor = .systemBlue + progressView.trackTintColor = UIColor.label.withAlphaComponent(0.15) addSubview(progressView) setupErrorContainer()