全局配置打开关闭糖果树
This commit is contained in:
@@ -142,6 +142,7 @@
|
||||
[attribute appendAttributedString:[self createNickAtrribute:attachment.data[@"nick"] uid:uid]];
|
||||
[attribute appendAttributedString:[self createTextAttribute:@"摘下糖果获得" color:[ThemeColor messageDefaultTextColor] font:kRoomMessageDefalutFont]];
|
||||
[attribute appendAttributedString:[self createTextAttribute:attachment.data[@"prizeName"] color:[ThemeColor messageTextColor] font:kRoomMessageDefalutFont]];
|
||||
[attribute appendAttributedString:[self createTextAttribute:[NSString stringWithFormat:@" x %@", attachment.data[@"prizeNum"]] color:[ThemeColor messageTextColor] font:kRoomMessageDefalutFont]];
|
||||
return attribute;
|
||||
}
|
||||
#pragma mark - 踢出房间/拉黑/下麦
|
||||
|
Reference in New Issue
Block a user