mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
docs: Template
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user