import { BASE_URL } from "./utils"; export * from "./antiquity"; export * from "./utils"; export const SCENE_URL = BASE_URL + "/scene/index.html"; export const SCENES = [ { label: "贺龙故居", href: SCENE_URL + "?m=SG-lHSIQInenVK", }, { label: "贺龙桥", href: SCENE_URL + "?m=SG-1vBNN8zPV5A", }, ];