本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
sasgis
/
maps
關注
2
收藏
1
複製
5
程式碼
問題
0
合併請求
0
版本發佈
0
活動
瀏覽代碼
update zmp
pull/1/head
sasbot
4 年之前
父節點
0492b711c1
當前提交
318745d345
共有
1 個檔案被更改
,包括
2 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
Google/GoogleLand.zmp/GetUrlScript.txt
+ 2
- 1
Google/GoogleLand.zmp/GetUrlScript.txt
查看文件
@@ -1,3 +1,4 @@
begin
ResultURL:=GetUrlBase+'&x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&z='+inttostr(GetZ-1)+'&s='+copy('Galileo',1, Random(8));
if (GetZ < 17) then
ResultURL:=GetUrlBase+'&x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&z='+inttostr(GetZ-1)+'&s='+copy('Galileo',1, Random(8));
end.
Write
Preview
Loading…
取消
儲存