feat: 配置 wordcloudwechat OSS 资源桶地址

This commit is contained in:
2026-08-06 22:50:11 +08:00
parent 2f5e12d252
commit 8de00e6614
3 changed files with 17 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
* 留空表示继续使用小程序包内本地资源(/icon、/img);
* 配置阿里云 OSS / CDN 后,所有经 assetUrl 处理的资源会自动拼接远程地址。
*/
export const ASSET_BASE_URL = ''
export const ASSET_BASE_URL = 'https://wordcloudwechat.oss-cn-hangzhou.aliyuncs.com'
/** 把本地资源路径转成远程 URL;已经是 http(s) 或 wxfile/data 的保持不变 */
export function assetUrl(path?: string | null): string {