import { Config } from '../interface'; export const getDefaultConfig = (): Config => ({ version: 0, delay: 1500, onError: true, repeat: 5, random: 1, aid: true, device: true, pagePerformance: true, webVitals: true, speedSample: true, url: 'https://aegis.qq.com/collect', speedUrl: 'https://aegis.qq.com/speed', customTimeUrl: 'https://aegis.qq.com/speed/custom', whiteListUrl: 'https://aegis.qq.com/collect/whitelist', // 仅白名单接口 pvUrl: 'https://aegis.qq.com/aegis/whitelist', // 白名单 + pv合并接口 performanceUrl: 'https://aegis.qq.com/speed/performance', webVitalsUrl: 'https://aegis.qq.com/speed/webvitals', eventUrl: 'https://aegis.qq.com/collect/events', });