ssvfdn 3 luni în urmă
părinte
comite
2fc19fcb79
1 a modificat fișierele cu 5 adăugiri și 5 ștergeri
  1. 5 5
      app/common/GameGameConfig.php

+ 5 - 5
app/common/GameGameConfig.php

@@ -67,11 +67,11 @@ $GLOBALS['FeedUserConfig'] = [
     "net_income" => [10, 20, 30, 50, 70, 100, 200, 500, 1000, 1500, 2000, 3000, 5000, 10000, 50000, 100000, 500000, 1000000],
     "turnover_multiple" => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 30, 50, 100, 500, 1000, 5000],
     "evaluation_period" => [
-        ['label' => '每日','value' => 1],
-        ['label' => '每周','value' => 2],
-        ['label' => '每月','value' => 3],
-        ['label' => '终生','value' => 4],
-        ['label' => '自选时间段','value' => 5],
+        "1" => "每日",
+        "2" => "每周",
+        "3" => "每月",
+        "4" => "终生",
+        "5" => "自选时间段",
     ],
     "effective_count" => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 30, 50, 100, 1000],
     "triggerInterval_rounds" => [5, 10, 15, 20, 30, 40, 50, 60, 80, 100, 150, 200, 300],