Skip to content

配置不算子统计

配置不算子统计

编辑docs\.vitepress\theme\config\teekConfig.ts文件:

image-20250608213513771

ts
  // 布蒜子统计分析
  docAnalysis: {
    createTime: "2024-10-19",
    statistics: {
      provider: "busuanzi",
    },
    wordCount: true,
    readingTime: true,
    // overrideInfo: [
    //   { key: "lastActiveTime", value: (_, currentValue) => `${currentValue}前` },
    //   { key: "totalPosts", label: "文章总数目" },
    // ],
    appendInfo: [{ key: "index", label: "序号", value: "One" }],
  },
最近更新