From 64520cabfb3b793ac8df0e799791fbe5bc12e56c Mon Sep 17 00:00:00 2001 From: testadmin Date: Wed, 13 May 2026 16:10:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=BE=997=E8=B7=AF=E5=AD=90=E7=8F=A0?= =?UTF-8?q?=E6=8F=8F=E8=BE=B9=E6=94=B9=E7=BA=A2=E8=89=B2=E5=9C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/waybill.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/js/waybill.js b/src/assets/js/waybill.js index f1b5ca28..c861efbd 100644 --- a/src/assets/js/waybill.js +++ b/src/assets/js/waybill.js @@ -996,11 +996,11 @@ function SoloPath(gameId, ctb, unit, x, y, type, corners, luck_six, dragon_seven const $lang = $store.state.config.$lang let color, fonts if (gameId == 1 && luck_six > 0) { - color = "#8b1a1a"; fonts = "6"; ctb.lineWidth = unit * 0.05 + color = "#8b1a1a"; fonts = "6"; ctb.strokeStyle = "#a03030"; ctb.lineWidth = unit * 0.05 } else if (gameId == 1 && dragon_seven > 0) { - color = "#b8860b"; fonts = "7"; ctb.lineWidth = unit * 0.05 + color = "#b8860b"; fonts = "7"; ctb.strokeStyle = "#ff2202"; ctb.lineWidth = unit * 0.05 } else if (gameId == 1 && panda_eight > 0) { - color = "#34495e"; fonts = "8"; ctb.lineWidth = unit * 0.05 + color = "#34495e"; fonts = "8"; ctb.strokeStyle = "#506878"; ctb.lineWidth = unit * 0.05 } else switch (gameId) { case 1: