Browse Source

✨ feat: 增大女生默认距离

Pchen. 7 months ago
parent
commit
ca39e158cd
2 changed files with 28 additions and 9 deletions
  1. 27 8
      config.json
  2. 1 1
      lib/Lepao/Lepao.js

+ 27 - 8
config.json

@@ -13,19 +13,38 @@
         "port": 5173,
         "password": ""
     },
-    "email": {
-        "host": "smtp.zoho.com",
-        "port": 465,
-        "secure": true,
-        "user": "mail@xxoo365.top",
-        "password": "yx3ud937"
-    },
+    "email": [
+        {
+            "host": "smtp.zoho.com",
+            "port": 465,
+            "secure": true,
+            "user": "mail@xxoo365.top",
+            "password": "yx3ud937",
+            "from": "RunForge智能校园乐跑平台 <mail@xxoo365.top>"
+        },
+        {
+            "host": "smtp.zeptomail.com",
+            "port": 587,
+            "secure": true,
+            "user": "noreply@mail.xxoo365.top",
+            "password": "wSsVR60k+xX5X6osmGCsL708nFUHAw6gE09/ilGo7iL6G/3Cp8dowRDKVlenTvkfGGFvQmMbrOkgnUtV2zMJit4smQlSXiiF9mqRe1U4J3x17qnvhDzIXWlakBeLKo8Aww1omGBoEsgn+g==",
+            "from": "RunForge智能校园乐跑平台 <noreply@mail.xxoo365.top>"
+        },
+        {
+            "host": "smtp.exmail.qq.com",
+            "port": 465,
+            "secure": true,
+            "user": "mail@ctbu.top",
+            "password": "FPhxUVrt5J9WxgiP",
+            "from": "RunForge智能校园乐跑平台 <mail@ctbu.top>"
+        }
+    ],
     "url": "https://lepao-api.xxoo365.top",
     "url2": "http://127.0.0.1:30004",
     "url3": "http://127.0.0.1:30001",
     "runpy": "http://127.0.0.1:58000/api",
     "pay": {
-        "url":"https://pay.gggua.com",
+        "url": "https://pay.gggua.com",
         "pid": 1296,
         "key": "MW222B33ytTv23tf2Z2tFV2k23iHVQ3q",
         "return_url": "https://xxoo365.top/#/store/orderDetail/"

+ 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) || 2.00
+            max = Number(max_distance) || 2.50
             min = 1.60
         }