mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
更换回自己的域名
This commit is contained in:
parent
ef8b6b1efe
commit
3b496e745d
@ -1132,7 +1132,7 @@ namespace VPet_Simulator.Windows
|
||||
if (LastDiagnosisTime++ < Set.DiagnosisInterval)
|
||||
return;//等待间隔
|
||||
LastDiagnosisTime = 0;
|
||||
string _url = "http://exlb.panuon.com:5810/VPET/Report";
|
||||
string _url = "https://report.exlb.net/VPET/Report";
|
||||
//参数
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.Append("action=data");
|
||||
|
@ -62,7 +62,7 @@ namespace VPet_Simulator.Windows
|
||||
}
|
||||
try
|
||||
{
|
||||
string _url = "http://exlb.panuon.com:5810/VPET/Report";
|
||||
string _url = "https://report.exlb.net/VPET/Report";
|
||||
//参数
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.Append("action=error");
|
||||
|
Loading…
Reference in New Issue
Block a user