소스 검색

每日更新单词首选意思

visuddhinanda 3 년 전
부모
커밋
3f6e5cb143
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      app/Console/Commands/UpgradeDaily.php

+ 5 - 1
app/Console/Commands/UpgradeDaily.php

@@ -52,9 +52,13 @@ class UpgradeDaily extends Command
         # 刷巴利语句子uuid 仅调用一次
         //$this->call('upgrade:palitextid');
         //巴利原文段落库目录结构改变时运行
-        $this->call('upgrade:palitext'); 
+        $this->call('upgrade:palitext');
         #巴利段落标签
         $this->call('upgrade:palitexttag');
+
+        //更新单词首选意思
+        $this->call('upgrade:dict.default.meaning');
+
         #译文进度
         $this->call('upgrade:progress');
         $this->call('upgrade:progresschapter');