使用 grok 检测优化h5 的 html

This commit is contained in:
make
2025-04-10 11:54:34 +08:00
parent fb2a5a30f8
commit 2e9e914f77
9 changed files with 94 additions and 73 deletions

View File

@@ -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}' => '当前页面小说状态 是连载还是完结',