瀏覽代碼

添加快慢速要用的不同配色值

jsonwang 3 年之前
父節點
當前提交
2646f72c73
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13 0
      BFCommonKit/Classes/BFConfig/PQBFConfig.swift

+ 13 - 0
BFCommonKit/Classes/BFConfig/PQBFConfig.swift

@@ -52,6 +52,19 @@ 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 appInfo: WXApiInfo?