Files
im/constant/event.js
T

5 lines
114 B
JavaScript
Raw Normal View History

2025-11-07 09:56:20 +08:00
export const PageEvents = {
2025-11-25 05:36:02 +08:00
GlobalToast: "GlobalToast",
ScrollToBottom: "ScrollToBottom",
RtcCall: "RtcCall"
};