mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat: 仅启用开屏广告
This commit is contained in:
@@ -19,6 +19,11 @@ for await (const tsFp of walk(process.cwd() + '/src/apps')) {
|
||||
)} `,
|
||||
);
|
||||
}
|
||||
appConfig.groups?.forEach((g) => {
|
||||
if (!g.name.startsWith('开屏广告')) {
|
||||
g.enable = false;
|
||||
}
|
||||
});
|
||||
apps.push(appConfig);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user