We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d31801 commit 33e6e73Copy full SHA for 33e6e73
migrate/migrate-bot.ts
@@ -330,11 +330,12 @@ async function createPullRequest(
330
331
const prBody = `> 由 ${MODEL_NAME} 自 ${url} 自动迁移
332
>
333
-> 📝 [编辑此页面](${getRelativeMDXPath(url)})
+> 📝 [编辑此页面](https://github.com/cppdoc-cc/cppdoc/edit/${branchName}/${getRelativeMDXPath(url)})
334
335
<small>Close #${issue.number}</small>
336
337
${imageUrl ? `` : "(无文本差异图像)"}
338
+<small>绿色:迁移后词汇出现次数大于迁移前;红色:迁移后词汇出现次数小于迁移前。</small>
339
`;
340
341
const { execSync } = await import("child_process");
0 commit comments