mirror of
https://github.com/HugoAura/Seewo-HugoAura.git
synced 2026-08-20 07:43:24 +08:00
[Feat] Refactor UI loader & Add freeze report override
This commit is contained in:
@@ -655,9 +655,15 @@ if (!global.__HUGO_AURA_UI_REACTIVES__.subConfig)
|
||||
initBsTooltip();
|
||||
GLOBAL_FUNCTIONS.updateOperationBtnStatus("Refresh", false);
|
||||
GLOBAL_FUNCTIONS.refreshPlsStatus(true);
|
||||
document.addEventListener("onPLSStatsUpdate", () => {
|
||||
|
||||
const eventListener = () => {
|
||||
GLOBAL_FUNCTIONS.updateStatusContent();
|
||||
});
|
||||
};
|
||||
document.addEventListener("onPLSStatsUpdate", eventListener);
|
||||
global.__HUGO_AURA_GLOBAL__.utils.createOnLeaveEvtListener(
|
||||
"onPLSStatsUpdate",
|
||||
eventListener
|
||||
);
|
||||
};
|
||||
|
||||
onMounted();
|
||||
|
||||
Reference in New Issue
Block a user