From a65ea2617b67e97c119955aa2196ebfc94e73533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=8E=AB=E5=94=90=E5=B0=BC?= <1431128779@qq.com> Date: Tue, 16 Jul 2024 11:13:52 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E8=B0=83=E6=95=B4=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=9A=84=E5=86=85=E5=AE=B9=EF=BC=8C=E5=A6=82?= =?UTF-8?q?=E6=96=87=E7=AB=A0=E7=9B=B8=E5=85=B3=E6=96=87=E5=AD=97=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 6 +++--- pages/tabbar/about/about.vue | 7 +++++-- pages/tabbar/home/home.vue | 10 +++++----- pagesA/article-detail/article-detail.vue | 2 +- pagesA/articles/articles.vue | 4 ++-- 5 files changed, 16 insertions(+), 13 deletions(-) diff --git a/pages.json b/pages.json index 17de5aa..1b516d3 100644 --- a/pages.json +++ b/pages.json @@ -107,7 +107,7 @@ { "path": "article-detail/article-detail", "style": { - "navigationBarTitleText": "文章详情", + "navigationBarTitleText": "内容详情", "enablePullDownRefresh": true, "app-plus": { "pullToRefresh": { @@ -163,7 +163,7 @@ { "path": "archives/archives", "style": { - "navigationBarTitleText": "文章归档", + "navigationBarTitleText": "归档", "enablePullDownRefresh": true, "app-plus": { "pullToRefresh": { @@ -189,7 +189,7 @@ { "path": "articles/articles", "style": { - "navigationBarTitleText": "文章列表", + "navigationBarTitleText": "内容搜索", "enablePullDownRefresh": true, "app-plus": { "pullToRefresh": { diff --git a/pages/tabbar/about/about.vue b/pages/tabbar/about/about.vue index d9b3048..46f967e 100644 --- a/pages/tabbar/about/about.vue +++ b/pages/tabbar/about/about.vue @@ -22,7 +22,7 @@ - 文章总数 + 内容数量 @@ -133,7 +133,10 @@ export default { return this.$tm.vx.getters().getConfigs }, pageConfig() { - return this.$tm.vx.getters().getConfigs?.pageConfig?.aboutConfig || {}; + return this.haloConfigs.pageConfig.aboutConfig; + }, + postDetailConfig() { + return this.haloConfigs.basicConfig.postDetailConfig; }, bloggerInfo() { return this.haloConfigs.authorConfig.blogger; diff --git a/pages/tabbar/home/home.vue b/pages/tabbar/home/home.vue index 85892cc..1cb4ac6 100644 --- a/pages/tabbar/home/home.vue +++ b/pages/tabbar/home/home.vue @@ -6,10 +6,10 @@ - 搜索文章... + 搜索内容... - uni-halo + {{ appInfo.name }} @@ -40,7 +40,7 @@ - 还没有任何文章分类~ + 还没有任何分类~ - 文章列表 + 最新列表 @@ -63,7 +63,7 @@ + label="博主还没有发表任何内容~"> diff --git a/pagesA/article-detail/article-detail.vue b/pagesA/article-detail/article-detail.vue index ad045a5..82868a3 100644 --- a/pagesA/article-detail/article-detail.vue +++ b/pagesA/article-detail/article-detail.vue @@ -29,7 +29,7 @@ {{ result.stats.upvote }} 喜欢 - + {{ result.stats.comment }} 评论 diff --git a/pagesA/articles/articles.vue b/pagesA/articles/articles.vue index c76be6d..e88b246 100644 --- a/pagesA/articles/articles.vue +++ b/pagesA/articles/articles.vue @@ -22,7 +22,7 @@ + :label="`未搜到 ${queryParams.keyword} 相关内容`"> @@ -88,7 +88,7 @@ export default { }; }, onLoad() { - this.fnSetPageTitle('文章列表'); + this.fnSetPageTitle('内容搜索'); }, created() { if (!this.queryParams.keyword) {