backup: 线上最终版本全量备份

包含所有线上运行的改动:
- 荷官端倒计时卡顿修复(CountdownService TTL+10/前端watchdog)
- 停止下注debounce防重复(8个handle.js)
- 洗码量规则重写(单边/双边/开和不计/百家乐+龙虎)
- 龙虎和局不杀庄闲(全额退回)
- 日志系统(Logger工具类/日志查看/清理脚本)
- 好路提醒异常处理(WaybillRemindService try-catch)
- 扫牌器连接改进(ScanConnectService)
- 牛牛/三卡开牌修复
- .gitignore更新/.DS_Store清理
This commit is contained in:
OG Backup
2026-06-14 14:20:43 +08:00
parent 728ce45856
commit 2cd31285f0
78 changed files with 2407 additions and 538 deletions
+60 -25
View File
@@ -419,11 +419,11 @@ margin-left: 0;
}
.table-data .title li strong{
font-weight: 600;
font-size: 18px;
font-size: 13px;
text-shadow: 0px 1px 0px #fff;
}
.table-data .title li small{
font-size: 12px;
font-size: 10px;
font-weight: 500;
}
@@ -434,9 +434,10 @@ margin-left: 0;
text-align: center;
margin: 0 auto;
border-radius: 2px;
margin-top: 0.8vh;
line-height: 3vh;
margin-top: 0.3vh;
line-height: 2.2vh;
font-weight: 500;
font-size: 13px;
-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3) inset;
-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3) inset;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3) inset;
@@ -452,10 +453,50 @@ margin-left: 0;
.countdown{ display: none !important; }
.countdown .num{ display: none !important; }
.result-box{ display: none !important; }
.bottom-row{
display: flex;
width: 100%;
gap: 4px;
}
.table-data .limit-box{
width: 95%;
flex: 1;
padding: 0 2.5%;
}
.result-area{
width: 40%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 12vh;
background: rgba(0,0,0,0.15);
border-radius: 6px;
padding: 4px;
}
.result-area-timer{
font-size: 4vw;
font-weight: bold;
color: #fff;
text-align: center;
background: rgba(0,0,0,0.6);
border-radius: 50%;
width: 7vw;
height: 7vw;
line-height: 7vw;
margin-bottom: 6px;
display: none;
}
.result-area-img{
text-align: center;
}
.result-area-img img{
max-width: 100%;
max-height: 14vh;
}
.table-data .lan-box{
@@ -471,12 +512,12 @@ margin-left: 0;
font-weight: 600;
}
.limit-box .list{
padding: 0.6vh 0;
padding: 1vh 0;
padding-left: 50px;
position: relative;
font-size: 14px;
font-size: 16px;
color: #3c180a;
line-height: 3vh;
line-height: 3.5vh;
font-weight: 500;
}
@@ -674,16 +715,17 @@ margin-left: 0;
.countdown{ z-index: 999;
position:absolute;
display: none;
top: 28%;
left: 37%;
position:fixed;
display: none !important;
bottom: 22vh;
right: 1vw;
left: auto;
}
.countdown .grab-count{
background: url(../img/count.png) no-repeat;
background-size: 100% 100%;
width: 27vw;
height: 27vw;
width: 6vw;
height: 6vw;
}
.round-txt-item { position: absolute;width: 100%; top:0; }
.top-sec .count-active{animation: myMove1 6s 0s linear infinite;}
@@ -711,13 +753,13 @@ margin-left: 0;
.countdown .num{
font-size: 13vw;
font-size: 3vw;
position: absolute;
font-weight: 500;
z-index: 999;
text-align: center;
text-shadow: 0px 1px 0px #555;
line-height: 27vw;
line-height: 6vw;
color: #eee;
border-radius: 50%;
background-color: rgba(0,0,0,0.5);
@@ -782,16 +824,9 @@ margin-left: 0;
}
/*结果弹窗*/
/*结果弹窗 - 隐藏原始大 overlay,结果在右侧面板 .result-area 显示*/
.result-box{
position: fixed;
z-index: 1000;
top: 40%;
left: 40%;
width: 320px;
/* -webkit-animation: bounceIn .5s 0s ease both;
-moz-animation: bounceIn .5s 0s ease both;*/
display: none !important;
}
.result-box.blink{
+52 -26
View File
@@ -288,8 +288,6 @@ body{
.canvas-box canvas{
background: #fff;
width: 100%;
height: 100%;
display: block;
}
@@ -585,13 +583,12 @@ body{
.countdown{
display: none;
position: absolute;
position: fixed;
z-index: 999;
width: 210px;
height: 210px;
/*background: rgba(21, 34, 34, 0.71);*/
bottom: 5px;
right: 5px;
width: 70px;
height: 70px;
bottom: 22vh;
right: 1vw;
}
.countdown .roll{
position: absolute;
@@ -611,12 +608,12 @@ body{
.countdown .num{
color: #fff;
font-size: 60px;
font-size: 28px;
position: relative;
font-weight: 500;
z-index: 999;
text-align: center;
line-height: 210px;
line-height: 80px;
text-shadow: 0px 1px 0px #555;
}
@@ -1051,28 +1048,57 @@ body{
}
.countdown{
/*background: url(../new_img/countdown.png) no-repeat center center;*/
height: 100vh;
width: 60%;
overflow: hidden;
-webkit-background-size: 100%;
background-size: 100%;
position:absolute;
float: left;
display: block;
opacity: 0;
margin-left: 1vw;
top:50%;
display: none !important;
}
.countdown .num{
line-height: 60vh;
font-size: 60vh;
color: #000000;
opacity: 0.4;
display: none !important;
}
.result-box{
display: none !important;
}
.bottom-row{
display: flex;
width: 100%;
gap: 4px;
}
.table-data .limit-box{
flex: 1;
padding: 0 2.5%;
}
.result-area{
width: 40%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 12vh;
background: rgba(0,0,0,0.15);
border-radius: 6px;
padding: 4px;
}
.result-area-timer{
font-size: 4vw;
font-weight: bold;
color: #fff;
text-align: center;
background: rgba(0,0,0,0.6);
border-radius: 50%;
width: 7vw;
height: 7vw;
line-height: 7vw;
margin-bottom: 6px;
display: none;
}
.result-area-img{
text-align: center;
}
.result-area-img img{
max-width: 100%;
max-height: 14vh;
}
.section .head .box .list .date span{
margin-right: 10px;