From 1bfee2026f55b4147abd98062b1e5f211da5505f Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Mon, 6 Apr 2026 19:49:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/app.js b/public/js/app.js index e02064e..f07cf3c 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -992,7 +992,7 @@ // Based on user feedback that previous signs resulted in a downward curve, // we flip them to ensure the intended upward arc. const isWestbound = (lowS === 'seattle' || lowS === 'us seattle'); - finalCurve = isWestbound ? -0.3 : 0.3; + finalCurve = isWestbound ? -0.2 : 0.2; } else if (count === 1) { // Subtle consistent curve for single routes to maintain parallelism finalCurve = 0.12;