浏览代码

update zmp

pull/1/head
sasbot 3 年前
父节点
当前提交
ab2187c52d
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      Google/GoogleSat.zmp/GetUrlScript.txt

+ 5
- 0
Google/GoogleSat.zmp/GetUrlScript.txt 查看文件

@@ -69,5 +69,10 @@ begin
'https://khms%d.google.com/kh/v=%s&src=app&x=%d&y=%d&z=%d',
[Random(4), VSatVer, GetX, GetY, GetZ-1]
);
end else begin
ResultURL := Format(
'https://mt%d.google.com/vt/lyrs=s&hl=%s&x=%d&y=%d&z=%d',
[Random(4), Lang, GetX, GetY, GetZ-1]
);
end;
end.

正在加载...
取消
保存