Browse Source

:fire: upgrade:palitext progresschapter

visuddhinanda 2 years ago
parent
commit
910c4b50d5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Console/Commands/UpgradeDaily.php

+ 2 - 2
app/Console/Commands/UpgradeDaily.php

@@ -50,9 +50,9 @@ class UpgradeDaily extends Command
 		}
 
         //巴利原文段落库目录结构改变时运行
-        $this->call('upgrade:palitext');
+        //$this->call('upgrade:palitext');
         #巴利段落标签
-        $this->call('upgrade:palitexttag');
+        //$this->call('upgrade:palitexttag');
 
         //更新单词首选意思
         $this->call('upgrade:dict.default.meaning');