Hnxml Standard
    Preparing search index...

    Interface proxy

    Proxy server. Set value to -1 to make it disappear. Time is a multiplier on the base time (30 seconds). Time of 1 is "normal" and time of 2 is "long" - use the multiplier here to change the feel of it.

    代理。val-1 时不启用代理。代理阻碍时间将会是 基础时间(30秒)✕ val 值

    <proxy time="2" />
    
    interface proxy {
        children?: never;
        time: number;
    }
    Index

    Properties

    Properties

    children?: never
    time: number