@laplace.live/event-types
    Preparing search index...

    Interface OnlineRankV3_OnlineList

    interface OnlineRankV3_OnlineList {
        face: string;
        guard_level?: number;
        is_mystery?: boolean;
        rank: number;
        score: string;
        uid: number;
        uinfo?: OnlineRankV3_OnlineList_UInfo;
        uname: string;
    }
    Index
    face: string
    guard_level?: number
    is_mystery?: boolean
    rank: number

    当前排名

    score: string

    贡献值,打赏电池数,string 格式😅

    uid: number

    UInfo

    uname: string