From d6eb489f91fe660079ac8de839f0cf022963d217 Mon Sep 17 00:00:00 2001 From: TJH Date: Mon, 29 Dec 2025 14:22:49 +0800 Subject: [PATCH] 1 --- assets/Game/prefabs/Paytable/paytable.prefab | 2 +- assets/Loading/scripts/comm.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/Game/prefabs/Paytable/paytable.prefab b/assets/Game/prefabs/Paytable/paytable.prefab index e1287ff..50044c9 100644 --- a/assets/Game/prefabs/Paytable/paytable.prefab +++ b/assets/Game/prefabs/Paytable/paytable.prefab @@ -885,7 +885,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 1080, - "height": 18120 + "height": 1812 }, "_anchorPoint": { "__type__": "cc.Vec2", diff --git a/assets/Loading/scripts/comm.ts b/assets/Loading/scripts/comm.ts index 8d9aedf..187ed5d 100644 --- a/assets/Loading/scripts/comm.ts +++ b/assets/Loading/scripts/comm.ts @@ -32,7 +32,7 @@ export function getHistoryUrl() { } export function getLanguage() { - return 'zh'; + // return 'zh'; return language; }