梵音定版初始化
This commit is contained in:
19
addons/crontab/config.php
Normal file
19
addons/crontab/config.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
[
|
||||
'name' => 'mode',
|
||||
'title' => '执行模式',
|
||||
'type' => 'select',
|
||||
'content' => [
|
||||
'single' => '单进程,阻塞',
|
||||
'pcntl' => '子进程,无阻塞,需支持pcntl,不支持时自动切换为单进程',
|
||||
],
|
||||
'value' => 'pcntl',
|
||||
'rule' => '',
|
||||
'msg' => '',
|
||||
'tip' => '',
|
||||
'ok' => '',
|
||||
'extend' => '',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user