CID-FUNNY-登录
**CID 主题登录系统** 🎬🔐
该项目提供了一个有趣的 CID 主题登录系统,用户成功登录后可以观看标志性的 CID meme 视频。它通过在整个应用程序中集成 CID 主题元素,提供独特且引人入胜的用户体验。
特征
开发者
预定义凭证
身份验证和视频播放
更改特定视频的身份验证
根据身份验证播放不同的视频:
const auth = 1; // or 0
if (auth === 1) {
fullScreenVideo.src = '2.mp4'; // Path to video for auth = 1
} else {
fullScreenVideo.src = '1.mp4'; // Path to video for auth = 0
}执行
自定义弹出警报
Swal.fire({
text: 'Please fill out all fields!',
position: 'top-end',
timerProgressBar: true,
showConfirmButton: false,
width: '250px',
timer: 3000,
backdrop: false
});全屏视频播放
fullScreenVideo.addEventListener('ended', function() {
stopAllAudio();
window.location.href = 'login.html';
});享受以 CID 为主题的登录系统,并通过标志性的 CID 时刻增强应用程序的用户参与度!🎉🔐