Files
2025-10-01 10:01:52 +08:00

17 lines
588 B
JavaScript
Raw Permalink 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.

const config = {
baseUrl: "https://cx.micono.eu.org/edge/proxy", // 公益反代服务器(腾讯 EdgeOne有条件请更换为你的反代域名
repository: "", // 开源仓库地址
baiduMapKey: 'YbQ8KF8skZdmR7AylIBpnmX9J6t1mw87', // 百度地图开发平台
tianMapKey: '6ed873d52ecdbf77d52b5acc5de44e07', // 天地图开放平台
notice: "免费提供,谨防倒卖!",
swiperList: [
"/static/swiper/1.png",
"/static/swiper/2.png",
"/static/swiper/3.png",
"/static/swiper/4.png",
],
}
module.exports = config;