소스 검색

add upgrade:community.term

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

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

@@ -62,6 +62,7 @@ class UpgradeDaily extends Command
         #译文进度
         $this->call('upgrade:progress');
         $this->call('upgrade:progresschapter');
+        $this->call('upgrade:community.term',['zh-Hans']);
 
         # 逐词译数据库分析
         $this->call('upgrade:wbwanalyses');