deploy: auto commit server changes 2026-06-11 20:44:36

This commit is contained in:
hajimi
2026-06-11 20:44:36 +08:00
parent 9fb80f951a
commit e17a9832af
11 changed files with 1195 additions and 23 deletions
@@ -7,7 +7,7 @@ use app\common\validate\BaseValidate;
class KbSyncJobValidate extends BaseValidate
{
protected $rule = [
'domain' => 'require|in:article,post,lottery,all',
'domain' => 'require|in:article,post,lottery,match,all',
];
protected $message = [