@6139 ⚑举报 

未曾
管理员

Referer表示来源

格式有问题,你以这个文件为准

1,YAML大小写敏感;
2,使用缩进代表层级关系;
3,缩进只能使用空格,不能使用TAB,不要求空格个数,只需要相同层级左对齐(一般2个或4个空格)

url_template: "https://shuziwenwu-1259446244.cos.ap-beijing.myqcloud.com/relic/6839c7a486174dda97c7211e50ff949a/image-bundle/15/{{x/254}}_{{y/254}}.jpg"

variables:
 - name: x
   from: 0
   to: 31676 # Image width, taken from stage 1
   step: 254 # Tile width, taken from stage 1

 - name: y
   from: 0
   to: 2160 # Image height
   step: 254 # Tile height

headers:
 Referer: "https://digicol.dpm.org.cn"