瀏覽代碼

change: strategy

Dew-OF-Aurora 1 周之前
父節點
當前提交
896a60bd7b
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      config.json

+ 6 - 1
config.json

@@ -46,6 +46,11 @@
         "field": "host_provider",
         "equals": "CF优选IP",
         "case_sensitive": false
+      },
+      {
+        "field": "domain",
+        "equals": "openai.com",
+        "case_sensitive": false
       }
     ]
   },
@@ -60,7 +65,7 @@
     "strategy": "weighted_average",
     "weighted_fields": [
       {
-        "field": "lt_score",
+        "field": "dx_score",
         "weight": 1.0
       }
     ],