房间排名和首页搜索房间

This commit is contained in:
liyuhua
2024-03-22 11:54:23 +08:00
parent 56b6f40526
commit 6c2c5d586a
66 changed files with 1644 additions and 114 deletions

View File

@@ -25,6 +25,7 @@ let H5_URL = "http://beta.h5.ymlive.fun"
extension UIFont{
static func getScaleFont(ofSize:CGFloat,weight:Weight)->UIFont{
return UIFont.systemFont(ofSize: UIDevice.scaleWidth(width: ofSize), weight: weight)