1
0
mirror of synced 2025-12-08 14:43:55 +08:00

Change readme generate template.

This commit is contained in:
Anduin Xue
2022-03-04 00:39:06 +08:00
parent 80463f0b22
commit ea6dbb12eb

View File

@@ -138,7 +138,7 @@ async function getAllMarkdown(path) {
}
function inlineTemplate(file, path) {
return `* [${file.replace('.md', '')}](${path}/${file})\n`;
return `- [${file.replace('.md', '')}](${path}/${file})\n`;
}
function categoryTemplate(title, inlineStr) {