|
@@ -52,6 +52,22 @@ public class PQBFConfig: NSObject {
|
|
|
// 裁剪主题色
|
|
|
public var hiddenMusicMask: Bool = true
|
|
|
public var otherTintColor: UIColor = UIColor(red: 242.0 / 255.0, green: 242.0 / 255.0, blue: 242.0 / 255.0, alpha: 1)
|
|
|
+
|
|
|
+ //划块使用的图片名 add by ak
|
|
|
+ public var silderPinUsedImageName = "sliderTHBPin"
|
|
|
+ //闪音卡点编辑区未选择中状态颜色 add by ak
|
|
|
+ public var pointEditNamalBackgroundColor = UIColor.hexColor(hexadecimal: "#F9F9F9")
|
|
|
+
|
|
|
+ //三个模式 btn 高亮和默认图的文件名
|
|
|
+ public var onlyMusicBtnImage_N = "onlyMusic_n"
|
|
|
+ public var onlyMusicBtnImage_H = "onlyMusic_h"
|
|
|
+ public var jumpPointBtnImage_N = "jumpPoint_n"
|
|
|
+ public var jumpPointBtnImage_H = "jumpPoint_h"
|
|
|
+ public var speedStuckBtnImage_N = "speedstuck_n"
|
|
|
+ public var speedStuckBtnImage_H = "speedstuck_h"
|
|
|
+
|
|
|
+ //闪音卡点发布分享朋友圈使用图片名
|
|
|
+ public var shareFriendBtnImage = "reCreate_opration_friend"
|
|
|
|
|
|
// 微信登陆信息
|
|
|
// public var appInfo: WXApiInfo?
|