diff --git a/.vscode/settings.json b/.vscode/settings.json index 6ecbf36..06e2085 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,20 +1,17 @@ { - // 主题 - // "workbench.colorTheme": "Atom One Light", - // 缩进 - "editor.tabSize": 2, - // 保存eslint校验 - "editor.codeActionsOnSave": { - "source.fixAll.eslint": true - }, - "eslint.format.enable": true, - // 校验那些文件 - "eslint.validate": ["typescript", "javascript", "vue", "html"], - "nuxt.isNuxtApp": false, - // 终端显示 - "eslint.alwaysShowStatus": true, - // 加载配置文件 - "eslint.options": { "configFile": ".eslintrc.js" }, - // 保存自动格式化 - "editor.formatOnSave": true, + // 缩进 + "editor.tabSize": 2, + // 保存eslint校验 + "editor.codeActionsOnSave": { + "source.fixAll.eslint": true + }, + "eslint.format.enable": true, + // 校验那些文件 + "eslint.validate": ["typescript", "javascript", "vue", "html"], + // 终端显示 + "eslint.alwaysShowStatus": true, + // 加载配置文件 + "eslint.options": { "configFile": ".eslintrc.js" }, + // 保存自动格式化 + "editor.formatOnSave": true } diff --git a/package.json b/package.json index 142e161..65531d8 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dev:prod": "cross-env VITE_SERVICE_ENV=prod vite", "build": "vue-tsc --noEmit && vite build", "preview": "vite preview", - "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts,.json --fix", + "lint": "eslint . --fix", "prepare": "husky install", "commit": "cz", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md" diff --git a/src/views/dashboard/monitor/index.vue b/src/views/dashboard/monitor/index.vue index 07a1eac..4b0a13a 100644 --- a/src/views/dashboard/monitor/index.vue +++ b/src/views/dashboard/monitor/index.vue @@ -1,83 +1,159 @@