From 9573b303e20c0d235ae7386bbd4400581ccfa340 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: Mon, 12 Dec 2022 23:03:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=EF=BC=9A=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E6=B7=BB=E5=8A=A0=E5=BC=B9?= =?UTF-8?q?=E5=B9=95=E5=8A=9F=E8=83=BD=EF=BC=9B=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=EF=BC=9A=E4=BF=AE=E5=A4=8D=E5=8F=8B=E9=93=BE=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E5=88=86=E7=BB=84=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= =?UTF-8?q?=EF=BC=9B=20=E4=BC=98=E5=8C=96=EF=BC=9B=E5=AF=B9=E6=81=8B?= =?UTF-8?q?=E7=88=B1=E6=97=A5=E8=AE=B0=E6=B8=85=E5=8D=95=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/markdown/markdown.config.js | 6 +- .../lff-barrage.vue => barrage/barrage.vue} | 171 +++++++++++++----- components/comment-list/comment-list.vue | 1 + components/lff-barrage/markdown.md | 15 -- components/scroll-btn/scroll-btn.vue | 14 +- config/love.config.js | 4 +- pages/tabbar/about/about.vue | 2 +- pages/tabbar/links/links.vue | 36 +++- pagesA/article-detail/article-detail.vue | 56 +++++- pagesA/love/album.vue | 3 +- pagesA/love/list.vue | 26 ++- pagesA/setting/setting.vue | 4 + utils/app.js | 5 + 13 files changed, 250 insertions(+), 93 deletions(-) rename components/{lff-barrage/lff-barrage.vue => barrage/barrage.vue} (57%) delete mode 100644 components/lff-barrage/markdown.md diff --git a/common/markdown/markdown.config.js b/common/markdown/markdown.config.js index d0e07fc..fa39ea5 100644 --- a/common/markdown/markdown.config.js +++ b/common/markdown/markdown.config.js @@ -65,14 +65,14 @@ export default { line-height: 24px; margin-bottom: 18px; position: relative; - font-size: 1.2em; + font-size: 1.12em; `, h5: ` color: var(--main); line-height: 24px; margin-bottom: 14px; position: relative; - font-size: 16px; + font-size: 1.1em; `, h6: ` color: #303133; @@ -90,7 +90,7 @@ export default { strong: 'font-weight: 700;color: rgb(248, 57, 41);', video: 'width: 100%', }, - containStyle: 'font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;padding:12px;font-size: 16px;color: #606266;word-spacing: 0.8px;letter-spacing: 0.8px;border-radius: 6px;background-color:#FFFFFF;', + containStyle: 'font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;padding:12px;font-size: 14px;color: #606266;word-spacing: 0.8px;letter-spacing: 0.8px;border-radius: 6px;background-color:#FFFFFF;', loadingGif: HaloConfig.loadingGifUrl, emptyGif: HaloConfig.loadingEmptyUrl, diff --git a/components/lff-barrage/lff-barrage.vue b/components/barrage/barrage.vue similarity index 57% rename from components/lff-barrage/lff-barrage.vue rename to components/barrage/barrage.vue index 881ae98..361917c 100644 --- a/components/lff-barrage/lff-barrage.vue +++ b/components/barrage/barrage.vue @@ -1,15 +1,11 @@