这是正文,哈哈哈哈, 换了一行?
换了一行
强调!正文加粗
沙发沙发
烦烦烦方
水水水水
55dsfsdf
手动阀手动阀
哈哈哈哈哈啊哈
图片标题
小明 | 大明 | 姚明 |
---|---|---|
1 | 2.4 | 4.5 |
340 | 33.5 | 2.00 |
134 | 3 | 4.32 |
这是一个markdown使用方法的链接
export struct DiscussMyCell {
@ObjectLink chatMsg: ChatMsg
onLikeClicked?:(liked: boolean)=>void
onCommentClicked?:()=>void
onPlayVoice?:(comment: DiscussComment)=>void
}
public class Hello{
public static void main(String[] args){
System.out.print("Hello world");
}
}
fun createOfflinePushInfo(context: Context): OfflinePushInfo {
val pushInfo = OfflinePushInfo()
pushInfo.title = if (TUILogin.getNickName().isNullOrEmpty()) TUILogin.getLoginUser() else TUILogin.getNickName()
pushInfo.desc = context.getString(R.string.tuicallkit_have_a_new_call)
//OPPO must set a ChannelID to receive push messages. If you set it on the console, you don't need set here.
//IOS push type, if you want use VoIP, please modify type to TUICallDefine.IOSOfflinePushType.VoIP
pushInfo.iosPushType = TUICallDefine.IOSOfflinePushType.APNs
return pushInfo
}
本文章使用limfx的vscode插件快速发布