tom-hanks
tom-hanks

All iphone phones with full screen cannot use this set of plug-ins.(With a gesture bar.)
大家直接在app.config.ts或者app.config.js里写如下代码 ``` export default defineAppConfig({ pages: [ 'pages/chat/chat', 'pages/index/index', ], window: { backgroundTextStyle: 'light', navigationBarBackgroundColor: '#fff', navigationBarTitleText: 'WeChat', navigationBarTextStyle: 'black' }, usingComponents: Object.assign({ iconfont: `components/iconfont/${process.env.TARO_ENV}/${process.env.TARO_ENV}`, }) }) ``` usingComponents和window同级,引入的话不要引入helper文件,会报错的,,直接在这里配置 iconfont:...