This commit is contained in:
@@ -4,8 +4,9 @@ export type ConfiguredAudioLanguage = 'zh-CN' | 'yue-HK' | 'en-US'
|
||||
|
||||
const allowedModes = new Set<DataSourceMode>(['static', 'api', 'sdk'])
|
||||
const allowedGuideContentModes = new Set<GuideContentDataSourceMode>(['static', 'remote', 'mock'])
|
||||
const defaultSdkScriptUrl = '/static/sgs-map-sdk/index.global.js?v=2.4.1'
|
||||
const defaultSgsEngineUrl = '/h5-sdk'
|
||||
export const SGS_MAP_SDK_VERSION = '2.5.0'
|
||||
const defaultSdkScriptUrl = `/static/sgs-map-sdk/index.global.js?v=${SGS_MAP_SDK_VERSION}`
|
||||
const defaultSgsEngineUrl = '/engine/index.html'
|
||||
const defaultSdkTimeoutMs = 5000
|
||||
const defaultApiBaseUrl = '/app-api'
|
||||
const defaultSgsMapId = '1'
|
||||
|
||||
Reference in New Issue
Block a user