CN-1563 feat: 轨迹地图部分代码

This commit is contained in:
chenjinsong
2024-02-29 18:35:43 +08:00
parent c0320e8468
commit e4a6bbf79c
3 changed files with 297 additions and 181 deletions

View File

@@ -46,7 +46,8 @@ export const storageKey = {
userCustomizationConfig: 'userCustomizationConfig',
linkInfo: 'cn-link-info',
history: 'cn-history',
schemaEntityExplore: 'schema_entity_explore'
schemaEntityExplore: 'schema_entity_explore',
trackingSubscriberIds: 'tracking-subscriber-ids'
}
export const largeCountryList = ['CN', 'US', 'RU', 'AU', 'CA', 'KZ', 'IN', 'BR']