Initial commit: gmTouringMiniApp project

This commit is contained in:
周瑞哲
2026-07-30 16:04:34 +08:00
commit ebcae02d35
201 changed files with 49545 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
export { isRemoteTravelAssistantEnabled } from './remote'
export { adjustPlan, createPlan } from './service'
export {
loadPlan,
loadPreferences,
PLAN_STORAGE_KEY,
PREFERENCES_STORAGE_KEY,
savePlan,
savePreferences,
} from './storage'
export type {
BudgetLevel,
Duration,
Interest,
Itinerary,
ItineraryItem,
ItinerarySource,
Pace,
PlanningOrigin,
PlanResponse,
Theme,
Transport,
TravelAssistantSource,
TravelPreferences,
} from '@/domain/travel'