| | |
| | | case level_9 = 9 |
| | | case level_10 = 10 |
| | | |
| | | static var sunAni:String{ |
| | | get{ |
| | | return "https://xqgwzh.obs.cn-south-1.myhuaweicloud.com/1744626206206sunshine.png" |
| | | } |
| | | } |
| | | |
| | | var aniResource:String{ |
| | | switch self { |
| | | case .level_1:return "apngb-animated-level-1" |
| | |
| | | } |
| | | } |
| | | |
| | | var aniResourceUrl:String{ |
| | | switch self { |
| | | case .level_1:return "https://xqgwzh.obs.cn-south-1.myhuaweicloud.com/1744625964828apngb_level_1.png" |
| | | case .level_2:return "https://xqgwzh.obs.cn-south-1.myhuaweicloud.com/1744625964828apngb_level_2.png" |
| | | case .level_3:return "https://xqgwzh.obs.cn-south-1.myhuaweicloud.com/1744625964828apngb_level_3.png" |
| | | case .level_4:return "https://xqgwzh.obs.cn-south-1.myhuaweicloud.com/1744625964828apngb_level_4.png" |
| | | case .level_5:return "https://xqgwzh.obs.cn-south-1.myhuaweicloud.com/1744625964828apngb_level_5.png" |
| | | case .level_6:return "https://xqgwzh.obs.cn-south-1.myhuaweicloud.com/1744625964828apngb_level_6.png" |
| | | case .level_7:return "https://xqgwzh.obs.cn-south-1.myhuaweicloud.com/1744625964828apngb_level_7.png" |
| | | case .level_8:return "https://xqgwzh.obs.cn-south-1.myhuaweicloud.com/1744625964828apngb_level_8.png" |
| | | case .level_9:return "https://xqgwzh.obs.cn-south-1.myhuaweicloud.com/1744625964828apngb_level_9.png" |
| | | case .level_10:return "https://xqgwzh.obs.cn-south-1.myhuaweicloud.com/1744625964828apngb_level_10.png" |
| | | } |
| | | } |
| | | |
| | | |
| | | var staticDroopResource:String{ |
| | | switch self { |
| | | case .level_1:return "static-level-1" |