Files
usa/src/config.ts
2026-03-02 17:20:31 +08:00

12 lines
274 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/**
* 应用配置(不依赖 .env
*/
export const config = {
/** Mapbox 地图令牌 */
mapboxAccessToken:
'pk.eyJ1IjoiZDI5cTAiLCJhIjoiY21oaGRmcTkzMGltZzJscHR1N2FhZnY5dCJ9.7ueF2lS6-C9Mm_xon7NnIA',
/** 是否显示滚动情报 */
showNewsTicker: false,
}