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": {