tencent cloud

Tencent Cloud Super App as a Service

문서Tencent Cloud Super App as a Service

Customizing Virtual Domain

Download
포커스 모드
폰트 크기
마지막 업데이트 시간: 2025-07-04 18:03:45
AI 번역
By implementing the TMFMiniAppSDKDelegate protocol's stringWithConfigKey method, you can return the virtual domain name based on the TMA_SK_MINIAPP_Virtualdomainname key.
Example:
- (NSString *)stringWithConfigKey:(NSString *)key {
// Set the Close button in light mode
if([key isEqualToString:TMA_SK_MINIAPP_Virtualdomainname]) {
return @"tcsas.qq.com";
}
return nil;
}



도움말 및 지원

문제 해결에 도움이 되었나요?

피드백