杨锴
2025-05-11 7453d2d0cef415b34323d1b91e6cfa4a6ba31178
1
2
3
4
5
6
7
8
9
10
11
12
//
//  Colors.swift
//  WanPai
//
//  Created by 杨锴 on 2023/6/7.
//
 
import UIKit
import JQTools
 
let Def_ThemeColor:UIColor = UIColor(hexStr: "#FD8802")
let Def_NavFontColor = UIColor.black.withAlphaComponent(0.8)