保存进度!

This commit is contained in:
2023-06-16 09:54:26 +08:00
parent 20924be00e
commit 503a5bcdff
4 changed files with 230 additions and 9 deletions

View File

@@ -30,7 +30,7 @@
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-vue": "^9.14.1",
"node-sass": "^9.0.0",
"sass": "^1.63.3",
"sass": "^1.63.4",
"style-loader": "^3.3.3",
"typescript": "^5.1.3",
"vue-eslint-parser": "^9.3.1"
@@ -12244,9 +12244,9 @@
"dev": true
},
"node_modules/sass": {
"version": "1.63.3",
"resolved": "https://registry.npmmirror.com/sass/-/sass-1.63.3.tgz",
"integrity": "sha512-ySdXN+DVpfwq49jG1+hmtDslYqpS7SkOR5GpF6o2bmb1RL/xS+wvPmegMvMywyfsmAV6p7TgwXYGrCZIFFbAHg==",
"version": "1.63.4",
"resolved": "https://registry.npmmirror.com/sass/-/sass-1.63.4.tgz",
"integrity": "sha512-Sx/+weUmK+oiIlI+9sdD0wZHsqpbgQg8wSwSnGBjwb5GwqFhYNwwnI+UWZtLjKvKyFlKkatRK235qQ3mokyPoQ==",
"devOptional": true,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",