Hnxml Standard
    Preparing search index...

    Interface ChangeAlertIcon

    (可能需要DLC)更改右上角图标和所对应的节点。

    maybe LABYRINTHS DLC ONLY - Change the mail icon to irc, irchub, board, or mail and its node.

    <ChangeAlertIcon Target="mainHub" Type="irchub" DelayHost="delayNode" Delay="0"/>
    
    interface ChangeAlertIcon {
        children?: never;
        Delay?: string;
        DelayHost?: string;
        Target: string;
        Type: "mail" | "irc" | "irchub" | "board";
    }
    Index

    Properties

    children?: never
    Delay?: string
    DelayHost?: string
    Target: string
    Type: "mail" | "irc" | "irchub" | "board"

    icon 类型。如果没有 Labyrinths DLC,就只能填 mail