杨锴
2024-11-07 62a24b3c7cf92919a93ee575e9460037e1a53816
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")