正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -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' => '生成主站页面', |
-
请 注册 或 登录 后发表评论