docs: Template

This commit is contained in:
AIsouler
2024-03-16 21:46:32 +08:00
parent f0dbddd6b8
commit 36a6fe7666
2 changed files with 2 additions and 1 deletions

View File

@@ -690,6 +690,7 @@ export const updateReadMeMd = async (
const mdTemplate = await fs.readFile(process.cwd() + '/Template.md', 'utf-8');
const readMeMdText = mdTemplate
.replaceAll('--APP_SIZE--', newConfig.apps!.length.toString())
.replaceAll(
'--GROUP_SIZE--',
newConfig