{{slotProps.userDetail.bio}}
<script>
const CHAT_PRRAMS = {
name: "//{{slotPropsUser.userDetail.domain}}",
avatar: "{{slotPropsUser.userDetail.chat_avatar_path}}"
};
(function(){
const script = document.createElement("script");
script.src = "//www.gubel.cn/js/gubel/chat_1.js?v={{Math.random()}}";
script.type = "text/javascript";
document.head.appendChild(script);
})();
</script>