.tqd-update-wrap{
max-width:480px;margin:40px auto;padding:24px 20px;
font-family:-apple-system,BlinkMacSystemFont,”Segoe UI”,sans-serif;
text-align:center;
}
.tqd-update-icon{font-size:56px;margin-bottom:16px;}
.tqd-update-title{font-size:22px;font-weight:800;color:#111;margin:0 0 10px;}
.tqd-update-body{font-size:15px;color:#555;line-height:1.6;margin:0 0 28px;}
.tqd-update-btn{
display:inline-flex;align-items:center;gap:10px;
background:#01875f;color:#fff;text-decoration:none;
font-size:16px;font-weight:700;padding:14px 28px;
border-radius:50px;
}
.tqd-update-btn:hover{background:#016b4d;color:#fff;}
.tqd-update-note{margin-top:18px;font-size:13px;color:#888;}
🔄
Phiên bản mới đã có!
Chúng tôi vừa phát hành bản cập nhật khắc phục lỗi mất ô nhập chat.
Cập nhật ngay để nhắn tin bình thường trở lại.
Cập nhật trên Google Play
Miễn phí · Tìm Quanh Đây
// Tự động redirect sang Play Store sau 1.5 giây nếu user không tap nút
setTimeout(function() {
window.location.href = ‘https://play.google.com/store/apps/details?id=com.timquanhday.app’;
}, 1500);