/** * 星域故事汇 - 游戏入口 */ import './js/libs/weapp-adapter'; import Main from './js/main'; // 创建游戏实例 new Main();