fix: 路子珠特殊图标描边色统一调暗

幸运6: #a03030(暗红), 龙7: #c9980a(暗黄), 熊8: #506878(灰蓝)
This commit is contained in:
testadmin
2026-05-05 23:38:56 +08:00
parent 144d76ca43
commit f1ff404ddf
+3 -3
View File
@@ -275,15 +275,15 @@ function SoloPath(gameId,ctb,unit,x,y,type,corners,luck_six,dragon_seven,panda_e
if(gameId==1 && luck_six > 0){
var color='#8b1a1a', fonts="6";
ctb.strokeStyle = "#1a8c3a";
ctb.strokeStyle = "#a03030";
ctb.lineWidth = unit*0.05;
}else if(gameId==1 && dragon_seven > 0){
var color='#b8860b', fonts="7";
ctb.strokeStyle = "#d4a017";
ctb.strokeStyle = "#c9980a";
ctb.lineWidth = unit*0.05;
}else if(gameId==1 && panda_eight > 0){
var color='#34495e', fonts="8";
ctb.strokeStyle = "#1a6ed8";
ctb.strokeStyle = "#506878";
ctb.lineWidth = unit*0.05;
}else if(gameId==1){
if(type==1){