From 836660506861209037f7ce2507ed9c8290d0a80f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=9A=E5=90=8D=E7=A8=8B=E5=BA=8F=E5=91=98?= <1968115437@qq.com> Date: Wed, 8 Mar 2023 10:48:51 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=8C=81=E7=BB=AD=E9=9B=86=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintignore | 1 + index.html | 40 +++++++++++++++++++--------------------- package.json | 3 +-- 3 files changed, 21 insertions(+), 23 deletions(-) diff --git a/.eslintignore b/.eslintignore index ac39b4d..98768fc 100644 --- a/.eslintignore +++ b/.eslintignore @@ -8,6 +8,7 @@ /src/static /src/manifest.json /vite.config.ts +/unocss.config.js # node 覆盖率文件 coverage/ diff --git a/index.html b/index.html index d2edea7..bf67c56 100644 --- a/index.html +++ b/index.html @@ -1,24 +1,22 @@ + + + + + + + - - - - - - - - - -
- - - - \ No newline at end of file + +
+ + + diff --git a/package.json b/package.json index 9eccce5..0693a5a 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei", "build:quickapp-webview-union": "uni build -p quickapp-webview-union", "lint": "eslint --cache --max-warnings 0 \"src/**/*.{vue,ts}\" --fix", - "format": "prettier --write \"src/**/*.{js,ts,json,css,scss,vue}\"", + "format": "prettier --write src/", "prepare": "husky install" }, "dependencies": { @@ -87,7 +87,6 @@ "typescript": "^4.9.5", "unocss": "^0.46.5", "unocss-preset-weapp": "^0.2.5", - "unplugin-vue-components": "^0.22.12", "vite": "^4.1.4" }, "husky": {