From c5ef14b7978510fa31620b2b2c6a78bf102817cc Mon Sep 17 00:00:00 2001 From: JianMiau Date: Mon, 27 Mar 2023 12:31:16 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E6=8A=93=E9=8C=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LP_Casino_Deeplink.vue | 36 +++++++++++++-------------- src/script/LP_Casino_Deeplink.ts | 10 ++++---- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/src/components/LP_Casino_Deeplink.vue b/src/components/LP_Casino_Deeplink.vue index 4ed4e3e..70db18a 100644 --- a/src/components/LP_Casino_Deeplink.vue +++ b/src/components/LP_Casino_Deeplink.vue @@ -52,8 +52,8 @@ const Patch = Script.GetPatch(); - -
+
+
servertype: @@ -84,23 +84,23 @@ const Patch = Script.GetPatch(); 開啟遊戲>> + + 前往 + + + + Google Play商店(內部測試) 版本號 +
-->
- + 跟建喵做朋友>> +

+ \ No newline at end of file diff --git a/src/script/LP_Casino_Deeplink.ts b/src/script/LP_Casino_Deeplink.ts index 5576765..b46cc62 100644 --- a/src/script/LP_Casino_Deeplink.ts +++ b/src/script/LP_Casino_Deeplink.ts @@ -208,35 +208,35 @@ export class LP_Casino_Deeplink { // 外版 case 1: { - URLscheme["host"] = "https://patch.lybobet.com/"; + URLscheme["host"] = "https://game.lybobet.com"; URLscheme["port"] = "9005"; break; } // B2B case 2: { - URLscheme["host"] = "https://patch-b2b.lybobet.com/"; + URLscheme["host"] = "https://b2b.lybobet.com"; URLscheme["port"] = "9005"; break; } // Test case 3: { - URLscheme["host"] = "https://patch-testing.lybobet.com/"; + URLscheme["host"] = "https://testing.lybobet.com"; URLscheme["port"] = "9005"; break; } // QA case 4: { - URLscheme["host"] = "https://patch-qa.lybobet.com/"; + URLscheme["host"] = "https://qa.lybobet.com"; URLscheme["port"] = "9005"; break; } // 內版 case 5: { - URLscheme["host"] = "https://patch-dev.lybobet.com/"; + URLscheme["host"] = "https://dev.lybobet.com"; URLscheme["port"] = "9005"; break; }