mznjs API Documentation - v0.0.31-beta.5
    Preparing search index...

    Interface UserChoice

    用户选择结果

    interface UserChoice {
        proceed: boolean;
        customPath?: string;
    }
    Index

    Properties

    Properties

    proceed: boolean

    是否继续操作

    customPath?: string

    自定义的文件路径(如果用户选择重命名)