mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2025-12-17 10:44:23 +08:00
Change readme generate template.
This commit is contained in:
2
.github/readme-generate.js
vendored
2
.github/readme-generate.js
vendored
@@ -138,7 +138,7 @@ async function getAllMarkdown(path) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function inlineTemplate(file, path) {
|
function inlineTemplate(file, path) {
|
||||||
return `* [${file.replace('.md', '')}](${path}/${file})\n`;
|
return `- [${file.replace('.md', '')}](${path}/${file})\n`;
|
||||||
}
|
}
|
||||||
|
|
||||||
function categoryTemplate(title, inlineStr) {
|
function categoryTemplate(title, inlineStr) {
|
||||||
|
|||||||
Reference in New Issue
Block a user