Selaa lähdekoodia

社区术语表 放到前面

visuddhinanda 2 vuotta sitten
vanhempi
sitoutus
4b7408c21a
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      app/Console/Commands/UpgradeDaily.php

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

@@ -56,12 +56,12 @@ class UpgradeDaily extends Command
 
         //更新单词首选意思
         $this->call('upgrade:dict.default.meaning');
+        //社区术语表
+        $this->call('upgrade:community.term',['zh-Hans']);
 
         #译文进度
         $this->call('upgrade:progress');
         $this->call('upgrade:progresschapter');
-        //社区术语表
-        $this->call('upgrade:community.term',['zh-Hans']);
 
         # 逐词译数据库分析
         $this->call('upgrade:wbwanalyses');