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

    Interface UpdateOptions

    更新选项接口

    interface UpdateOptions {
        force?: boolean;
        backup?: boolean;
        backupSuffix?: string;
    }
    Index

    Properties

    force?: boolean

    是否强制更新(即使文件已存在且内容相同)

    backup?: boolean

    是否备份原文件

    backupSuffix?: string

    自定义备份后缀