SwiftUI 富文本组件之支持显示HTML各类标签RichText (教程含源码)
import Foundation public enum colorScheme: String { case light = "light" case dark = "dark" case automatic = "automatic" } public enum fontType : String { case `default` = "default" case monospaced = "monospaced" case italic = "italic" }
import WebKit struct Webview : UIViewRepresentable { @