状态栏修复更新
1.添加状态栏间距来防止内容遮挡 2.添加了跟随页面自动变色的状态栏标题色改变
This commit is contained in:
+2
-2
@@ -9,7 +9,7 @@
|
||||
"css": "sass"
|
||||
},
|
||||
"scripts": {
|
||||
"build:weapp": "taro build --type weapp",
|
||||
"build:weapp": "npx taro build --type weapp",
|
||||
"build:swan": "taro build --type swan",
|
||||
"build:alipay": "taro build --type alipay",
|
||||
"build:tt": "taro build --type tt",
|
||||
@@ -60,7 +60,7 @@
|
||||
"@babel/preset-react": "^7.24.1",
|
||||
"@babel/preset-typescript": "^7.24.1",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
||||
"@tarojs/cli": "3.6.31",
|
||||
"@tarojs/cli": "^3.6.31",
|
||||
"@tarojs/webpack5-runner": "3.6.31",
|
||||
"@types/react": "^18.0.0",
|
||||
"@types/webpack-env": "^1.18.4",
|
||||
|
||||
Reference in New Issue
Block a user