// app.js App({ onLaunch: function () { console.log('应用启动'); }, globalData: { selectedEvent: null, selectedStrategies: [], currentRound: 0, maxRounds: 3 } })