作者 刘锟

update

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