From 7c5ab13a07a68f751752737c4e91a2465838e189 Mon Sep 17 00:00:00 2001 From: xugaoyi <894072666@qq.com> Date: Thu, 2 Jun 2022 10:39:03 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0docsBranch=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index 4875c49..f051289 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -120,6 +120,7 @@ export default defineConfig4CustomTheme({ searchMaxSuggestions: 10, // 搜索结果显示最大数 lastUpdated: '上次更新', // 开启更新时间,并配置前缀文字 string | boolean (取值为git提交时间) docsDir: 'docs', // 编辑的文件夹 + // docsBranch: 'master', // 编辑的文件所在分支,默认master。 注意:如果你的分支是main则修改为main editLinks: true, // 启用编辑 editLinkText: '编辑',