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

    Interface CheckResult

    检查结果接口

    interface CheckResult {
        path: string;
        exists: boolean;
        needsUpdate: boolean;
        currentContent?: string;
        templateContent: string;
        description?: string;
    }
    Index

    Properties

    path: string

    文件路径

    exists: boolean

    是否存在

    needsUpdate: boolean

    是否需要更新

    currentContent?: string

    当前内容(如果存在)

    templateContent: string

    模板内容

    description?: string

    文件描述