|
...
|
...
|
@@ -32,11 +32,11 @@ class AutoPullNotify extends Base |
|
|
|
return [
|
|
|
|
'php artisan pack_site_dir' => '打包站点静态页面',
|
|
|
|
'php artisan handle_html' => '拉取页面zip文件并解压',
|
|
|
|
'php artisan create_update_page_route' => '创建主站路由',
|
|
|
|
// 'php artisan create_update_page_route' => '创建主站路由',
|
|
|
|
'php artisan create_update_page_master' => '生成主站页面',
|
|
|
|
'php artisan create_update_page_minor' => '生成小语种页面',
|
|
|
|
'php artisan create_update_page_sitemap' => '生成主站sitemap,robots',
|
|
|
|
'php artisan create_update_amp_route' => '创建amp站路由',
|
|
|
|
// 'php artisan create_update_amp_route' => '创建amp站路由',
|
|
|
|
'php artisan create_update_page_amp' => '生成amp站页面',
|
|
|
|
'php artisan create_update_amp_sitemap' => '生成amp站sitemap,robots',
|
|
|
|
];
|
...
|
...
|
|