作者 赵彬吉

update

@@ -88,7 +88,27 @@ class ClearSeoTdk extends Command @@ -88,7 +88,27 @@ class ClearSeoTdk extends Command
88 'seo_description' => '', 88 'seo_description' => '',
89 'keyword_title' => '', 89 'keyword_title' => '',
90 'keyword_content' => '', 90 'keyword_content' => '',
91 - ] 91 + ],
  92 + 'gl_ai_blog' => [
  93 + 'seo_title' => '',
  94 + 'seo_keyword' => '',
  95 + 'seo_description' => '',
  96 + ],
  97 + 'gl_ai_blog_author' => [
  98 + 'seo_title' => '',
  99 + 'seo_keyword' => '',
  100 + 'seo_description' => '',
  101 + ],
  102 + 'gl_custom_module_category' => [
  103 + 'seo_title' => '',
  104 + 'seo_keywords' => '',
  105 + 'seo_description' => '',
  106 + ],
  107 + 'gl_custom_module_content' => [
  108 + 'seo_title' => '',
  109 + 'seo_keywords' => '',
  110 + 'seo_description' => '',
  111 + ],
92 ]; 112 ];
93 113
94 /** 114 /**