Merge branch 'master' into 165_package

This commit is contained in:
王怡栋
2022-03-28 08:50:18 +08:00
194 changed files with 3440 additions and 955 deletions
+1
View File
@@ -16,6 +16,7 @@
<?php js::set('weekend', $config->execution->weekend);?>
<?php js::set('errorSameProducts', $lang->project->errorSameProducts);?>
<?php js::set('errorSameBranches', $lang->project->errorSameBranches);?>
<?php js::set('errorSamePlans', $lang->project->errorSamePlans);?>
<?php js::set('oldParent', $project->parent);?>
<?php js::set('projectID', $project->id);?>
<?php js::set('longTime', $lang->project->longTime);?>