Files
xuetang/TUICallKit-Vue3/native/tang-detective/package-audio-player/data/assetReleaseConfig.js
T
2026-09-09 14:47:29 +08:00

15 lines
415 B
JavaScript

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