Hnxml Standard
    Preparing search index...

    Interface adminPass

    This will determine the password for the "admin" login.

    "admin" 账号的密码

    <adminPass pass="password" />
    
    interface adminPass {
        children?: never;
        pass: string;
    }
    Index

    Properties

    Properties

    children?: never
    pass: string