添加复制

This commit is contained in:
2025-11-11 15:59:19 +08:00
parent 83987db5ac
commit a1a38d821c

View File

@@ -172,6 +172,11 @@
};
[pop pop];
}else if (indexPath.row == 2){
NSString *userID = self.items[2][@"value"];
if (userID.length == 0) return;
UIPasteboard.generalPasteboard.string = userID;
[KBHUD showInfo:@"复制成功"];
}
}