From 3d7199fe29f6c85568d41f7409664c424b095dad Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Wed, 22 May 2024 16:37:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E9=99=A4=20externalLink?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=EF=BC=8C=E5=9C=A8=E4=B8=BB=E9=A2=98=E5=86=85?= =?UTF-8?q?=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 1 + theme/src/client/components/LayoutContent.vue | 17 +++++++++-- theme/src/client/styles/content.scss | 28 +++++++++++++++++++ theme/src/shared/options/locale.ts | 14 +++++++--- theme/src/shared/options/plugins.ts | 5 ---- 5 files changed, 53 insertions(+), 12 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6aae6ea6..c406b560 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -31,6 +31,7 @@ "editor.formatOnSave": false, "prettier.enable": false, "editor.codeActionsOnSave": { + "source.fixAll.stylelint": "explicit", "source.fixAll.eslint": "explicit", "source.organizeImports": "never" }, diff --git a/theme/src/client/components/LayoutContent.vue b/theme/src/client/components/LayoutContent.vue index 296a1b90..0eb4b8f7 100644 --- a/theme/src/client/components/LayoutContent.vue +++ b/theme/src/client/components/LayoutContent.vue @@ -1,18 +1,29 @@