XQMuse/Config/Themes.swift
@@ -40,6 +40,10 @@ return UIFont(name: "SourceHanSerifCN-Medium", size: fontSize) ?? .systemFont(ofSize: fontSize) } func Def_PingFang(fontSize:Double)->UIFont{ return UIFont(name: "PingFang SC", size: fontSize) ?? .systemFont(ofSize: fontSize) } // MARK: -- Color let Def_ThemeColor:UIColor = UIColor(hexStr: "#8DA178")