feat: 更换logo

Former-commit-id: d4984fbbb3601223afa38666b26a6778cb5fada1
This commit is contained in:
April
2023-07-22 14:45:00 +08:00
parent 28f8395359
commit 177b5551be
3 changed files with 20 additions and 15 deletions

View File

@@ -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",