export const TERMINAL_CONFIG = { /** 发布 APK 前切换为 false,并填写正式绑定域名。 */ useMock: true, bindPageUrl: 'https://screen-dev.wallace.example.com/bind', bindingPollIntervalMs: 10_000, mockAutoBindAfterMs: 15_000 } as const