This commit is contained in:
make
2025-05-04 02:40:11 +08:00
parent 483c46b6d2
commit a1622041c2
67 changed files with 3388 additions and 4614 deletions

View File

@@ -36,6 +36,17 @@ class ConverterMovel
'{strVideoClassName}' => '',
'{strVideoCategoryName}' => '',
'{strAreaName}' => '',
'{strLangName}' => '',
'{strOrderName}' => '',
'{strYear}' => '',
'{strVideoName}' => '',
'{strVideoDirector}' => '',
'{strVideoActor}' => '',
'{strVideoDescription}' => '',
'{intPlayIndex}' => '',
];
@@ -47,6 +58,7 @@ class ConverterMovel
'{strIndexTitle}' => '这个是首页Title',
'{strIndexKeywords}' => '这个是首页Keywords',
'{strIndexDescription}' => '这个是首页Description',
'{strNovelName}' => '这个是当前页面小说名字',
'{strNovelChapterName}' => '当前页面小说章节名字',
'{strNovelChapterSort}' => '当前页面小说章节排序号',
@@ -62,6 +74,23 @@ class ConverterMovel
'{strVideoClassName}' => '视频自定义分类名称:电影/电视剧..',
'{strVideoCategoryName}' => '视频分类名称:动作片..',
'{strAreaName}' => '这个是地区名字..',
'{strLangName}' => '这个是语言名字..',
'{strOrderName}' => '这个是排序名字..',
'{strYear}' => '这个是年份',
'{strVideoName}' => '这个是当前视频名字',
'{strVideoDirector}' => '这个是当前视频导演',
'{strVideoActor}' => '这个是当前视频演员',
'{strVideoDescription}' => '这个是当前视频简介',
'{intPlayIndex}' => '这个是当前视频播放集数',
// '{strSiteName}' => '这个是网站名',
// '{strSiteDomain}' => '这个是站点域名',
// '{strSiteKeywords}' => '这个是网站全局通用关键字,可以替换到任何页面的 TKD模板里面',
// '{strYear}' => '这个是年份',
// '{strVideoClassName}' => '视频自定义分类名称:电影/电视剧..',
];
static private function getKey($strKey): string