Commit 22da11d4abbdb4310c3d30d0aa25c7eb53605a58
1 parent
b22497d6
no message
Showing
4 changed files
with
24 additions
and
2 deletions
CNLiveMineModule/Assets/CNLiveMineModule.xcassets/mine_home_box.imageset/Contents.json
0 → 100644
| 1 | +{ | |
| 2 | + "images" : [ | |
| 3 | + { | |
| 4 | + "idiom" : "universal", | |
| 5 | + "scale" : "1x" | |
| 6 | + }, | |
| 7 | + { | |
| 8 | + "idiom" : "universal", | |
| 9 | + "filename" : "mine_home_box@2x.png", | |
| 10 | + "scale" : "2x" | |
| 11 | + }, | |
| 12 | + { | |
| 13 | + "idiom" : "universal", | |
| 14 | + "filename" : "mine_home_box@3x.png", | |
| 15 | + "scale" : "3x" | |
| 16 | + } | |
| 17 | + ], | |
| 18 | + "info" : { | |
| 19 | + "version" : 1, | |
| 20 | + "author" : "xcode" | |
| 21 | + } | |
| 22 | +} | |
| 0 | 23 | \ No newline at end of file | ... | ... |
CNLiveMineModule/Assets/CNLiveMineModule.xcassets/mine_home_box.imageset/mine_home_box@2x.png
0 → 100644
2.04 KB
CNLiveMineModule/Assets/CNLiveMineModule.xcassets/mine_home_box.imageset/mine_home_box@3x.png
0 → 100644
4.25 KB
CNLiveMineModule/Classes/Controller/CNLiveMineController.m
| ... | ... | @@ -43,8 +43,8 @@ static const NSInteger kHEIGHT = 250; |
| 43 | 43 | @"name":@"常用工具", |
| 44 | 44 | @"style":@"2", |
| 45 | 45 | @"margin":@"10", |
| 46 | - @"titles": @[@"收货地址", @"补贴余额", @"我的收藏",@"发布记录",@"邀请好友",@"设置",@"路径工具"], | |
| 47 | - @"images":@[@"mine_address",@"mine_card",@"mine_like",@"mine_release",@"mine_invitation",@"mine_set",@"mine_tool_map"] | |
| 46 | + @"titles": @[@"收货地址", @"补贴余额", @"我的收藏",@"发布记录",@"邀请好友",@"设置",@"路径工具",@"小家音响"], | |
| 47 | + @"images":@[@"mine_address",@"mine_card",@"mine_like",@"mine_release",@"mine_invitation",@"mine_set",@"mine_tool_map",@"mine_home_box"] | |
| 48 | 48 | }, |
| 49 | 49 | @{ |
| 50 | 50 | @"name":@"购买的商品", | ... | ... |