Forráskód Böngészése

add system_preference

visuddhinanda 1 éve
szülő
commit
cae4d3a88c
1 módosított fájl, 8 hozzáadás és 0 törlés
  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.
      * The name and signature of the console command.
      *
      *
      * @var string
      * @var string
+     * php artisan init:system.dict
      */
      */
     protected $signature = 'init:system.dict';
     protected $signature = 'init:system.dict';
 
 
@@ -53,6 +54,13 @@ class InitSystemDict extends Command
             'src_lang'=>'pa',
             'src_lang'=>'pa',
             'dest_lang'=>'cm',
             'dest_lang'=>'cm',
         ],
         ],
+        [
+            "name"=>'system_preference',
+            'shortname'=>'系统单词首选项',
+            'description'=>'通过系统筛选出的首选项,只包含语法信息',
+            'src_lang'=>'pa',
+            'dest_lang'=>'cm',
+        ],
     ];
     ];
 
 
     /**
     /**