mirror of
https://github.com/HugoAura/Seewo-HugoAura.git
synced 2026-06-28 12:24:28 +08:00
[Feat] Refactor UI loader & Add freeze report override
This commit is contained in:
13
src/aura/types/render/uiHook.d.ts
vendored
13
src/aura/types/render/uiHook.d.ts
vendored
@@ -1,12 +1,13 @@
|
||||
import { WindowName } from "../main/core";
|
||||
|
||||
interface UIHookTarget {
|
||||
active: boolean;
|
||||
pageURI: string;
|
||||
pageScript: string;
|
||||
pageSelector: string;
|
||||
selectorMode: "insertAfter" | "insertBefore" | "appendChild";
|
||||
pageCSS: string;
|
||||
active?: boolean;
|
||||
pageURI?: string;
|
||||
pageScript?: string;
|
||||
pageSelector?: string;
|
||||
selectorMode?: "insertAfter" | "insertBefore" | "appendChild";
|
||||
pageCSS?: string;
|
||||
childs?: Record<AuraElementUID, UIHookTarget>;
|
||||
revive?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user