//#region packages/urls/getReplaceUrls.d.ts /** * 以当前路径 生成对应的url地址 * @param {string} url 要生成的地址 * @param {string} add 生成的目录地址 * @returns {string} 完整的url地址 */ declare function getReplaceUrls(url: string, add: string): string; //#endregion export { getReplaceUrls as t };