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