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