feat: css 处理 增加font 增加 选择题目

This commit is contained in:
陈昱达
2025-03-03 09:20:13 +08:00
parent 66756b4cf2
commit 1151a89aa9
27 changed files with 1314 additions and 108 deletions

View File

@@ -18,6 +18,8 @@
"lodash": "^4.17.21",
"pinia": "^2.1.7",
"sass": "^1.77.8",
"sortablejs": "^1.15.6",
"uuid": "^11.1.0",
"vant": "^4.9.17",
"vue": "^3.4.29",
"vue-router": "^4.3.3"
@@ -26,6 +28,7 @@
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.14.5",
"@types/postcss-pxtorem": "^6.1.0",
"@vant/auto-import-resolver": "^1.3.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/tsconfig": "^0.5.1",
@@ -35,8 +38,8 @@
"npm-run-all2": "^6.2.0",
"postcss-pxtorem": "^6.1.0",
"typescript": "~5.4.0",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"vite": "^5.3.1",
"vue-tsc": "^2.0.21"
}