123456
@@ -130,8 +130,8 @@
-
-
+
+
diff --git a/code/database/seeders/TemplateSeeder.php b/code/database/seeders/TemplateSeeder.php
index 5480d2c..302357b 100644
--- a/code/database/seeders/TemplateSeeder.php
+++ b/code/database/seeders/TemplateSeeder.php
@@ -305,7 +305,7 @@ class TemplateSeeder
'arrSubjectFomart' => ['/pc', '/web', '/desktop', '/index', '/shouye', '/zhuomian']
],
'CATEGORY_INDEX_URL' => [
- 'description' => '书库首页Url 模板1',
+ 'description' => '书库首页URL 模板1',
'sfg_id' => 108,
'arrSubjectFomart' => ['/shuku/all',]
],
@@ -415,6 +415,7 @@ class TemplateSeeder
'd_text_logo' => '热门小说阅读平台',
't_cfg' => $arrSubjectFomartGroupData,
],
+
];
self::initTemplate($arrTemplateData);
diff --git a/code/public/initdata/novel/urlSubjectFomartGroup.php b/code/public/initdata/novel/urlSubjectFomartGroup.php
index 94649bf..b47cf89 100644
--- a/code/public/initdata/novel/urlSubjectFomartGroup.php
+++ b/code/public/initdata/novel/urlSubjectFomartGroup.php
@@ -44,35 +44,35 @@ return [
// 男生小说频道URL 模板1
'NAN_SHENG_URL_T2' => [
- 'description' => '男生小说频道URL 模板2',
+ 'description' => '男生URL 模板2',
'sfg_id' => 44,
'arrSubjectFomart' => [
'/boys-novel'
]
],
'NAN_SHENG_URL_T3' => [
- 'description' => '男生小说频道URL 模板3',
+ 'description' => '男生URL 模板3',
'sfg_id' => 45,
'arrSubjectFomart' => [
'/nansheng-shu'
]
],
'NAN_SHENG_URL_T4' => [
- 'description' => '男生小说频道URL 模板4',
+ 'description' => '男生URL 模板4',
'sfg_id' => 46,
'arrSubjectFomart' => [
'/man-read'
]
],
'NAN_SHENG_URL_T5' => [
- 'description' => '男生小说频道URL 模板5',
+ 'description' => '男生URL 模板5',
'sfg_id' => 47,
'arrSubjectFomart' => [
'/nansheng-book'
]
],
'NAN_SHENG_URL_T6' => [
- 'description' => '男生小说频道URL 模板6',
+ 'description' => '男生URL 模板6',
'sfg_id' => 48,
'arrSubjectFomart' => [
'/male-novels'
diff --git a/code/public/template/kuangyu/reader/wap/css/style.css b/code/public/template/kuangyu/reader/wap/css/style.css
index 93ee12b..838ed44 100644
--- a/code/public/template/kuangyu/reader/wap/css/style.css
+++ b/code/public/template/kuangyu/reader/wap/css/style.css
@@ -376,7 +376,7 @@ a.read-load-icon[class] {
color: rgba(0,0,0,.7); */
}
.read-book-name a{
- display: block;
+ /* display: block; */
}
.read-page-mark {
font-size: 0;
@@ -1102,4 +1102,70 @@ a[data-mode=night] > .icon-night {
}
.read-night .read-author-say {
background-color: rgba(255,255,255,.05)
+}
+
+
+/* 面包屑容器 */
+.breadcrumb {
+ font-family: Arial, sans-serif;
+ padding: 10px 15px;
+ /* background-color: #f8f9fa; */
+ border-radius: 5px;
+ /* margin: 10px 0; */
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
+}
+
+/* 有序列表样式 */
+.breadcrumb ol {
+ list-style: none;
+ margin: 0;
+ padding: 0;
+ display: flex;
+ align-items: center;
+ flex-wrap: wrap;
+}
+
+/* 面包屑项 */
+.breadcrumb-item {
+ font-size: 14px;
+ color: #666;
+}
+
+/* 链接样式 */
+.breadcrumb-item a {
+ text-decoration: none;
+ color: #007bff;
+ transition: color 0.3s ease;
+}
+
+.breadcrumb-item a:hover {
+ color: #0056b3;
+ text-decoration: underline;
+}
+
+/* 分隔符 */
+.breadcrumb-item + .breadcrumb-item::before {
+ content: ">";
+ margin: 0 8px;
+ color: #999;
+ font-weight: bold;
+}
+
+/* 当前页面样式 */
+.breadcrumb-item.active {
+ color: #333;
+ font-weight: bold;
+}
+
+/* 响应式调整 */
+@media (max-width: 768px) {
+ .breadcrumb {
+ padding: 8px 10px 0;
+ }
+ .breadcrumb-item {
+ font-size: 12px;
+ }
+ .breadcrumb-item + .breadcrumb-item::before {
+ margin: 0 5px;
+ }
}
\ No newline at end of file