We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0dbddd commit 36a6fe7Copy full SHA for 36a6fe7
Template.md
@@ -21,7 +21,7 @@ https://raw.gitmirror.com/AIsouler/GKD_subscription/main/dist/AIsouler_gkd.json5
21
22
当前版本: v--VERSION--
23
24
-当前订阅文件已适配 --APP_SIZE-- 个 APP, 共有 --GROUP_SIZE-- 规则组
+当前订阅文件已适配 --APP_SIZE-- 个应用,共有 --GROUP_SIZE-- 应用规则组,--GLOBALGROUP_SIZE-- 全局规则组
25
26
查看 [适配 APP 列表](./AppList.md)
27
src/file.ts
@@ -690,6 +690,7 @@ export const updateReadMeMd = async (
690
691
const mdTemplate = await fs.readFile(process.cwd() + '/Template.md', 'utf-8');
692
const readMeMdText = mdTemplate
693
+ .replaceAll('--APP_SIZE--', newConfig.apps!.length.toString())
694
.replaceAll(
695
'--GROUP_SIZE--',
696
newConfig
0 commit comments