From c25773e087e02aae7b579feba943313f143e4d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Wed, 18 Dec 2024 22:56:52 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/vitepress-plugin-github-issues.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/vitepress-plugin-github-issues.mts b/docs/.vitepress/vitepress-plugin-github-issues.mts index 11ef207..81c8eab 100644 --- a/docs/.vitepress/vitepress-plugin-github-issues.mts +++ b/docs/.vitepress/vitepress-plugin-github-issues.mts @@ -189,7 +189,7 @@ export default function GitHubIssuesPlugin(options: GitHubIssuesPluginOptions): const changelogSource = path.join(process.cwd(), '../CHANGELOG.md'); const changelogDestination = path.join(docsDir, 'changelog.md'); copyFile(changelogSource, changelogDestination); - prependToFile(changelogDestination, '# 变更日志'); + prependToFile(changelogDestination, '# 版本日志'); for (const issue of issues) { // 仅处理包含 "文档" 标签的 issue