样式兼容方案
site-dist-deploy / build-and-deploy (push) Successful in 1m17s

This commit is contained in:
2026-04-28 06:24:56 +03:00
parent 90699d7fe1
commit d025ab2d33
7 changed files with 553 additions and 31 deletions
+10 -1
View File
@@ -31,6 +31,7 @@
"vue-sonner": "^2.0.9"
},
"devDependencies": {
"@csstools/postcss-cascade-layers": "^5.0.2",
"@tsconfig/node24": "^24.0.3",
"@types/node": "^24.10.4",
"@vitejs/plugin-vue": "^6.0.3",
@@ -40,6 +41,7 @@
"eslint": "^9.39.2",
"eslint-plugin-vue": "~10.6.2",
"jiti": "^2.6.1",
"lightningcss": "^1.32.0",
"npm-run-all2": "^8.0.4",
"prettier": "3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
@@ -49,5 +51,12 @@
"vite-plugin-vue-devtools": "^8.0.5",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^3.2.1"
}
},
"browserslist": [
"chrome >= 90",
"edge >= 90",
"safari >= 15",
"firefox >= 90"
]
}