Commit a92246b5 authored by Tang Xinwei's avatar Tang Xinwei

Update YGOMobile download link

parent 55ebaea1
Pipeline #27401 passed with stages
in 2 minutes and 2 seconds
......@@ -71,12 +71,12 @@ export class LayoutComponent implements OnInit, AfterViewInit {
// 下载
async ngOnInit() {
if (navigator.platform.match(/Android/i)) {
this.latest_current = 'https://www.123pan.com/s/bKZKVv-m3sTd.html';
this.latest_current = 'https://ygom.top/';
} else if (navigator.platform.match(/Mac/i)) {
this.latest_current = await firstValueFrom(this.latest_drawin);
} else if (navigator.platform.match(/Linux/i)) {
if (window.innerHeight > window.innerWidth) {
this.latest_current = 'https://www.123pan.com/s/bKZKVv-m3sTd.html';
this.latest_current = 'https://ygom.top/';
} else {
this.latest_current = await firstValueFrom(this.latest_linux);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment