feat: 收敛玩法运行时配置并加入故障恢复

This commit is contained in:
2026-04-01 13:04:26 +08:00
parent 1635a11780
commit 3ef841ecc7
73 changed files with 8820 additions and 2122 deletions

3
typings/index.d.ts vendored
View File

@@ -3,6 +3,7 @@
interface IAppOption {
globalData: {
userInfo?: WechatMiniprogram.UserInfo,
telemetryPlayerProfile?: import('../miniprogram/game/telemetry/playerTelemetryProfile').PlayerTelemetryProfile | null,
}
userInfoReadyCallback?: WechatMiniprogram.GetUserInfoSuccessCallback,
}
}