mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
docs: Template
This commit is contained in:
@@ -21,7 +21,7 @@ https://raw.gitmirror.com/AIsouler/GKD_subscription/main/dist/AIsouler_gkd.json5
|
|||||||
|
|
||||||
当前版本: v--VERSION--
|
当前版本: v--VERSION--
|
||||||
|
|
||||||
当前订阅文件已适配 --APP_SIZE-- 个 APP, 共有 --GROUP_SIZE-- 规则组
|
当前订阅文件已适配 --APP_SIZE-- 个应用,共有 --GROUP_SIZE-- 应用规则组,--GLOBALGROUP_SIZE-- 全局规则组
|
||||||
|
|
||||||
查看 [适配 APP 列表](./AppList.md)
|
查看 [适配 APP 列表](./AppList.md)
|
||||||
|
|
||||||
|
|||||||
@@ -690,6 +690,7 @@ export const updateReadMeMd = async (
|
|||||||
|
|
||||||
const mdTemplate = await fs.readFile(process.cwd() + '/Template.md', 'utf-8');
|
const mdTemplate = await fs.readFile(process.cwd() + '/Template.md', 'utf-8');
|
||||||
const readMeMdText = mdTemplate
|
const readMeMdText = mdTemplate
|
||||||
|
.replaceAll('--APP_SIZE--', newConfig.apps!.length.toString())
|
||||||
.replaceAll(
|
.replaceAll(
|
||||||
'--GROUP_SIZE--',
|
'--GROUP_SIZE--',
|
||||||
newConfig
|
newConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user