Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
chore: delete deprecatedKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 8, 2024
1 parent 4b576a4 commit f91cb75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rawApps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f91cb75

Please sign in to comment.