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:
{ Script.SelectServertype(data) }">
@@ -84,23 +84,23 @@ const Patch = Script.GetPatch();
{ Script.OnclickOpen() }" size="large" round>開啟遊戲>>
+ { Script.Install_InternalTest(+input3) }" size="large" round>
+ 前往
+
+
+
+ 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;
}