From bc4100e4a1c9eb52102da6862c44e681f551fa26 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Sun, 7 Jan 2024 03:12:42 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E5=9C=A8=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E8=AE=BE=E5=A4=87=E7=9A=84=20UI=20=E8=A1=A8=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stylelint.config.js | 1 + theme/src/client/components/BlogAside.vue | 25 ++++++++++++----------- theme/src/client/styles/code.scss | 2 +- theme/src/client/styles/content.scss | 2 +- theme/src/client/styles/md-enhance.scss | 13 ++++++------ 5 files changed, 23 insertions(+), 20 deletions(-) diff --git a/stylelint.config.js b/stylelint.config.js index 2227808a..ce1a5d7e 100644 --- a/stylelint.config.js +++ b/stylelint.config.js @@ -15,5 +15,6 @@ export default stylelintConfig({ 'declaration-block-no-redundant-longhand-properties': [true, { ignoreShorthands: ['inset'], }], + 'media-feature-range-notation': null, }, }) diff --git a/theme/src/client/components/BlogAside.vue b/theme/src/client/components/BlogAside.vue index 0f03879e..3b9f786e 100644 --- a/theme/src/client/components/BlogAside.vue +++ b/theme/src/client/components/BlogAside.vue @@ -35,10 +35,11 @@ const { hasBlogExtract, tags, archives } = useBlogExtract() -