-
+
精品课程
@@ -73,7 +73,7 @@ const LDJSON = {
-
+
优质好书
@@ -82,7 +82,7 @@ const LDJSON = {
-
+
精美页面
@@ -91,7 +91,7 @@ const LDJSON = {
-
+
diff --git a/src/components/Breadcrumb.astro b/src/components/Breadcrumb.astro index 531b150..2bde6ff 100644 --- a/src/components/Breadcrumb.astro +++ b/src/components/Breadcrumb.astro @@ -18,6 +18,7 @@ const {data} = Astro.props; margin-left: 1rem; margin-bottom: 1rem; font-size: 0.9rem; + font-weight: bold; } .breadcrumb a { diff --git a/src/config/app.ts b/src/config/app.ts index bebff8d..665b73f 100644 --- a/src/config/app.ts +++ b/src/config/app.ts @@ -1,6 +1,6 @@ // 网站全局配置 export const APP_NAME = "知识回声"; -export const APP_COMPANY = '新疆阅快阅好信息技术有限公司'; +export const APP_COMPANY = '武汉森颜网络科技有限公司'; export const BASE_URL = "https://www.zhishihuisheng.com"; export const DESCRIPTION = '知识回声是一款超实用学习应用,涵盖海量读物,热门有声书籍,让知识触手可及。'; diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index fb77792..e489cff 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -14,6 +14,7 @@ const {description, title, keywords} = Astro.props;