This commit is contained in:
edy
2026-07-10 10:24:05 +08:00
parent 24bd71052e
commit 9ae39bad34
2 changed files with 21 additions and 11 deletions
+1 -1
View File
@@ -138,8 +138,8 @@ namespace BingoBrain
// SdkManager.Instance.SetBtn(ConfigSystem.GetConfig<CommonModel>().propCoord[0], ConfigSystem.GetConfig<CommonModel>().propCoord[1], 60, 60);
// SdkManager.Instance.SetPadding(0, top_offset / GRoot.inst.height, 0, buttom_offset / GRoot.inst.height);
SdkManager.Instance.SetDarkThough(true);
SdkManager.Instance.RefreshUrl();
SdkManager.Instance.ShowH5View(false);
SdkManager.Instance.RefreshUrl();
}
}
public int GetRegisteredCalendarDaysByUTC(long regTimeTimestamp)