chore: delete deprecatedKeys

This commit is contained in:
AIsouler
2024-03-08 13:03:21 +08:00
parent 4b576a406c
commit f91cb75b6e

View File

@@ -25,6 +25,7 @@ for await (const tsFp of walk(process.cwd() + '/src/apps')) {
)} `, )} `,
); );
} }
delete appConfig.deprecatedKeys;
appConfig.groups?.forEach((g) => { appConfig.groups?.forEach((g) => {
if (!g.name.startsWith('开屏广告')) { if (!g.name.startsWith('开屏广告')) {
g.enable = false; g.enable = false;