fix(projects): 修复globalFooter适应暗黑模式

This commit is contained in:
Soybean
2021-10-21 18:29:32 +08:00
parent b2854d57e8
commit 93f08d9067
5 changed files with 78 additions and 73 deletions

View File

@ -18,14 +18,14 @@
"*.{vue,js,jsx,ts,tsx}": "eslint --fix"
},
"dependencies": {
"@vueuse/core": "^6.6.2",
"@vueuse/core": "^6.7.3",
"axios": "^0.23.0",
"chroma-js": "^2.1.2",
"clipboard": "^2.0.8",
"dayjs": "^1.10.7",
"form-data": "^4.0.0",
"makeit-captcha": "^1.2.5",
"naive-ui": "^2.19.9",
"naive-ui": "^2.19.11",
"pinia": "^2.0.0-rc.14",
"qs": "^6.10.1",
"vue": "^3.2.20",
@ -62,7 +62,7 @@
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.20.0",
"husky": "^7.0.2",
"husky": "^7.0.4",
"lint-staged": "^11.2.3",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",