// 创建配置对象 export const config = { PORT: 6688, DISALLOW_ROBOT: true, CACHE_TTL: 3600, REQUEST_TIMEOUT: 6000, ALLOWED_DOMAIN: "*", USE_LOG_FILE: true, RSS_MODE: false, }