邀请链接
.promo-box-wrapper{
width:100%;
display:flex;
justify-content:center;
margin:25px 0;
}
.promo-box{
width:100%;
max-width:420px;
text-align:center;
}
.promo-title{
font-size:15px;
margin-bottom:12px;
font-weight:500;
}
.promo-input{
display:flex;
align-items:center;
justify-content:center;
gap:8px;
}
.promo-label{
color:#2563eb;
font-size:14px;
font-weight:600;
white-space:nowrap;
}
.promo-input input{
flex:1;
max-width:220px;
padding:6px 8px;
border:1px solid #ddd;
border-radius:5px;
font-size:13px;
}
.promo-input button{
background:#3b82f6;
color:#fff;
border:none;
padding:6px 14px;
border-radius:5px;
cursor:pointer;
font-size:13px;
}
.promo-input button:hover{
background:#2563eb;
}
.promo-success{
margin-top:8px;
color:#16a34a;
font-size:12px;
display:none;
}
function copyPromo(){
var copyText=document.getElementById(“promo-link”);
copyText.select();
navigator.clipboard.writeText(copyText.value);
var msg=document.getElementById(“promo-success”);
msg.style.display=”block”;
setTimeout(function(){
msg.style.display=”none”;
},2000);
}
游戏介绍:天堂正向您招手;您和妻子即将启程,前往一座享乐主义的热带岛屿度假。你们将共同探索内心最狂野的欲望,其中一些甚至连你们自己都未曾察觉。本游戏采用选择式剧情,包含多条路线,涵盖“被睡”、“睡人”及“后宫”等内容。

变更日志:v0.5.5修复了拼写错误/漏洞/对话不匹配问题对派对流程进行了一些小调整。新增了显示派对时间变化的图形。当月亮运行到另一侧时,派对就即将结束。
评论0