Merge branch 'NewMaster' into LouDi_Quan

This commit is contained in:
shenjianxing 2025-04-23 10:16:15 +08:00
commit 94656992f2

View File

@ -14,15 +14,13 @@ public class DateManager : MonoBehaviour
public Button btn; public Button btn;
private void Awake() private void Awake()
{ {
ui.gameObject.SetActive(false);
btn.onClick.AddListener(() => btn.onClick.AddListener(() =>
{ {
Application.Quit(); Application.Quit();
}); });
UpdateTime(ShowTip, ShowTip); UpdateTime(ShowTip, ShowTip);
} }
private void Start()
{
}
public void ShowTip(string str) public void ShowTip(string str)
{ {