Browse Source

🎈 perf: 优化女生最大距离限制

Pchen. 7 months ago
parent
commit
c216288f21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Lepao/Lepao.js

+ 1 - 1
lib/Lepao/Lepao.js

@@ -25,7 +25,7 @@ class Lepao {
         let max = Number(max_distance) || 4.00
         let min = Number(min_distance) || 2.00
         if (sex === 2) {
-            max = Number(max_distance) || 4.00
+            max = Number(max_distance) || 2.00
             min = 1.60
         }