From d4984fbbb3601223afa38666b26a6778cb5fada1 Mon Sep 17 00:00:00 2001 From: April <1317795103@qq.com> Date: Sat, 22 Jul 2023 14:45:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=8D=A2logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.cjs | 7 +++++++ index.html | 28 +++++++++++++--------------- src/assets/logo.png | Bin 6849 -> 6768 bytes 3 files changed, 20 insertions(+), 15 deletions(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index e4abf99..007ecfa 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -24,6 +24,13 @@ module.exports = { "vue/no-v-model-argument": "off", "@typescript-eslint/no-non-null-assertion": "off", }, + // eslint不能对html文件生效 + overrides: [ + { + files: ["*.html"], + processor: "vue/.vue", + }, + ], // https://eslint.org/docs/latest/use/configure/language-options#specifying-globals globals: { DialogOption: "readonly", diff --git a/index.html b/index.html index 74ae187..42a6160 100644 --- a/index.html +++ b/index.html @@ -1,18 +1,16 @@ +
+ + + + + +