From f1ff404ddf1447553f6561e287af4f4a1801fb50 Mon Sep 17 00:00:00 2001 From: testadmin Date: Tue, 5 May 2026 23:38:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B7=AF=E5=AD=90=E7=8F=A0=E7=89=B9?= =?UTF-8?q?=E6=AE=8A=E5=9B=BE=E6=A0=87=E6=8F=8F=E8=BE=B9=E8=89=B2=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E8=B0=83=E6=9A=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 幸运6: #a03030(暗红), 龙7: #c9980a(暗黄), 熊8: #506878(灰蓝) --- src/common/js/waybill.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/js/waybill.js b/src/common/js/waybill.js index 2dcbca4c..02dc17c0 100644 --- a/src/common/js/waybill.js +++ b/src/common/js/waybill.js @@ -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){