Merge branch 'dev' of ssh://git.bgbg.live:18150/root/SEONexus into dev

This commit is contained in:
Default
2025-04-11 20:51:31 +08:00
8 changed files with 1420 additions and 25 deletions

View File

@@ -80,7 +80,7 @@ pc-首页
2组
详情页url '/novel/{strPinYin}-{intNId}/mulu/{strOrder}/{intPage}'
章节页url '/novel/{strPinYin}-{intNId}/zhang-{intChapterSort}/{intChapterPage}',
章节页url '/ novel/{strPinYin}-{intNId}/zhang-{intChapterSort}/{intChapterPage}',
目录页url '/novel/{strPinYin}-{intNId}/mulu/{strOrder}/{intPage}',
其它页面。。。

View File

@@ -43,7 +43,7 @@ class ConverterMovel
'{strIndexTitle}' => '这个是首页Title',
'{strIndexKeywords}' => '这个是首页Keywords',
'{strIndexDescription}' => '这个是首页Description',
'{strNovelName}' => '这个是当前页面小说描述',
'{strNovelName}' => '这个是当前页面小说名字',
'{strNovelChapterName}' => '当前页面小说章节名字',
'{strNovelChapterSort}' => '当前页面小说章节排序号',
'{strChapterDescription}' => '当前页面小说章节描述',