feat: 收敛玩法运行时配置并加入故障恢复
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
// app.ts
|
||||
App<IAppOption>({
|
||||
globalData: {},
|
||||
globalData: {
|
||||
telemetryPlayerProfile: null,
|
||||
},
|
||||
onLaunch() {
|
||||
// 展示本地存储能力
|
||||
const logs = wx.getStorageSync('logs') || []
|
||||
@@ -14,4 +16,4 @@ App<IAppOption>({
|
||||
},
|
||||
})
|
||||
},
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user