From f91cb75b6e35602f088de93f2ebfa2c8c8050747 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 8 Mar 2024 13:03:21 +0800 Subject: [PATCH] chore: delete deprecatedKeys --- src/rawApps.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rawApps.ts b/src/rawApps.ts index 2340cb40..aeb1c647 100644 --- a/src/rawApps.ts +++ b/src/rawApps.ts @@ -25,6 +25,7 @@ for await (const tsFp of walk(process.cwd() + '/src/apps')) { )} `, ); } + delete appConfig.deprecatedKeys; appConfig.groups?.forEach((g) => { if (!g.name.startsWith('开屏广告')) { g.enable = false;