Explorar o código

tag tag.map 导出到索引

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
7af9df4696
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      app/Console/Commands/ExportOffline.php

+ 4 - 2
app/Console/Commands/ExportOffline.php

@@ -81,8 +81,10 @@ class ExportOffline extends Command
         if(!$this->option('shortcut')){
             //tag
             $this->info('export tag start');
-            $this->call('export:tag');
-            $this->call('export:tag.map');
+            $this->call('export:tag',['db'=>'wikipali-offline']);
+            $this->call('export:tag',['db'=>'wikipali-offline-index']);
+            $this->call('export:tag.map',['db'=>'wikipali-offline']);
+            $this->call('export:tag.map',['db'=>'wikipali-offline-index']);
             //
             $this->info('export pali text start');
             $this->call('export:pali.text');