File tree Expand file tree Collapse file tree
macOS/APIExample/Examples/Advanced/VideoProcess Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -711,7 +711,7 @@ extension VideoProcess {
711711 let label = NSTextField ( labelWithString: makeupList [ i] [ " name " ] as? String ?? " none " )
712712 label. translatesAutoresizingMaskIntoConstraints = false
713713 label. font = NSFont . systemFont ( ofSize: 12 )
714- label. textColor = NSColor . white
714+ label. textColor = NSColor . black
715715 label. identifier = NSUserInterfaceItemIdentifier ( rawValue: " \( i + 2000 ) " )
716716
717717 // 创建水平堆栈视图
@@ -922,7 +922,7 @@ extension VideoProcess {
922922 let label = NSTextField ( labelWithString: beautyShapeList [ i] [ " name " ] as? String ?? " none " )
923923 label. translatesAutoresizingMaskIntoConstraints = false
924924 label. font = NSFont . systemFont ( ofSize: 12 )
925- label. textColor = NSColor . white
925+ label. textColor = NSColor . black
926926 label. identifier = NSUserInterfaceItemIdentifier ( rawValue: " \( i + 2000 ) " )
927927
928928 // 创建水平堆栈视图
You can’t perform that action at this time.
0 commit comments