Pārlūkot izejas kodu

add system_preference

visuddhinanda 1 gadu atpakaļ
vecāks
revīzija
cae4d3a88c
1 mainītis faili ar 8 papildinājumiem un 0 dzēšanām
  1. 8 0
      api-v8/app/Console/Commands/InitSystemDict.php

+ 8 - 0
api-v8/app/Console/Commands/InitSystemDict.php

@@ -11,6 +11,7 @@ class InitSystemDict extends Command
      * The name and signature of the console command.
      *
      * @var string
+     * php artisan init:system.dict
      */
     protected $signature = 'init:system.dict';
 
@@ -53,6 +54,13 @@ class InitSystemDict extends Command
             'src_lang'=>'pa',
             'dest_lang'=>'cm',
         ],
+        [
+            "name"=>'system_preference',
+            'shortname'=>'系统单词首选项',
+            'description'=>'通过系统筛选出的首选项,只包含语法信息',
+            'src_lang'=>'pa',
+            'dest_lang'=>'cm',
+        ],
     ];
 
     /**