优化段落样式API
API
Changed:
AttributedString.Attribute:
old:
public static func paragraph(_ value: [ParagraphStyle]) -> Self
new:
public static func paragraph(with value: [ParagraphStyle]) -> Self
AttributedString.Attribute:
old:
public static func paragraph(_ value: [ParagraphStyle]) -> Self
new:
public static func paragraph(with value: [ParagraphStyle]) -> Self