🐛 fix dark mode invalidation

This commit is contained in:
landaiqing
2024-10-22 11:51:31 +08:00
parent 36b78417de
commit 12160bb1b5
32 changed files with 856 additions and 739 deletions

View File

@@ -15,7 +15,7 @@
"@types/animejs": "^3.1.12",
"@types/crypto-js": "^4.2.2",
"@types/json-stringify-safe": "^5.0.3",
"@types/node": "^22.7.5",
"@types/node": "^22.7.7",
"@types/nprogress": "^0.2.3",
"@vueuse/core": "^11.1.0",
"alova": "^3.1.0",
@@ -25,7 +25,7 @@
"browser-image-compression": "^2.0.2",
"buffer": "^6.0.3",
"crypto-js": "^4.2.0",
"eslint": "9.12.0",
"eslint": "9.13.0",
"go-captcha-vue": "^2",
"json-stringify-safe": "^5.0.1",
"less": "^4.2.0",
@@ -46,16 +46,16 @@
"ws": "^8.18.0"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@eslint/js": "^9.13.0",
"@vitejs/plugin-vue": "^5.1.4",
"eslint-plugin-vue": "^9.29.0",
"eslint-plugin-vue": "^9.29.1",
"globals": "^15.11.0",
"sass": "^1.79.5",
"sass": "^1.80.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.9.0",
"typescript-eslint": "^8.10.0",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.9",
"vite-plugin-bundle-obfuscator": "^1.2.0",
"vite-plugin-bundle-obfuscator": "1.2.1",
"vite-plugin-chunk-split": "^0.5.0",
"vue-tsc": "^2.1.6"
}