完善多赛道联调与全局产品架构

This commit is contained in:
2026-04-02 18:11:43 +08:00
parent 6964e26ec9
commit 0e28f70bad
45 changed files with 4819 additions and 282 deletions

5
typings/index.d.ts vendored
View File

@@ -6,6 +6,11 @@ interface IAppOption {
telemetryPlayerProfile?: import('../miniprogram/game/telemetry/playerTelemetryProfile').PlayerTelemetryProfile | null,
backendBaseUrl?: string | null,
backendAuthTokens?: import('../miniprogram/utils/backendAuth').BackendAuthTokens | null,
pendingResultSnapshot?: import('../miniprogram/engine/map/mapEngine').MapEngineResultSnapshot | null,
pendingHeartRateAutoConnect?: {
enabled: boolean,
deviceName?: string | null,
} | null,
}
userInfoReadyCallback?: WechatMiniprogram.GetUserInfoSuccessCallback,
}