This commit is contained in:
yixu
2025-09-12 22:20:39 +08:00
parent e3783c5f0a
commit 7d65fd2a3a
17 changed files with 605 additions and 730 deletions

View File

@@ -7,7 +7,8 @@ export const ToastType = {
SHOW_PRIZELIST: "show_prizelist",
SHOW_LOTTERY: "show_lottery",
SHOW_AD:"show_ad",
SHOW_ADDRESS:"show_address"
SHOW_ADDRESS:"show_address",
MOUNTED: "mounted"
};
export default globalToastEvent;