feat: wire guide data source and POI focus UI
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
11
src/domain/guideReadiness.ts
Normal file
11
src/domain/guideReadiness.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export const NAV_ROUTE_GRAPH_READY = false
|
||||
|
||||
export const NAV_ROUTE_UNAVAILABLE_MESSAGE = '正式路线数据尚未接入,可先查看馆内三维位置'
|
||||
|
||||
export const NAV_ROUTE_READINESS = {
|
||||
ready: NAV_ROUTE_GRAPH_READY,
|
||||
message: NAV_ROUTE_UNAVAILABLE_MESSAGE,
|
||||
requiredData: ['route_graph', 'nav_data']
|
||||
} as const
|
||||
|
||||
export const NAV_ASSET_BASE_URL = '/static/nav-assets/app_nav_assets_v2_clean_20260611_093623'
|
||||
Reference in New Issue
Block a user