Closed jin2gh closed 1 year ago
不是爬取,是引用的游侠网的地图数据链接
// 地图数据
/** 地表地图数据源 */
const groundMap: string = 'https://imgs.ali213.net/picfile/eldenring/{z}/{x}/{y}.jpg';
/** 地下地图数据源 */
const undergroundMap: string = 'https://imgs.ali213.net/picfile/eldenring_dx/{z}/{x}/{y}.png'; // './resource/maps/underground/{z}/{x}/{y}.jpg';
这个图片资源和游侠网的一模一样,是直接爬取的游侠网的资源吗?