From 12472e2607ca7f5ff1d743b710a97d8649563449 Mon Sep 17 00:00:00 2001 From: testadmin Date: Wed, 13 May 2026 18:41:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=BE=997=E7=BA=A2=E5=9C=88=E5=8A=A0?= =?UTF-8?q?=E7=B2=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/waybill.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/js/waybill.js b/src/assets/js/waybill.js index c861efbd..8f310963 100644 --- a/src/assets/js/waybill.js +++ b/src/assets/js/waybill.js @@ -998,7 +998,7 @@ function SoloPath(gameId, ctb, unit, x, y, type, corners, luck_six, dragon_seven if (gameId == 1 && luck_six > 0) { color = "#8b1a1a"; fonts = "6"; ctb.strokeStyle = "#a03030"; ctb.lineWidth = unit * 0.05 } else if (gameId == 1 && dragon_seven > 0) { - color = "#b8860b"; fonts = "7"; ctb.strokeStyle = "#ff2202"; ctb.lineWidth = unit * 0.05 + color = "#b8860b"; fonts = "7"; ctb.strokeStyle = "#ff2202"; ctb.lineWidth = unit * 0.08 } else if (gameId == 1 && panda_eight > 0) { color = "#34495e"; fonts = "8"; ctb.strokeStyle = "#506878"; ctb.lineWidth = unit * 0.05 } else