|
...
|
...
|
@@ -24,6 +24,7 @@ class AutoPullNotify extends Base |
|
|
|
public static function processMap()
|
|
|
|
{
|
|
|
|
return [
|
|
|
|
'php artisan pack_site_dir' => '打包站点静态页面',
|
|
|
|
'php artisan handle_html' => '拉取页面zip文件并解压',
|
|
|
|
'php artisan create_update_page_route' => '创建主站路由',
|
|
|
|
'php artisan create_update_page_master' => '生成主站页面',
|
...
|
...
|
|