From 1b59c9781338ce616e566e3ed39a4b7ac72df0f1 Mon Sep 17 00:00:00 2001 From: testadmin Date: Tue, 5 May 2026 22:38:47 +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=E9=A2=9C=E8=89=B2=E8=B0=83=E6=95=B4?= =?UTF-8?q?=EF=BC=88=E6=9A=97=E7=BA=A26/=E6=9A=97=E9=BB=847/=E5=A2=A8?= =?UTF-8?q?=E8=93=9D8=EF=BC=89?= 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 cff8b3bf..f1b5ca28 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 = "#1a8c3a"; fonts = "6"; ctb.lineWidth = unit * 0.05 + color = "#8b1a1a"; fonts = "6"; ctb.lineWidth = unit * 0.05 } else if (gameId == 1 && dragon_seven > 0) { - color = "#d4a017"; fonts = "7"; ctb.lineWidth = unit * 0.05 + color = "#b8860b"; fonts = "7"; ctb.lineWidth = unit * 0.05 } else if (gameId == 1 && panda_eight > 0) { - color = "#1a6ed8"; fonts = "8"; ctb.lineWidth = unit * 0.05 + color = "#34495e"; fonts = "8"; ctb.lineWidth = unit * 0.05 } else switch (gameId) { case 1: