這篇確實能用感謝大大
如果有大大享用PTC 帳號登入
更改如下
<!--Account type can be "Google" or "Ptc"-->
<add key="AccountType" value="Ptc" />
<!--YOU NEED TO UPDATE THESE COORDS, PLEASE FIND A GOOD LOCATION AND SAVE THEM-->
<add key="DefaultLatitude" value="34.008226484" />
<add key="DefaultLongitude" value="-118.498858725" />
<add key="DefaultAltitude" value="11" />
<!--Only needed if you chose Google as your account type-->
<add key="GoogleEmail" value="[email protected]" />
<add key="GooglePassword" value="password" />
<!--Only needed if you chose Ptc as your account type-->
<add key="PtcUsername" value="PTC 自己帳號請輸入這邊" />
<add key="PtcPassword" value="自己PTC密碼" /> |