|
|
@@ -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');
|