/** * 发布环境可覆盖这些值。 * * cdnBaseUrl 默认留空:未配置合法 HTTPS 下载域名时,AssetManager 会直接 * 使用包内种子图或返回文字回退,不会发起网络请求。 */ module.exports = { cdnBaseUrl: '', imageCacheBudgetBytes: 28 * 1024 * 1024, audioCacheBudgetBytes: 32 * 1024 * 1024, audioCacheMaxEntries: 32, prefetchAhead: 2, downloadConcurrency: 2, }