解决启动时 sass 的warning 问题

This commit is contained in:
BianLzhaoMin 2024-11-18 10:13:12 +08:00
parent 41e427fe4f
commit 54bbf0c037
4 changed files with 4817 additions and 3826 deletions

View File

@ -2,12 +2,11 @@
"version" : "1.0", "version" : "1.0",
"configurations" : [ "configurations" : [
{ {
"playground" : "standard", "playground" : "custom",
"type" : "uni-app:app-android" "type" : "uni-app:app-android"
}, },
{ {
"app-plus" : "app-plus" : {
{
"launchtype" : "local" "launchtype" : "local"
}, },
"type" : "uniCloud" "type" : "uniCloud"

View File

@ -60,7 +60,7 @@
"@rollup/rollup-darwin-arm64": "^4.27.2", "@rollup/rollup-darwin-arm64": "^4.27.2",
"pinia": "^2.2.2", "pinia": "^2.2.2",
"pinia-plugin-persistedstate": "^3.2.3", "pinia-plugin-persistedstate": "^3.2.3",
"sass": "^1.81.0", "sass": "^1.32.13",
"sass-loader": "^16.0.3", "sass-loader": "^16.0.3",
"vue": "^3.4.21", "vue": "^3.4.21",
"vue-i18n": "^9.1.9" "vue-i18n": "^9.1.9"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
{ {
"name" : "anhui-app", "name" : "material-app",
"appid" : "__UNI__9349CB7", "appid" : "__UNI__9349CB7",
"description" : "", "description" : "",
"versionName" : "1.0.0", "versionName" : "1.0.0",