We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754a16c commit 3f14fcbCopy full SHA for 3f14fcb
scripts/update_links.js
@@ -52,6 +52,6 @@ if (readmeContent.includes(startTag)) {
52
readmeContent += `\n\n${replacement}\n`;
53
}
54
55
-// 写入 README.md,workflow 会自动提交
+// 写入 README.md
56
fs.writeFileSync(readmePath, readmeContent, "utf-8");
57
console.log("README.md updated with latest links.");
0 commit comments