Explorar o código

添加进度阈值

visuddhinanda hai 10 meses
pai
achega
7ee57ba56b
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      api-v8/config/mint.php

+ 3 - 0
api-v8/config/mint.php

@@ -11,6 +11,9 @@ return [
         'zh-Hant' => '繁体中文',
     ],
     'default_language' => 'en',
+    'library' => [
+        'list_min_progress' => env('LIBRARY_LIST_MIN_PROGRESS', 0.5),
+    ],
     'snowflake' => [
         'data_center_id' => env('SNOWFLAKE_DATA_CENTER_ID', 1),
         'worker_id' => env('SNOWFLAKE_WORKER_ID', 1),