From 264cc119cb4354d298ad230f7f9b4f074aff675e Mon Sep 17 00:00:00 2001 From: Coffee-crocodile <1147347984@qq.com> Date: Mon, 9 Jan 2023 18:07:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(dashborad):=20=E5=AE=8C=E5=96=84=E4=BB=AA?= =?UTF-8?q?=E8=A1=A8=E7=9B=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 33 ++--- package.json | 2 +- src/views/dashboard/monitor/index.vue | 188 +++++++++++++++++++------- 3 files changed, 156 insertions(+), 67 deletions(-) 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 @@