使用 grok 检测优化h5 的 html
This commit is contained in:
@@ -24,6 +24,7 @@ class ConverterMovel
|
||||
'{strNovelName}' => '',
|
||||
'{strNovelChapterName}' => '',
|
||||
'{strNovelChapterSort}' => '',
|
||||
'{strChapterDescription}' => '',
|
||||
'{strNovelCategoryName}' => '',
|
||||
'{strNovelSex}' => '',
|
||||
'{strNovelStatus}' => '',
|
||||
@@ -31,6 +32,7 @@ class ConverterMovel
|
||||
'{strNovelAuthor}' => '',
|
||||
'{strNovelDescription}' => '',
|
||||
'{strSearchKeywords}' => '',
|
||||
|
||||
];
|
||||
|
||||
static public $arrDescription = [
|
||||
@@ -44,6 +46,7 @@ class ConverterMovel
|
||||
'{strNovelName}' => '这个是当前页面小说描述',
|
||||
'{strNovelChapterName}' => '当前页面小说章节名字',
|
||||
'{strNovelChapterSort}' => '当前页面小说章节排序号',
|
||||
'{strChapterDescription}' => '当前页面小说章节描述',
|
||||
'{strNovelCategoryName}' => '当前页面小说分类名字',
|
||||
'{strNovelSex}' => '当前页面小说是男生还是女生 小说',
|
||||
'{strNovelStatus}' => '当前页面小说状态 是连载还是完结',
|
||||
|
||||
Reference in New Issue
Block a user