@2805 ⚑举报 

未曾
管理员

你的放大系数写错了

你试试下面的

配置代码

url_template: "https://minghuaji-1259446244.cos.ap-beijing.myqcloud.com/image-bundle/2a6013aa115d4d76acaaf102ca69ed6e/17/{{x/254}}_{{y/254}}.jpg"

variables:
  # The x position of tiles goes from 0 to the image width with an increment of the tile width
  - name: x
    from: 0
    to: 97407 # Image width
    step: 254 # Tile width

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

  - name: tile_size
    value: 254

注意:早先上面回复的代码引号要改成 英文的引号 手动替换一下(这里格式化后的代码不需替换)